about summary refs log tree commit diff
path: root/src/thread/cancel_impl.c
Commit message (Expand)AuthorAgeFilesLines
* 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