summaryrefslogtreecommitdiffstats
path: root/lib/libthr/thread/thr_init.c
Commit message (Expand)AuthorAgeFilesLines
* Remove priority mutex code because it does not work correctly,davidxu2006-03-271-2/+1
* Set default contention scope to system.davidxu2006-03-201-1/+1
* Add some more pthread stubs so that librt can use them.deischen2006-03-051-4/+35
* Rework last change of pthread_once, create a function _thr_once_init todavidxu2006-02-151-2/+1
* After fork(), reinitialize internal locks for pthread_once().davidxu2006-02-151-0/+2
* Now, thread name is stored in kernel, userland no longer has to keep it.davidxu2006-02-051-2/+1
* Use macro STATIC_LIB_REQUIRE to declare a symbol should be linked intodavidxu2006-01-101-95/+68
* 1. Retire macro SCLASS, instead simply use language keyword anddavidxu2005-12-211-0/+52
* Add code to handle timer_delete(). The timer wrapper code is completelydavidxu2005-11-011-0/+1
* Conditionally report initial thread event.davidxu2005-04-121-1/+2
* Add debugger event reporting support, current only TD_CREATE and TD_DEATHdavidxu2005-04-121-0/+2
* Remove unique id field which is no longer used by debugger.davidxu2005-04-061-1/+0
* Import my recent 1:1 threading working. some features improved includes:davidxu2005-04-021-161/+214
* Increase the default stacksizes:marcus2005-03-061-6/+16
* Don't include sys/user.h merely for its side-effect of recursivelydas2004-11-271-1/+0
* Implement pthread_atfork in libthr. This is mostly from deichen'smtm2004-06-271-0/+4
* In the case that the global thread list is being re-initialized aftermtm2004-06-271-4/+4
* 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