mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-24 13:26:45 +08:00
Added sem_timedwait to bullet list at front of chapter.
This commit is contained in:
@@ -23,6 +23,7 @@ The directives provided by the semaphore manager are:
|
||||
@item @code{sem_unlink} - Remove a named semaphore
|
||||
@item @code{sem_wait} - Lock a semaphore
|
||||
@item @code{sem_trywait} - Lock a semaphore
|
||||
@item @code{sem_timedwait} - Wait on a Semaphore for a Specified Time
|
||||
@item @code{sem_post} - Unlock a semaphore
|
||||
@item @code{sem_getvalue} - Get the value of a semeaphore
|
||||
@end itemize
|
||||
|
||||
Reference in New Issue
Block a user