summaryrefslogtreecommitdiffstats
path: root/src/libthread/pthread.c
Commit message (Collapse)AuthorAgeFilesLines
* restore old plan 9 property that when thersc2004-12-281-0/+5
| | | | | | 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/+0
|
* remove debuggingrsc2004-12-281-0/+6
|
* better exec handlingrsc2004-12-271-6/+0
|
* shuffle to allow use of execchan in non-pthreads implsrsc2004-12-271-0/+6
|
* start linux pre-2.6 portrsc2004-12-271-3/+3
|
* confine pthreads to pthread.crsc2004-12-271-5/+29
|
* signal handling, add prototype for pthreadinitrsc2004-12-271-1/+1
|
* more new libthreadrsc2004-12-251-0/+108
|
* New thread libraryrsc2004-12-251-271/+0
|
* more thread workrsc2004-11-081-86/+182
|
* try to implement the daemonize hack.rsc2004-10-221-20/+28
|
* debugging, more pthreads craprsc2004-10-221-1/+4
|
* add pthreadrsc2004-09-231-0/+164