aboutsummaryrefslogtreecommitdiff
path: root/lib/libthr/thread/thr_create.c
Commit message (Expand)AuthorAgeFilesLines
* When a thread is created suspended have libthr suspend it explicitlyMike Makonnen2004-06-301-10/+3
* Make libthr async-signal-safe without costly signal masking. The guidlines IMike Makonnen2004-05-201-1/+0
* Remove the garbage collector thread. All resources are freedMike Makonnen2004-03-281-15/+0
* Move the initialization of thread priority to a common function.Mike Makonnen2004-02-181-1/+0
* Preparations to make libthr work in multi-threaded fork()ing applications.Mike Makonnen2003-12-261-24/+1
* When creating a pthread in the suspended state their were twoMike Makonnen2003-12-151-2/+4
* It's unnecessary to lock the thread during creation. Simply extendMike Makonnen2003-05-291-5/+2
* Decouple the thread stack [de]allocating functions from the 'dead threads list'Mike Makonnen2003-05-261-3/+2
* Return gracefully, rather than aborting, when the maximum concurrentMike Makonnen2003-05-251-1/+12
* Part of the last patch.Mike Makonnen2003-05-251-7/+7
* Make WARNS2 clean. The fixes mostly included:Mike Makonnen2003-05-231-1/+0
* Re-enable the garbage collector thread in anticipation of furtherMike Makonnen2003-05-211-2/+0
* Fix build breakage (on ia64) caused by a missing file descriptor toMarcel Moolenaar2003-04-201-1/+1
* - Pass a ucontext_t to _set_curthread. If non-NULL the new thread is setJake Burkholder2003-04-031-4/+4
* - Define curthread as _get_curthread() and remove all direct calls toJeff Roberson2003-04-021-12/+4
* - Add libthr but don't hook it up to the regular build yet. This is anJeff Roberson2003-04-011-0/+228