summaryrefslogtreecommitdiff
path: root/lib/libc_r/uthread/uthread_cond.c
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/6.4 to release/6.4.0 in preparation for 6.4-RELEASE.release/6.4.0_cvsKen Smith2008-11-261-1/+1
* At initialization, override the pthread stub routines in libcDaniel Eischen2002-11-131-20/+53
* Revamp suspend and resume. While I'm here add pthread_suspend_all_np()Daniel Eischen2002-05-241-16/+4
* Fix logic errors in pthread_cond_wait() and pthread_cond_timedwait() thatJason Evans2001-08-191-68/+52
* To be consistent, use the __weak_reference macro from <sys/cdefs.h>Daniel Eischen2001-04-101-6/+6
* Add weak definitions for wrapped system calls. In general:Daniel Eischen2001-01-241-31/+39
* Fix a bug where a statically initialized condition variableDaniel Eischen2000-11-161-2/+2
* Don't needlessly poll file descriptors when there are noDaniel Eischen2000-11-091-43/+102
* Implement zero system call thread switching. Performance ofDaniel Eischen2000-10-131-15/+51
* Change my email address in the copyright notices for the sake of consistencyJason Evans2000-07-181-1/+1
* Deal correctly with statically initialized condition variables inJason Evans2000-07-171-18/+17
* pthread_mutex_lock(), pthread_cond_trywait(), and pthread_cond_wait() areJason Evans2000-06-141-6/+22
* Fix pthread_suspend_np/pthread_resume_np. For the record, suspending aDaniel Eischen2000-03-151-4/+10
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),Jason Evans2000-01-271-0/+9
* Implement continuations to correctly handle [sig|_]longjmp() inside of aJason Evans2000-01-191-12/+20
* Fix problems with cancellation while in critical regions.Daniel Eischen1999-12-171-0/+2
* add pthread_cancel, obtained from OpenBSD.Alfred Perlstein1999-11-281-30/+72
* When checking for valid timevals in the wrapped select() and poll()Daniel Eischen1999-08-301-6/+8
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Sanity check time structures passed in, return EINVAL like the systemAlfred Perlstein1999-08-191-1/+5
* In the words of the author:John Birrell1999-06-201-20/+52
* Fix a problem with static initialisation of mutexes and conditionJohn Birrell1999-05-231-0/+19
* [ The author's description... ]John Birrell1999-03-231-66/+234
* Close a window between unlocking a spinlock and changing the thread state.John Birrell1998-11-151-10/+4
* Don't call pthread_mutex_lock with _SPINLOCK held.Dmitrij Tejblum1998-11-061-21/+30
* Implement compile time debug support instead of tracking file name andJohn Birrell1998-06-091-14/+15
* 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