From c156eacc8b9c6f33f89c7563f2821320be79c2e1 Mon Sep 17 00:00:00 2001 From: rpj Date: Sun, 1 Jul 2001 14:35:49 +0000 Subject: 2001-07-01 Ross Johnson Contributed by - Alexander Terekhov. * condvar.c: Fixed lost signal bug reported by Timur Aydin (taydin@snet.net). [RPJ (me) didn't translate the original algorithm correctly.] * semaphore.c: Added sem_post_multiple; this is a useful routine, but it doesn't appear to be standard. For now it's not an exported function. --- pthread.def | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'pthread.def') diff --git a/pthread.def b/pthread.def index 2915077..9ca0cbd 100644 --- a/pthread.def +++ b/pthread.def @@ -1,5 +1,5 @@ ; pthread.def -; Last updated: $Date: 2001/07/01 13:23:10 $ +; Last updated: $Date: 2001/07/01 14:35:50 $ ; Currently unimplemented functions are commented out. @@ -82,7 +82,6 @@ pthread_testcancel ; sched_get_priority_min sched_get_priority_max -sched_rr_set_interval sched_getscheduler sched_setscheduler sched_yield @@ -96,6 +95,10 @@ sem_close sem_unlink sem_getvalue ; +; This next one is a macro +;sched_rr_get_interval +; +; ; Read/Write Locks ; pthread_rwlock_init -- cgit v1.2.3