Rich Felker
|
73db33b949
remove leftover cp_sp cruft from cancellation code, fix small bug
|
13 years ago |
Rich Felker
|
4da268f74b
fix issue with longjmp out of signal handlers and cancellation
|
13 years ago |
Rich Felker
|
ce7d72596c
fix cancellation failure in single-threaded programs
|
13 years ago |
Rich Felker
|
823813e3f4
fix crash in pthread_testcancel if pthread_self has not been called
|
13 years ago |
Rich Felker
|
188ebf51b4
close should not be cancellable after "failing" with EINTR
|
13 years ago |
Rich Felker
|
98acf04fc0
use weak aliases rather than function pointers to simplify some code
|
13 years ago |
Rich Felker
|
344ea14885
fix breakage in cancellation due to signal functions overhaul
|
13 years ago |
Rich Felker
|
be2e06d347
recheck cancellation disabled flag after syscall returns EINTR
|
14 years ago |
Rich Felker
|
9080cc153c
clean up handling of thread/nothread mode, locking
|
14 years ago |
Rich Felker
|
09dae2b7b6
fix bugs in cancellable syscall asm
|
14 years ago |
Rich Felker
|
02eff258c6
don't use pthread_once when there is no danger in race
|
14 years ago |
Rich Felker
|
e74664016b
fix some minor issues in cancellation handling patch
|
14 years ago |
Rich Felker
|
feee98903c
overhaul pthread cancellation
|
14 years ago |