summaryrefslogtreecommitdiffstats
path: root/lib/libthr/thread/thr_join.c
Commit message (Expand)AuthorAgeFilesLines
* Change all instances of THR_LOCK/UNLOCK, etc to UMTX_*.mtm2003-07-061-6/+6
* Catchup with _thread_suspend() changes.mtm2003-06-301-1/+3
* Sweep through pthread locking and use the new locking primitives formtm2003-06-291-6/+7
* Don't hold the active thread list lock when signaling the gc thread.mtm2003-05-291-1/+1
* Revert part of the last commit. I don't know what I was smoking.mtm2003-05-271-2/+13
* Revise the unlock order in _pthread_join(). Also, if the joinedmtm2003-05-261-12/+6
* Start locking up the active and dead threads lists. The active threadsmtm2003-05-251-27/+34
* Move a misplaced comment.mtm2003-05-201-1/+1
* - Define curthread as _get_curthread() and remove all direct calls tojeff2003-04-021-1/+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/+161
OpenPOWER on IntegriCloud