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
/
pthread_cancel.c
Age
Commit message (
Expand
)
Author
Lines
2018-09-12
reduce spurious inclusion of libc.h
Rich Felker
-1
/
+0
2018-09-05
define and use internal macros for hidden visibility, weak refs
Rich Felker
-4
/
+2
2018-08-29
fix async thread cancellation on sh-fdpic
Rich Felker
-0
/
+3
2018-08-28
fix deadlock in async thread self-cancellation
Rich Felker
-1
/
+5
2016-02-04
avoid using signals when a thread attempts to cancel itself
Rich Felker
-0
/
+1
2015-11-11
eliminate use of SHARED macro to suppress visibility attributes
Rich Felker
-4
/
+0
2015-11-02
use explicit __cp_cancel label in cancellable syscall asm for all archs
Rich Felker
-8
/
+2
2015-11-02
properly access mcontext_t program counter in cancellation handler
Rich Felker
-3
/
+4
2015-04-14
cleanup use of visibility attributes in pthread_cancel.c
Rich Felker
-8
/
+9
2015-04-14
consistently use hidden visibility for cancellable syscall internals
Rich Felker
-3
/
+11
2015-04-13
remove remnants of support for running in no-thread-pointer mode
Rich Felker
-2
/
+1
2015-03-16
block all signals (even internal ones) in cancellation signal handler
Rich Felker
-1
/
+2
2015-02-21
add new masked cancellation mode
Rich Felker
-9
/
+15
2015-02-20
prepare cancellation syscall asm for possibility of __cancel returning
Rich Felker
-0
/
+7
2015-02-16
make pthread_exit responsible for disabling cancellation
Rich Felker
-3
/
+0
2015-02-03
fix missing memory barrier in cancellation signal handler
Rich Felker
-0
/
+1
2014-07-06
rework cancellation weak alias logic not to depend on archive order
Rich Felker
-0
/
+85
2011-04-17
overhaul pthread cancellation
Rich Felker
-7
/
+0
2011-04-01
use a_store to set cancel flag in pthread_cancel, to ensure a barrier
Rich Felker
-1
/
+1
2011-03-29
major improvements to cancellation handling
Rich Felker
-0
/
+1
2011-03-19
syscall overhaul part two - unify public and internal syscall interface
Rich Felker
-2
/
+1
2011-02-12
initial check-in, version 0.5.0
v0.5.0
Rich Felker
-0
/
+7