summaryrefslogtreecommitdiff
path: root/lib/libthr/thread/thr_init.c
Commit message (Expand)AuthorAgeFilesLines
* Conditionally report initial thread event.David Xu2005-04-121-1/+2
* Add debugger event reporting support, current only TD_CREATE and TD_DEATHDavid Xu2005-04-121-0/+2
* Remove unique id field which is no longer used by debugger.David Xu2005-04-061-1/+0
* Import my recent 1:1 threading working. some features improved includes:David Xu2005-04-021-161/+214
* Increase the default stacksizes:Joe Marcus Clarke2005-03-061-6/+16
* Don't include sys/user.h merely for its side-effect of recursivelyDavid Schultz2004-11-271-1/+0
* Implement pthread_atfork in libthr. This is mostly from deichen'sMike Makonnen2004-06-271-0/+4
* In the case that the global thread list is being re-initialized afterMike Makonnen2004-06-271-4/+4
* Make libthr async-signal-safe without costly signal masking. The guidlines IMike Makonnen2004-05-201-18/+3
* o Remove more references to SIGTHRMike Makonnen2004-03-291-51/+0
* Remove the garbage collector thread. All resources are freedMike Makonnen2004-03-281-4/+2
* Move the initialization of thread priority to a common function.Mike Makonnen2004-02-181-5/+3
* Preparations to make libthr work in multi-threaded fork()ing applications.Mike Makonnen2003-12-261-39/+78
* When _PTHREADSINVARIANTS is defined SIGABRT is not includedMike Makonnen2003-07-081-0/+3
* Make _thread_suspend work with both the old broken sigtimedwaitJohn Polstra2003-06-291-0/+26
* Make C applications statically compiled with libthr work. Previously,Mike Makonnen2003-06-041-0/+6
* Return gracefully, rather than aborting, when the maximum concurrentMike Makonnen2003-05-251-1/+2
* Start locking up the active and dead threads lists. The active threadsMike Makonnen2003-05-251-1/+1
* Make WARNS2 clean. The fixes mostly included:Mike Makonnen2003-05-231-2/+1
* The thread id was being set *before* zeroing out the thread. ReverseMike Makonnen2003-05-211-2/+3
* - Pass a ucontext_t to _set_curthread. If non-NULL the new thread is setJake Burkholder2003-04-031-1/+1
* - Define curthread as _get_curthread() and remove all direct calls toJeff Roberson2003-04-021-16/+0
* - Add libthr but don't hook it up to the regular build yet. This is anJeff Roberson2003-04-011-0/+363