summaryrefslogtreecommitdiffstats
path: root/lib/libthr/thread/thr_syscalls.c
Commit message (Expand)AuthorAgeFilesLines
* Remove a redundant _get_curthread() call.davidxu2005-11-021-1/+0
* In raise(), use a shortcut to directly send signal to current thread.davidxu2005-11-021-7/+2
* Add a cancellation point for usleep().deischen2005-08-031-0/+19
* Import my recent 1:1 threading working. some features improved includes:davidxu2005-04-021-403/+216
* Implement cancellation points in libc interfaces, as specified by POSIX.mtm2004-09-161-0/+293
* Implement pthread_atfork in libthr. This is mostly from deichen'smtm2004-06-271-0/+58
* Make libthr async-signal-safe without costly signal masking. The guidlines Imtm2004-05-201-55/+0
* o Since we're not using signals for thread synchronization anymore,mtm2004-03-271-4/+17
* o Add a wrapper around sigaction(2), so we can insert our own wrappermtm2003-12-091-0/+58
* Enable cancellation points around some syscalls.mtm2003-12-091-28/+28
* Make WARNS2 clean. The fixes mostly included:mtm2003-05-231-0/+10
* - Add libthr but don't hook it up to the regular build yet. This is anjeff2003-04-011-0/+418
OpenPOWER on IntegriCloud