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
*
race condition fix: block all signals before decrementing thread count
Rich Felker
2011-02-19
3
-22
/
+2
*
make pthread_exit run dtors for last thread, wait to decrement thread count
Rich Felker
2011-02-19
1
-3
/
+3
*
add pthread_atfork interface
Rich Felker
2011-02-18
1
-0
/
+48
*
reorganize pthread data structures and move the definitions to alltypes.h
Rich Felker
2011-02-17
23
-83
/
+83
*
patch by njk, simplifies thread register initialization for x86_64
Rich Felker
2011-02-16
1
-4
/
+0
*
patch from njk: make x86_64 __uniclone branchless.
Rich Felker
2011-02-16
1
-6
/
+6
*
Port musl to x86-64. One giant commit!
Nicholas J. Kain
2011-02-15
3
-0
/
+61
*
finish unifying thread register handling in preparation for porting
Rich Felker
2011-02-15
4
-44
/
+25
*
begin unifying clone/thread management interface in preparation for porting
Rich Felker
2011-02-15
2
-29
/
+19
*
make pthread_create return EAGAIN on resource failure, as required by POSIX
Rich Felker
2011-02-15
1
-1
/
+1
*
reorganize thread exit code, make pthread_exit call cancellation handlers (pt2)
Rich Felker
2011-02-13
2
-22
/
+51
*
reorganize thread exit code, make pthread_exit call cancellation handlers
Rich Felker
2011-02-13
1
-25
/
+0
*
initial check-in, version 0.5.0
v0.5.0
Rich Felker
2011-02-12
70
-0
/
+1030