about summary refs log tree commit diff
path: root/src/thread/cancel_impl.c
Commit message (Expand)AuthorAgeFilesLines
* remove leftover cp_sp cruft from cancellation code, fix small bugRich Felker2012-05-251-3/+1
* fix issue with longjmp out of signal handlers and cancellationRich Felker2012-05-231-11/+4
* fix cancellation failure in single-threaded programsRich Felker2012-01-221-1/+1
* fix crash in pthread_testcancel if pthread_self has not been calledRich Felker2011-09-271-1/+1
* close should not be cancellable after "failing" with EINTRRich Felker2011-08-071-1/+2
* use weak aliases rather than function pointers to simplify some codeRich Felker2011-08-061-2/+1
* fix breakage in cancellation due to signal functions overhaulRich Felker2011-08-021-1/+7
* recheck cancellation disabled flag after syscall returns EINTRRich Felker2011-04-181-1/+1
* clean up handling of thread/nothread mode, lockingRich Felker2011-04-171-1/+1
* fix bugs in cancellable syscall asmRich Felker2011-04-171-1/+2
* don't use pthread_once when there is no danger in raceRich Felker2011-04-171-2/+5
* fix some minor issues in cancellation handling patchRich Felker2011-04-171-9/+17
* overhaul pthread cancellationRich Felker2011-04-171-0/+70