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
/
pthread_create.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix regression in pthread_exit
Rich Felker
2020-11-20
1
-0
/
+1
*
pthread_exit: don't __vm_wait under thread list lock
Rich Felker
2020-11-19
1
-9
/
+15
*
remove redundant pthread struct members repeated for layout purposes
Rich Felker
2020-08-27
1
-1
/
+1
*
make thread killlock async-signal-safe for pthread_kill
Rich Felker
2020-07-06
1
-5
/
+6
*
restore lock-skipping for processes that return to single-threaded state
Rich Felker
2020-05-22
1
-4
/
+4
*
reorder thread list unlink in pthread_exit after all locks
Rich Felker
2020-05-22
1
-8
/
+11
*
harden thread start with failed scheduling against broken __clone
Rich Felker
2019-09-13
1
-1
/
+1
*
synchronously clean up pthread_create failure due to scheduling errors
Rich Felker
2019-09-06
1
-13
/
+18
*
set explicit scheduling for new thread from calling thread, not self
Rich Felker
2019-09-06
1
-21
/
+12
*
fix unsynchronized decrement of thread count on pthread_create error
Rich Felker
2019-09-06
1
-1
/
+2
*
overhaul i386 syscall mechanism not to depend on external asm source
Rich Felker
2019-04-10
1
-0
/
+1
*
add membarrier syscall wrapper, refactor dynamic tls install to use it
Rich Felker
2019-02-22
1
-2
/
+2
*
make thread list lock a recursive lock
Rich Felker
2019-02-22
1
-11
/
+21
*
install dynamic tls synchronously at dlopen, streamline access
Rich Felker
2019-02-18
1
-0
/
+2
*
rewrite __synccall in terms of global thread list
Rich Felker
2019-02-16
1
-4
/
+0
*
track all live threads in an AS-safe, fully-consistent linked list
Rich Felker
2019-02-15
1
-30
/
+73
*
always block signals for starting new threads, refactor start args
Rich Felker
2019-02-15
1
-37
/
+56
*
remove redundant declarations of __default_stacksize, __default_guardsize
Rich Felker
2018-09-18
1
-2
/
+0
*
split internal lock API out of libc.h, creating lock.h
Rich Felker
2018-09-12
1
-0
/
+1
*
overhaul internally-public declarations using wrapper headers
Rich Felker
2018-09-12
1
-4
/
+0
*
move declarations of tls setup/access functions to pthread_impl.h
Rich Felker
2018-09-12
1
-2
/
+0
*
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
1
-2
/
+2
*
make linking of thread-start with explicit scheduling conditional
Rich Felker
2018-05-09
1
-28
/
+7
*
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
1
-9
/
+12
*
improve pthread_exit synchronization with functions targeting tid
Rich Felker
2018-05-05
1
-11
/
+13
*
use a dedicated futex object for pthread_join instead of tid field
Rich Felker
2018-05-02
1
-1
/
+2
*
store pthread stack guard sizes for pthread_getattr_np
William Pitcock
2018-02-03
1
-1
/
+2
*
consistently use the LOCK an UNLOCK macros
Jens Gustedt
2018-01-09
1
-3
/
+3
*
fix signal masking race in pthread_create with priority attributes
Rich Felker
2017-09-06
1
-2
/
+7
*
add limited pthread_setattr_default_np API to set stack size defaults
Rich Felker
2016-11-08
1
-4
/
+8
*
fix pthread_create regression from stack/guard size simplification
Rich Felker
2016-11-08
1
-1
/
+4
*
simplify pthread_attr_t stack/guard size representation
Rich Felker
2016-11-07
1
-3
/
+3
*
fix failure to obtain EOWNERDEAD status for process-shared robust mutexes
Rich Felker
2016-06-27
1
-1
/
+1
*
ignore ENOSYS error from mprotect in pthread_create and dynamic linker
Rich Felker
2015-06-17
1
-1
/
+2
*
refactor stdio open file list handling, move it out of global libc struct
Rich Felker
2015-06-16
1
-1
/
+2
*
eliminate costly tricks to avoid TLS access for current locale state
Rich Felker
2015-05-16
1
-6
/
+0
*
fix stack protector crashes on x32 & powerpc due to misplaced TLS canary
Rich Felker
2015-05-06
1
-1
/
+1
*
make dlerror state and message thread-local and dynamically-allocated
Rich Felker
2015-04-18
1
-0
/
+2
*
remove remnants of support for running in no-thread-pointer mode
Rich Felker
2015-04-13
1
-2
/
+0
*
apply vmlock wait to __unmapself in pthread_exit
Rich Felker
2015-04-10
1
-0
/
+4
*
redesign and simplify vmlock system
Rich Felker
2015-04-10
1
-4
/
+2
*
optimize out setting up robust list with kernel when not needed
Rich Felker
2015-04-10
1
-0
/
+1
*
process robust list in pthread_exit to fix detached thread use-after-unmap
Rich Felker
2015-04-10
1
-2
/
+27
*
make pthread_exit responsible for disabling cancellation
Rich Felker
2015-02-16
1
-0
/
+2
*
overhaul __synccall and fix AS-safety and other issues in set*id
Rich Felker
2015-01-15
1
-0
/
+3
*
add C11 thread creation and related thread functions
Rich Felker
2014-09-07
1
-4
/
+12
*
use weak symbols for the POSIX functions that will be used by C threads
Jens Gustedt
2014-09-06
1
-7
/
+14
*
fix false ownership of stdio FILEs due to tid reuse
Rich Felker
2014-08-23
1
-0
/
+2
[next]