summaryrefslogtreecommitdiff
path: root/lib/libpthread/thread/thr_cond.c
Commit message (Expand)AuthorAgeFilesLines
* Change signal model to match POSIX (i.e. one set of signal handlersJohn Birrell1998-04-291-65/+68
* Enable static initialisation of mutexes and condition variables.John Birrell1998-04-041-4/+16
* Modify the return values to comply with POSIX. Previously theseAlexander Langer1997-11-251-26/+13
* Correct the return value from pthread_cond_timedwait when a timeoutAlexander Langer1997-11-231-1/+1
* Set wakeup time in pthread_cond_wait() to `forever' (-1) to preventJohn Birrell1997-04-111-24/+41
* Submitted by: John BirrellJulian Elischer1997-02-051-2/+2
* Remove now un-necessary FreeBSD specific code since our timespecNate Williams1996-09-201-5/+0
* Submitted by: John Birrell <cimaxp1!jb@werple.net.au>Julian Elischer1996-08-201-146/+188
* Reviewed by: julianJulian Elischer1996-01-221-0/+293