summaryrefslogtreecommitdiffstats
path: root/lib/libthr/thread/thr_cond.c
Commit message (Expand)AuthorAgeFilesLines
* Import my recent 1:1 threading working. some features improved includes:davidxu2005-04-021-370/+238
* Change the thread ID (thr_id_t) used for 1:1 threading from being amarcel2004-07-021-4/+4
* Make libthr async-signal-safe without costly signal masking. The guidlines Imtm2004-05-201-146/+89
* If a condition variable is statically initialized don't returnmtm2004-03-291-2/+6
* The thread suspend function now returns ETIMEDOUT, not EAGAIN.mtm2004-03-291-2/+1
* Stop using signals for synchronizing threads. The performance penaltymtm2004-03-271-1/+1
* Fix the wrapper function around signals so that a signal handlingmtm2003-12-091-9/+0
* Catchup with _thread_suspend() changes.mtm2003-06-301-1/+1
* I botched one of my committs in the last round. Fix it.mtm2003-05-311-2/+3
* Use a static lock to ake sure pthread_cond_* functions calledmtm2003-05-291-2/+20
* Lock the cond queue (condition variables):mtm2003-05-241-70/+43
* Insert a debugging aid:mtm2003-05-211-1/+9
* Do some cleanup with respect to condition variables. The implementationmtm2003-05-151-15/+14
* - Define curthread as _get_curthread() and remove all direct calls tojeff2003-04-021-6/+0
* - Don't drop and reacquire giant in thread_suspend(). Change callers to dojeff2003-04-011-0/+2
* - Add libthr but don't hook it up to the regular build yet. This is anjeff2003-04-011-0/+544
OpenPOWER on IntegriCloud