summaryrefslogtreecommitdiffstats
path: root/lib/libthr/thread/thr_init.c
Commit message (Expand)AuthorAgeFilesLines
...
* Make libthr async-signal-safe without costly signal masking. The guidlines Imtm2004-05-201-18/+3
* o Remove more references to SIGTHRmtm2004-03-291-51/+0
* Remove the garbage collector thread. All resources are freedmtm2004-03-281-4/+2
* Move the initialization of thread priority to a common function.mtm2004-02-181-5/+3
* Preparations to make libthr work in multi-threaded fork()ing applications.mtm2003-12-261-39/+78
* When _PTHREADSINVARIANTS is defined SIGABRT is not includedmtm2003-07-081-0/+3
* 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