summaryrefslogtreecommitdiffstats
path: root/lib/libthr/thread/thr_init.c
Commit message (Expand)AuthorAgeFilesLines
* Make _thread_suspend work with both the old broken sigtimedwaitjdp2003-06-291-0/+26
* Make C applications statically compiled with libthr work. Previously,mtm2003-06-041-0/+6
* Return gracefully, rather than aborting, when the maximum concurrentmtm2003-05-251-1/+2
* Start locking up the active and dead threads lists. The active threadsmtm2003-05-251-1/+1
* Make WARNS2 clean. The fixes mostly included:mtm2003-05-231-2/+1
* The thread id was being set *before* zeroing out the thread. Reversemtm2003-05-211-2/+3
* - Pass a ucontext_t to _set_curthread. If non-NULL the new thread is setjake2003-04-031-1/+1
* - Define curthread as _get_curthread() and remove all direct calls tojeff2003-04-021-16/+0
* - Add libthr but don't hook it up to the regular build yet. This is anjeff2003-04-011-0/+363
OpenPOWER on IntegriCloud