index
:
mirror/musl
this commit
master
rs-1.0
mirror of git://git.musl-libc.org/musl
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
thread
/
cancel_impl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove leftover cp_sp cruft from cancellation code, fix small bug
Rich Felker
2012-05-25
1
-3
/
+1
*
fix issue with longjmp out of signal handlers and cancellation
Rich Felker
2012-05-23
1
-11
/
+4
*
fix cancellation failure in single-threaded programs
Rich Felker
2012-01-22
1
-1
/
+1
*
fix crash in pthread_testcancel if pthread_self has not been called
Rich Felker
2011-09-27
1
-1
/
+1
*
close should not be cancellable after "failing" with EINTR
Rich Felker
2011-08-07
1
-1
/
+2
*
use weak aliases rather than function pointers to simplify some code
Rich Felker
2011-08-06
1
-2
/
+1
*
fix breakage in cancellation due to signal functions overhaul
Rich Felker
2011-08-02
1
-1
/
+7
*
recheck cancellation disabled flag after syscall returns EINTR
Rich Felker
2011-04-18
1
-1
/
+1
*
clean up handling of thread/nothread mode, locking
Rich Felker
2011-04-17
1
-1
/
+1
*
fix bugs in cancellable syscall asm
Rich Felker
2011-04-17
1
-1
/
+2
*
don't use pthread_once when there is no danger in race
Rich Felker
2011-04-17
1
-2
/
+5
*
fix some minor issues in cancellation handling patch
Rich Felker
2011-04-17
1
-9
/
+17
*
overhaul pthread cancellation
Rich Felker
2011-04-17
1
-0
/
+70