summaryrefslogtreecommitdiff
path: root/lib/libpthread/pthread.c
AgeCommit message (Expand)Author
2003-08-13Split out pthread_{set,get}specific() into a separate file and arrangenathanw
2003-07-21Lock accesses to pt_flags and pt_cancel.nathanw
2003-07-21Use _sys_write() instead of write() in the assertion and errornathanw
2003-07-21Move initialization of variable 'nthreads' so that pthread_exit() fromnathanw
2003-07-18pthread.c was getting a bit unwieldly. Move pthread_attr stuff outnathanw
2003-07-18Implement a bunch of pthread_attr_() functions, which genuinely set and examinenathanw
2003-07-18Add strong alias for setcancelstate.nathanw
2003-06-26Initialize pt_trapuc in pthread__initthread().nathanw
2003-06-06Tiny bit of infrastructure for ABI-supported thread-ID storage.nathanw
2003-06-02Add pthread_attr_getstack{,size,addr} needed by jdkchristos
2003-05-27pass lint:christos
2003-04-28Move call to pthread__alarm_init() from pthread_init() (called at loadnathanw
2003-04-23Introduce a pthread__error() macro, for detected application errors asnathanw
2003-04-07When threads are started, register an atfork callback to clearnathanw
2003-03-10Re-enable nanosleep(); kernel bug is squished (kern_time.c:1.67).nathanw
2003-03-08add __RCSID()lukem
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