summaryrefslogtreecommitdiff
path: root/lib/libpthread/pthread_int.h
AgeCommit message (Expand)Author
2005-02-26Keep the kernel updated with signal action signal masks (act.sa_mask) untilnathanw
2004-10-12Remove pt_blockuc. If the debugger attempts to muck with the state of amycroft
2004-08-24Local whitespace police.nathanw
2004-08-24Add a flag that indicates that a thread took a signal.nathanw
2004-06-25const'ify the arguments to pthread__assertfunc and _errorfunc;drochner
2004-03-14add libpthread part of concurrency support for SA on MP systemscl
2004-02-02Rename pt_stacksize, pt_stacksize_lg, and pt_stackmask to pthread_*. Externalnathanw
2004-01-02userland part of no-syscall upcall stack returncl
2003-12-31Handle block/unblock for threads in critical section withoutcl
2003-11-27Set default stack size to the current limit on the stack size as setcl
2003-11-25GC sigcontext<->mcontext code and __HAVE_SIGINFO. All supported archs havechristos
2003-11-09Add:christos
2003-09-12convert to use siginfo/ucontext style of signal delivery instead ofchristos
2003-09-07Remove possible race condition in upcall recycling.cl
2003-07-21Add a lock on the pt_flags field.nathanw
2003-07-18pthread.c was getting a bit unwieldly. Move pthread_attr stuff outnathanw
2003-07-17Adapt to internal structure name changes.nathanw
2003-06-26Introduce a new pointer, pt_trapuc, that stores thread context capturednathanw
2003-06-06Tiny bit of infrastructure for ABI-supported thread-ID storage.nathanw
2003-05-27pass lint:christos
2003-04-23Introduce a pthread__error() macro, for detected application errors asnathanw
2003-04-18Use a __predict_true() in the definition of pthread__assert().nathanw
2003-02-26Add support for naming a thread, using an API compatible with Tru64 Unix:thorpej
2003-02-15interposition sigtimedwait() with a thread-aware version, which usesjdolecek
2003-02-15Define a pthread-specific assert function, pthread__assert(), thatnathanw
2003-02-04minor whitespace changesjdolecek
2003-01-31Add a new internal function, pthread__sched_sleepers(), which iteratesnathanw
2003-01-25More signal rearranging:nathanw
2003-01-18de-lintchristos
2003-01-18Merge the nathanw_sa branch.thorpej