summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/thread/thr_cond.c
Commit message (Expand)AuthorAgeFilesLines
* When checking for valid timevals in the wrapped select() and poll()deischen1999-08-301-6/+8
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Sanity check time structures passed in, return EINVAL like the systemalfred1999-08-191-1/+5
* In the words of the author:jb1999-06-201-20/+52
* Fix a problem with static initialisation of mutexes and conditionjb1999-05-231-0/+19
* [ The author's description... ]jb1999-03-231-66/+234
* Close a window between unlocking a spinlock and changing the thread state.jb1998-11-151-10/+4
* Don't call pthread_mutex_lock with _SPINLOCK held.dt1998-11-061-21/+30
* Implement compile time debug support instead of tracking file name andjb1998-06-091-14/+15
* Change signal model to match POSIX (i.e. one set of signal handlersjb1998-04-291-65/+68
* Enable static initialisation of mutexes and condition variables.jb1998-04-041-4/+16
* Modify the return values to comply with POSIX. Previously thesealex1997-11-251-26/+13
* Correct the return value from pthread_cond_timedwait when a timeoutalex1997-11-231-1/+1
* Set wakeup time in pthread_cond_wait() to `forever' (-1) to preventjb1997-04-111-24/+41
* Submitted by: John Birrelljulian1997-02-051-2/+2
* Remove now un-necessary FreeBSD specific code since our timespecnate1996-09-201-5/+0
* Submitted by: John Birrell <cimaxp1!jb@werple.net.au>julian1996-08-201-146/+188
* Reviewed by: julianjulian1996-01-221-0/+293
OpenPOWER on IntegriCloud