index
:
musl
master
rs-1.0
musl - an implementation of the standard library for Linux-based systems
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
thread
/
cancel_impl.c
Age
Commit message (
Expand
)
Author
Lines
2014-06-10
replace all remaining internal uses of pthread_self with __pthread_self
Rich Felker
-1
/
+1
2014-03-24
always initialize thread pointer at program start
Rich Felker
-1
/
+2
2014-02-23
mostly-cosmetic fixups to x32 port merge
Rich Felker
-4
/
+6
2014-02-22
use syscall_arg_t type for syscall prototypes in pthread code
rofl0r
-2
/
+5
2012-05-25
remove leftover cp_sp cruft from cancellation code, fix small bug
Rich Felker
-3
/
+1
2012-05-23
fix issue with longjmp out of signal handlers and cancellation
Rich Felker
-11
/
+4
2012-01-22
fix cancellation failure in single-threaded programs
Rich Felker
-1
/
+1
2011-09-27
fix crash in pthread_testcancel if pthread_self has not been called
Rich Felker
-1
/
+1
2011-08-07
close should not be cancellable after "failing" with EINTR
Rich Felker
-1
/
+2
2011-08-06
use weak aliases rather than function pointers to simplify some code
Rich Felker
-2
/
+1
2011-08-02
fix breakage in cancellation due to signal functions overhaul
Rich Felker
-1
/
+7
2011-04-18
recheck cancellation disabled flag after syscall returns EINTR
Rich Felker
-1
/
+1
2011-04-17
clean up handling of thread/nothread mode, locking
Rich Felker
-1
/
+1
2011-04-17
fix bugs in cancellable syscall asm
Rich Felker
-1
/
+2
2011-04-17
don't use pthread_once when there is no danger in race
Rich Felker
-2
/
+5
2011-04-17
fix some minor issues in cancellation handling patch
Rich Felker
-9
/
+17
2011-04-17
overhaul pthread cancellation
Rich Felker
-0
/
+70