summaryrefslogtreecommitdiffstats
path: root/src/libthread/thread.c
Commit message (Collapse)AuthorAgeFilesLines
* rename scheduler to have a more distinctive name, so stack traces can end therersc2005-01-231-5/+5
|
* Apparently SuSE 9.1's X distribution uses even biggerrsc2005-01-231-1/+1
| | | | | | | | | | buffers than the standard ones. 64kB appears to be enough for a stack in that case, but let's just go nuts and make the stacks enormous, so that it takes a few more doublings of X's stack needs before we run into this problem again. The VM system should take care of not actually using most of the memory anyway.
* proccreate racersc2005-01-181-1/+3
|
* add threadgetnamersc2005-01-181-0/+6
|
* 64-bit nonsensersc2005-01-181-3/+19
|
* useful warning commentrsc2005-01-161-0/+9
|
* oops sunosrsc2005-01-141-3/+3
|
* Many small edits.rsc2005-01-131-5/+15
|
* paranoiarsc2005-01-111-1/+8
|
* os x changesrsc2005-01-111-2/+13
|
* allow lock passingrsc2005-01-071-1/+2
|
* add _procwakeupandunlockrsc2005-01-061-2/+4
| | | | | to help ease locking contention on Linux 2.4.
* more debuggingrsc2005-01-061-4/+16
|
* more debuggingrsc2005-01-041-6/+16
|
* restore old plan 9 property that when thersc2004-12-281-1/+4
| | | | | | last thread exits the main proc, the remaining program ends up in the background and the program appears to have exited.
* more freebsd workrsc2004-12-281-4/+1
|
* add threaddaemonize(), more bug fixesrsc2004-12-281-4/+33
|
* better exec handlingrsc2004-12-271-5/+14
|
* starting to work on Linuxrsc2004-12-271-0/+2
|
* start linux pre-2.6 portrsc2004-12-271-73/+100
|
* confine pthreads to pthread.crsc2004-12-271-7/+6
|
* remove debuggingrsc2004-12-271-1/+0
|
* signal handling, add prototype for pthreadinitrsc2004-12-271-2/+10
|
* New thread libraryrsc2004-12-251-0/+535