summaryrefslogtreecommitdiff
path: root/pthread.def
diff options
context:
space:
mode:
authorrpj <rpj>2002-01-31 21:52:58 +0000
committerrpj <rpj>2002-01-31 21:52:58 +0000
commit1b6bacda1eeae19e2a0df030afde04bd0f422aed (patch)
treed305e70a554914c7ca2fb55a4ee709a50e72a309 /pthread.def
parenta8c06648831a235908be753f816e691e87637589 (diff)
Add new exported routines.
Diffstat (limited to 'pthread.def')
-rw-r--r--pthread.def9
1 files changed, 7 insertions, 2 deletions
diff --git a/pthread.def b/pthread.def
index e18c25b..b9f3148 100644
--- a/pthread.def
+++ b/pthread.def
@@ -1,5 +1,5 @@
; pthread.def
-; Last updated: $Date: 2002/01/31 06:56:04 $
+; Last updated: $Date: 2002/01/31 21:52:58 $
; Currently unimplemented functions are commented out.
@@ -66,6 +66,7 @@ pthread_mutex_init
pthread_mutex_destroy
pthread_mutex_lock
pthread_mutex_trylock
+pthread_mutex_timedlock
pthread_mutex_unlock
pthread_once
pthread_self
@@ -77,17 +78,21 @@ pthread_setspecific
;pthread_sigmask
pthread_testcancel
;
-; POSIX 1.b
+; Scheduling
;
sched_get_priority_min
sched_get_priority_max
sched_getscheduler
sched_setscheduler
sched_yield
+;
+; Semaphores
+;
sem_init
sem_destroy
sem_trywait
sem_wait
+sem_timedwait
sem_post
sem_open
sem_close