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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
fix unintended linking dependency of pthread_key_create on __synccall
Rich Felker
2019-01-16
1
-0
/
+6
*
make sem_wait and sem_timedwait interruptible by signals
Rich Felker
2018-12-19
1
-1
/
+1
*
don't fail pthread_sigmask/sigprocmask on invalid how when set is null
Rich Felker
2018-12-18
1
-1
/
+1
*
add __timedwait backend workaround for old kernels where futex EINTRs
Rich Felker
2018-12-18
1
-0
/
+8
*
combine arch ABI's DTP_OFFSET into DTV pointers
Rich Felker
2018-10-12
1
-2
/
+2
*
limit the configurable default stack/guard size for threads
Rich Felker
2018-09-18
2
-6
/
+10
*
remove redundant declarations of __default_stacksize, __default_guardsize
Rich Felker
2018-09-18
3
-8
/
+0
*
fix benign data race in pthread_attr_init
Rich Felker
2018-09-18
1
-0
/
+2
*
fix deletion of pthread tsd keys that still have non-null values stored
Rich Felker
2018-09-18
2
-18
/
+101
*
check for kernel support before allowing robust mutex creation
Rich Felker
2018-09-15
1
-1
/
+17
*
split internal lock API out of libc.h, creating lock.h
Rich Felker
2018-09-12
8
-1
/
+8
*
reduce spurious inclusion of libc.h
Rich Felker
2018-09-12
8
-8
/
+1
*
remove unused __futex function and source file
Rich Felker
2018-09-12
1
-7
/
+0
*
hide __pthread_once_full symbol
Rich Felker
2018-09-12
1
-1
/
+1
*
overhaul internally-public declarations using wrapper headers
Rich Felker
2018-09-12
22
-53
/
+6
*
use hidden visibility for sh __unmapself backends
Rich Felker
2018-09-12
2
-2
/
+3
*
make arch __set_thread_area backends hidden
Rich Felker
2018-09-12
9
-0
/
+9
*
make arch __clone backends hidden
Rich Felker
2018-09-12
15
-0
/
+15
*
move declarations of tls setup/access functions to pthread_impl.h
Rich Felker
2018-09-12
2
-4
/
+0
*
for c11 mtx and cnd functions, use externally consistent type names
Rich Felker
2018-09-12
6
-12
/
+17
*
make inadvertently exposed __pthread_{timed,try}join_np functions static
Rich Felker
2018-09-12
1
-2
/
+2
*
fix issues from public functions defined without declaration visible
Rich Felker
2018-09-12
1
-0
/
+1
*
define and use internal macros for hidden visibility, weak refs
Rich Felker
2018-09-05
8
-26
/
+20
*
fix namespace violation for c11 mutex functions
Rich Felker
2018-09-04
1
-1
/
+3
*
in pthread_mutex_timedlock, avoid repeatedly reading mutex type field
Rich Felker
2018-09-04
1
-3
/
+4
*
in pthread_mutex_trylock, EBUSY out more directly when possible
Rich Felker
2018-09-04
1
-2
/
+2
*
fix async thread cancellation on sh-fdpic
Rich Felker
2018-08-29
1
-0
/
+3
*
fix async thread cancellation on powerpc64
Rich Felker
2018-08-29
1
-0
/
+7
*
reject invalid arguments to pthread_barrierattr_setpshared
Rich Felker
2018-08-28
1
-0
/
+1
*
rewrite __aeabi_read_tp in asm
Szabolcs Nagy
2018-08-28
2
-12
/
+6
*
fix deadlock in async thread self-cancellation
Rich Felker
2018-08-28
1
-1
/
+5
*
fix tls access on arm targets before armv6k
Szabolcs Nagy
2018-08-23
1
-1
/
+1
*
mips archs: fix runaway execution if start fn passed to clone returns
Segev Finer
2018-08-18
3
-3
/
+12
*
fix pthread_create return value with PTHREAD_EXPLICIT_SCHED
Rich Felker
2018-08-16
1
-0
/
+1
*
make pthread_attr_init honor defaults set by pthread_setattr_default_np
Rich Felker
2018-07-27
3
-4
/
+11
*
add m68k port
Rich Felker
2018-06-19
3
-0
/
+58
*
make linking of thread-start with explicit scheduling conditional
Rich Felker
2018-05-09
2
-28
/
+28
*
improve design of thread-start with explicit scheduling attributes
Rich Felker
2018-05-09
1
-21
/
+39
*
improve joinable/detached thread state handling
Rich Felker
2018-05-05
4
-19
/
+22
*
improve pthread_exit synchronization with functions targeting tid
Rich Felker
2018-05-05
5
-16
/
+18
*
remove incorrect ESRCH error from pthread_kill
Rich Felker
2018-05-04
1
-1
/
+2
*
use a dedicated futex object for pthread_join instead of tid field
Rich Felker
2018-05-02
2
-4
/
+5
*
store pthread stack guard sizes for pthread_getattr_np
William Pitcock
2018-02-03
2
-1
/
+3
*
revise the definition of multiple basic locks in the code
Jens Gustedt
2018-01-09
3
-3
/
+3
*
consistently use the LOCK an UNLOCK macros
Jens Gustedt
2018-01-09
6
-12
/
+12
*
new lock algorithm with state and congestion count in one atomic int
Jens Gustedt
2018-01-09
2
-8
/
+52
*
fix read-after-free type error in pthread_detach
Rich Felker
2017-10-13
1
-1
/
+2
*
fix signal masking race in pthread_create with priority attributes
Rich Felker
2017-09-06
1
-2
/
+7
*
trap UB from attempts to join a detached thread
Rich Felker
2017-08-11
1
-0
/
+1
*
unify the use of FUTEX_PRIVATE
Jens Gustedt
2017-07-04
3
-3
/
+3
[prev]
[next]