diff options
Diffstat (limited to 'pthread.def')
-rw-r--r-- | pthread.def | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/pthread.def b/pthread.def index f8630d0..1039497 100644 --- a/pthread.def +++ b/pthread.def @@ -1,5 +1,5 @@ ; pthread.def -; Last updated: $Date: 1999/02/09 17:55:00 $ +; Last updated: $Date: 1999/04/03 22:05:47 $ ; Currently unimplemented functions are commented out. @@ -73,6 +73,17 @@ pthread_setspecific ;pthread_sigmask pthread_testcancel ; +; POSIX 1.b +; +sched_get_priority_min +sched_get_priority_max +sched_yield +sem_init +sem_destroy +sem_trywait +sem_wait +sem_post +; ; Non-portable but useful ; pthread_mutexattr_setforcecs_np |