Added sem_timedwait to bullet list at front of chapter.

This commit is contained in:
Joel Sherrill
1999-11-23 19:39:19 +00:00
parent 3dddcce3f9
commit e73014b9cc
+1
View File
@@ -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