summaryrefslogtreecommitdiff
path: root/lib/libthr/thread/thr_cond.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the wrapper function around signals so that a signal handlingMike Makonnen2003-12-091-9/+0
* Catchup with _thread_suspend() changes.Mike Makonnen2003-06-301-1/+1
* I botched one of my committs in the last round. Fix it.Mike Makonnen2003-05-311-2/+3
* Use a static lock to ake sure pthread_cond_* functions calledMike Makonnen2003-05-291-2/+20
* Lock the cond queue (condition variables):Mike Makonnen2003-05-241-70/+43
* Insert a debugging aid:Mike Makonnen2003-05-211-1/+9
* Do some cleanup with respect to condition variables. The implementationMike Makonnen2003-05-151-15/+14
* - Define curthread as _get_curthread() and remove all direct calls toJeff Roberson2003-04-021-6/+0
* - Don't drop and reacquire giant in thread_suspend(). Change callers to doJeff Roberson2003-04-011-0/+2
* - Add libthr but don't hook it up to the regular build yet. This is anJeff Roberson2003-04-011-0/+544