aboutsummaryrefslogtreecommitdiff
path: root/src/libthread/pthread.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-17libthread: handle spurious _procsleep wakeups, fix $LIBTHREAD handlingRuss Cox1-1/+3
2020-05-17libthread: add pthreadperthread mode and use under ASANRuss Cox1-0/+33
2005-02-03stupid gccrsc1-1/+1
2005-01-18better exit handlingrsc1-3/+4
2005-01-17allow config to override kernel versionrsc1-0/+17
2005-01-07sunos fixesrsc1-3/+3
2005-01-06add _procwakeupandunlockrsc1-0/+10
2004-12-28restore old plan 9 property that when thersc1-0/+5
2004-12-28more freebsd workrsc1-4/+0
2004-12-28remove debuggingrsc1-0/+6
2004-12-27better exec handlingrsc1-6/+0
2004-12-27shuffle to allow use of execchan in non-pthreads implsrsc1-0/+6
2004-12-27start linux pre-2.6 portrsc1-3/+3
2004-12-27confine pthreads to pthread.crsc1-5/+29
2004-12-27signal handling, add prototype for pthreadinitrsc1-1/+1
2004-12-25more new libthreadrsc1-0/+108
2004-12-25New thread libraryrsc1-271/+0
2004-11-08more thread workrsc1-86/+182
2004-10-22try to implement the daemonize hack.rsc1-20/+28
2004-10-22debugging, more pthreads craprsc1-1/+4
2004-09-23add pthreadrsc1-0/+164