summaryrefslogtreecommitdiff
path: root/lib/libpthread/pthread.c
AgeCommit message (Expand)Author
2003-02-28Disable userlevel nanosleep() until I find the timer/alarm bug that itnathanw
2003-02-26In pthread_create(), rearrange name-setting code so that name is setnathanw
2003-02-26Add support for naming a thread, using an API compatible with Tru64 Unix:thorpej
2003-02-22In pthread_exit(), clear pt_canceled in addition to settingnathanw
2003-02-15Define a pthread-specific assert function, pthread__assert(), thatnathanw
2003-01-31Use pthread__sched_sleepers() instead of iterating over sleep queuesnathanw
2003-01-29cosmeticsdrochner
2003-01-25Make pthread_join() accomodate spurious wakeups from pthread__block().nathanw
2003-01-19Add some threadlib stubs that are used by X:thorpej
2003-01-19- constify the get functionschristos
2003-01-18de-lintchristos
2003-01-18Merge the nathanw_sa branch.thorpej