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
/
internal
/
pthread_impl.h
Age
Commit message (
Expand
)
Author
Lines
2018-06-26
fix missing timeout argument to futex syscall in __futexwait
Patrick Oppenlander
-2
/
+2
2018-05-09
make linking of thread-start with explicit scheduling conditional
Rich Felker
-0
/
+8
2018-05-09
improve design of thread-start with explicit scheduling attributes
Rich Felker
-2
/
+0
2018-05-07
clean up and reduce size of internal pthread structure
Rich Felker
-7
/
+9
2018-05-05
improve joinable/detached thread state handling
Rich Felker
-3
/
+9
2018-05-05
improve pthread_exit synchronization with functions targeting tid
Rich Felker
-1
/
+0
2018-05-02
use a dedicated futex object for pthread_join instead of tid field
Rich Felker
-0
/
+1
2018-02-05
document pthread structure ABI constraints in comments
Rich Felker
-0
/
+7
2018-02-03
store pthread stack guard sizes for pthread_getattr_np
William Pitcock
-0
/
+1
2018-01-09
revise the definition of multiple basic locks in the code
Jens Gustedt
-2
/
+2
2018-01-09
new lock algorithm with state and congestion count in one atomic int
Jens Gustedt
-0
/
+6
2017-07-04
unify the use of FUTEX_PRIVATE
Jens Gustedt
-1
/
+1
2017-01-13
fix crashes in x32 __tls_get_addr
rofl0r
-0
/
+4
2016-12-06
remove largish unused field from pthread structure
Rich Felker
-1
/
+0
2016-11-08
fix build regression on archs with variable page size
Rich Felker
-1
/
+1
2015-06-25
fix local-dynamic model TLS on mips and powerpc
Rich Felker
-0
/
+4
2015-05-06
fix stack protector crashes on x32 & powerpc due to misplaced TLS canary
Rich Felker
-1
/
+6
2015-04-18
make dlerror state and message thread-local and dynamically-allocated
Rich Felker
-0
/
+2
2015-04-18
add missing 'void' in prototypes of internal pthread functions
Alexander Monakov
-6
/
+6
2015-04-10
redesign and simplify vmlock system
Rich Felker
-0
/
+4
2015-03-11
copy the dtv pointer to the end of the pthread struct for TLS_ABOVE_TP archs
Szabolcs Nagy
-0
/
+1
2015-03-03
make all objects used with atomic operations volatile
Rich Felker
-15
/
+15
2015-03-02
factor cancellation cleanup push/pop out of futex __timedwait function
Rich Felker
-1
/
+2
2014-09-07
add C11 thread creation and related thread functions
Rich Felker
-0
/
+2
2014-08-23
fix false ownership of stdio FILEs due to tid reuse
Rich Felker
-0
/
+1
2014-08-22
fix fallback checks for kernels without private futex support
Rich Felker
-1
/
+1
2014-08-17
redesign cond var implementation to fix multiple issues
Rich Felker
-5
/
+4
2014-08-17
make pointers used in robust list volatile
Rich Felker
-2
/
+2
2014-08-15
make futex operations use private-futex mode when possible
Rich Felker
-2
/
+8
2014-06-10
simplify errno implementation
Rich Felker
-1
/
+1
2013-08-03
fix multiple bugs in SIGEV_THREAD timers
Rich Felker
-1
/
+1
2013-04-26
transition to using functions for internal signal blocking/restoring
Rich Felker
-0
/
+4
2013-03-31
implement pthread_getattr_np
Rich Felker
-0
/
+2
2013-03-26
remove __SYSCALL_SSLEN arch macro in favor of using public _NSIG
Rich Felker
-3
/
+3
2013-02-01
replace __wake function with macro that performs direct syscall
Rich Felker
-1
/
+2
2012-11-11
add support for thread scheduling (POSIX TPS option)
Rich Felker
-0
/
+5
2012-11-08
clean up sloppy nested inclusion from pthread_impl.h
Rich Felker
-8
/
+0
2012-10-05
support for TLS in dynamic-loaded (dlopen) modules
Rich Felker
-2
/
+3
2012-10-04
beginnings of full TLS support in shared libraries
Rich Felker
-1
/
+1
2012-08-09
fix (hopefully) all hard-coded 8's for kernel sigset_t size
Rich Felker
-2
/
+5
2012-07-12
fix several locks that weren't updated right for new futex-based __lock
Rich Felker
-3
/
+3
2012-06-09
add pthread_attr_setstack interface (and get)
Rich Felker
-1
/
+2
2012-06-02
increase default thread stack size to 80k
Rich Felker
-1
/
+1
2012-05-25
remove cruft from pthread structure (old cancellation stuff)
Rich Felker
-2
/
+0
2012-05-21
fix out-of-bounds array access in pthread barriers on 64-bit
Rich Felker
-1
/
+1
2012-05-03
overhaul SSP support to use a real canary
Rich Felker
-0
/
+4
2011-10-02
synchronize cond var destruction with exiting waits
Rich Felker
-0
/
+1
2011-09-28
improve pshared barriers
Rich Felker
-1
/
+1
2011-09-27
process-shared barrier support, based on discussion with bdonlan
Rich Felker
-3
/
+5
2011-09-26
fix lost signals in cond vars
Rich Felker
-0
/
+1
[next]