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
/
internal
/
pthread_impl.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
combine arch ABI's DTP_OFFSET into DTV pointers
Rich Felker
2018-10-12
1
-2
/
+3
*
increase default thread stack/guard size
Rich Felker
2018-09-18
1
-2
/
+2
*
limit the configurable default stack/guard size for threads
Rich Felker
2018-09-18
1
-2
/
+5
*
fix deletion of pthread tsd keys that still have non-null values stored
Rich Felker
2018-09-18
1
-0
/
+3
*
move misplaced __fork_handler declaration
Rich Felker
2018-09-12
1
-1
/
+0
*
move additional pthread internal declarations to pthread_impl.h, hide
Rich Felker
2018-09-12
1
-0
/
+15
*
apply hidden visibility to pthread internals
Rich Felker
2018-09-12
1
-11
/
+11
*
overhaul internally-public declarations using wrapper headers
Rich Felker
2018-09-12
1
-8
/
+1
*
make arch __set_thread_area backends hidden
Rich Felker
2018-09-12
1
-1
/
+1
*
make arch __clone backends hidden
Rich Felker
2018-09-12
1
-1
/
+1
*
move declarations of tls setup/access functions to pthread_impl.h
Rich Felker
2018-09-12
1
-0
/
+6
*
remove leftover declarations for removed functions from pthread_impl.h
Rich Felker
2018-09-05
1
-4
/
+0
*
fix missing timeout argument to futex syscall in __futexwait
Patrick Oppenlander
2018-06-26
1
-2
/
+2
*
make linking of thread-start with explicit scheduling conditional
Rich Felker
2018-05-09
1
-0
/
+8
*
improve design of thread-start with explicit scheduling attributes
Rich Felker
2018-05-09
1
-2
/
+0
*
clean up and reduce size of internal pthread structure
Rich Felker
2018-05-07
1
-7
/
+9
*
improve joinable/detached thread state handling
Rich Felker
2018-05-05
1
-3
/
+9
*
improve pthread_exit synchronization with functions targeting tid
Rich Felker
2018-05-05
1
-1
/
+0
*
use a dedicated futex object for pthread_join instead of tid field
Rich Felker
2018-05-02
1
-0
/
+1
*
document pthread structure ABI constraints in comments
Rich Felker
2018-02-05
1
-0
/
+7
*
store pthread stack guard sizes for pthread_getattr_np
William Pitcock
2018-02-03
1
-0
/
+1
*
revise the definition of multiple basic locks in the code
Jens Gustedt
2018-01-09
1
-2
/
+2
*
new lock algorithm with state and congestion count in one atomic int
Jens Gustedt
2018-01-09
1
-0
/
+6
*
unify the use of FUTEX_PRIVATE
Jens Gustedt
2017-07-04
1
-1
/
+1
*
fix crashes in x32 __tls_get_addr
rofl0r
2017-01-13
1
-0
/
+4
*
remove largish unused field from pthread structure
Rich Felker
2016-12-06
1
-1
/
+0
*
fix build regression on archs with variable page size
Rich Felker
2016-11-08
1
-1
/
+1
*
fix local-dynamic model TLS on mips and powerpc
Rich Felker
2015-06-25
1
-0
/
+4
*
fix stack protector crashes on x32 & powerpc due to misplaced TLS canary
Rich Felker
2015-05-06
1
-1
/
+6
*
make dlerror state and message thread-local and dynamically-allocated
Rich Felker
2015-04-18
1
-0
/
+2
*
add missing 'void' in prototypes of internal pthread functions
Alexander Monakov
2015-04-18
1
-6
/
+6
*
redesign and simplify vmlock system
Rich Felker
2015-04-10
1
-0
/
+4
*
copy the dtv pointer to the end of the pthread struct for TLS_ABOVE_TP archs
Szabolcs Nagy
2015-03-11
1
-0
/
+1
*
make all objects used with atomic operations volatile
Rich Felker
2015-03-03
1
-15
/
+15
*
factor cancellation cleanup push/pop out of futex __timedwait function
Rich Felker
2015-03-02
1
-1
/
+2
*
add C11 thread creation and related thread functions
Rich Felker
2014-09-07
1
-0
/
+2
*
fix false ownership of stdio FILEs due to tid reuse
Rich Felker
2014-08-23
1
-0
/
+1
*
fix fallback checks for kernels without private futex support
Rich Felker
2014-08-22
1
-1
/
+1
*
redesign cond var implementation to fix multiple issues
Rich Felker
2014-08-17
1
-5
/
+4
*
make pointers used in robust list volatile
Rich Felker
2014-08-17
1
-2
/
+2
*
make futex operations use private-futex mode when possible
Rich Felker
2014-08-15
1
-2
/
+8
*
simplify errno implementation
Rich Felker
2014-06-10
1
-1
/
+1
*
fix multiple bugs in SIGEV_THREAD timers
Rich Felker
2013-08-03
1
-1
/
+1
*
transition to using functions for internal signal blocking/restoring
Rich Felker
2013-04-26
1
-0
/
+4
*
implement pthread_getattr_np
Rich Felker
2013-03-31
1
-0
/
+2
*
remove __SYSCALL_SSLEN arch macro in favor of using public _NSIG
Rich Felker
2013-03-26
1
-3
/
+3
*
replace __wake function with macro that performs direct syscall
Rich Felker
2013-02-01
1
-1
/
+2
*
add support for thread scheduling (POSIX TPS option)
Rich Felker
2012-11-11
1
-0
/
+5
*
clean up sloppy nested inclusion from pthread_impl.h
Rich Felker
2012-11-08
1
-8
/
+0
*
support for TLS in dynamic-loaded (dlopen) modules
Rich Felker
2012-10-05
1
-2
/
+3
[next]