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
2011-08-12
pthread and synccall cleanup, new __synccall_wait op
Rich Felker
-0
/
+1
2011-08-03
overhaul rwlocks to address several issues
Rich Felker
-4
/
+2
2011-08-02
unify and overhaul timed futex waits
Rich Felker
-2
/
+1
2011-07-30
add proper fuxed-based locking for stdio
Rich Felker
-0
/
+2
2011-07-29
new attempt at making set*id() safe and robust
Rich Felker
-3
/
+3
2011-06-14
fix race condition in pthread_kill
Rich Felker
-0
/
+1
2011-06-13
fix sigset macro for 64-bit systems (<< was overflowing due to wrong type)
Rich Felker
-1
/
+1
2011-05-30
implement uselocale function (minimal)
Rich Felker
-0
/
+2
2011-05-07
optimize compound-literal sigset_t's not to contain useless hurd bits
Rich Felker
-2
/
+4
2011-05-07
overhaul implementation-internal signal protections
Rich Felker
-3
/
+6
2011-05-06
completely new barrier implementation, addressing major correctness issues
Rich Felker
-4
/
+4
2011-04-17
overhaul pthread cancellation
Rich Felker
-1
/
+3
2011-04-14
use a separate signal from SIGCANCEL for SIGEV_THREAD timers
Rich Felker
-0
/
+1
2011-04-09
greatly improve SIGEV_THREAD timers
Rich Felker
-0
/
+1
2011-04-06
move rsyscall out of pthread_create module
Rich Felker
-0
/
+3
2011-03-30
optimize timer creation and possibly protect against some minor races
Rich Felker
-2
/
+0
2011-03-29
major improvements to cancellation handling
Rich Felker
-2
/
+5
2011-03-29
some preliminaries for adding POSIX timers
Rich Felker
-0
/
+4
2011-03-28
remove useless field in pthread struct (wasted a good bit of space)
Rich Felker
-1
/
+0
2011-03-17
implement robust mutexes
Rich Felker
-0
/
+5
2011-03-17
reorder mutex struct fields to make room for pointers (upcoming robust mutexes)
Rich Felker
-1
/
+3
2011-03-17
unify lock and owner fields of mutex structure
Rich Felker
-1
/
+0
2011-03-10
optimize pthread termination in the non-detached case
Rich Felker
-0
/
+1
2011-03-08
fix and optimize non-default-type mutex behavior
Rich Felker
-0
/
+1
2011-03-07
use the selected clock from the condattr for pthread_cond_timedwait
Rich Felker
-0
/
+1
2011-02-17
reorganize pthread data structures and move the definitions to alltypes.h
Rich Felker
-0
/
+19
2011-02-15
finish unifying thread register handling in preparation for porting
Rich Felker
-8
/
+2
2011-02-15
begin unifying clone/thread management interface in preparation for porting
Rich Felker
-5
/
+3
2011-02-12
initial check-in, version 0.5.0
v0.5.0
Rich Felker
-0
/
+68