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
*
fix several locks that weren't updated right for new futex-based __lock
Rich Felker
2012-07-12
1
-3
/
+3
*
add pthread_attr_setstack interface (and get)
Rich Felker
2012-06-09
1
-1
/
+2
*
increase default thread stack size to 80k
Rich Felker
2012-06-02
1
-1
/
+1
*
remove cruft from pthread structure (old cancellation stuff)
Rich Felker
2012-05-25
1
-2
/
+0
*
fix out-of-bounds array access in pthread barriers on 64-bit
Rich Felker
2012-05-21
1
-1
/
+1
*
overhaul SSP support to use a real canary
Rich Felker
2012-05-03
1
-0
/
+4
*
synchronize cond var destruction with exiting waits
Rich Felker
2011-10-02
1
-0
/
+1
*
improve pshared barriers
Rich Felker
2011-09-28
1
-1
/
+1
*
process-shared barrier support, based on discussion with bdonlan
Rich Felker
2011-09-27
1
-3
/
+5
*
fix lost signals in cond vars
Rich Felker
2011-09-26
1
-0
/
+1
*
redo cond vars again, use sequence numbers
Rich Felker
2011-09-26
1
-3
/
+3
*
new futex-requeue-based pthread_cond_broadcast implementation
Rich Felker
2011-09-25
1
-3
/
+6
*
fix deadlock in condition wait whenever there are multiple waiters
Rich Felker
2011-09-22
1
-0
/
+1
*
overhaul clone syscall wrapping
Rich Felker
2011-09-18
1
-2
/
+1
*
pthread and synccall cleanup, new __synccall_wait op
Rich Felker
2011-08-12
1
-0
/
+1
*
overhaul rwlocks to address several issues
Rich Felker
2011-08-03
1
-4
/
+2
*
unify and overhaul timed futex waits
Rich Felker
2011-08-02
1
-2
/
+1
*
add proper fuxed-based locking for stdio
Rich Felker
2011-07-30
1
-0
/
+2
*
new attempt at making set*id() safe and robust
Rich Felker
2011-07-29
1
-3
/
+3
*
fix race condition in pthread_kill
Rich Felker
2011-06-14
1
-0
/
+1
*
fix sigset macro for 64-bit systems (<< was overflowing due to wrong type)
Rich Felker
2011-06-13
1
-1
/
+1
*
implement uselocale function (minimal)
Rich Felker
2011-05-30
1
-0
/
+2
*
optimize compound-literal sigset_t's not to contain useless hurd bits
Rich Felker
2011-05-07
1
-2
/
+4
*
overhaul implementation-internal signal protections
Rich Felker
2011-05-07
1
-3
/
+6
*
completely new barrier implementation, addressing major correctness issues
Rich Felker
2011-05-06
1
-4
/
+4
*
overhaul pthread cancellation
Rich Felker
2011-04-17
1
-1
/
+3
*
use a separate signal from SIGCANCEL for SIGEV_THREAD timers
Rich Felker
2011-04-14
1
-0
/
+1
*
greatly improve SIGEV_THREAD timers
Rich Felker
2011-04-09
1
-0
/
+1
*
move rsyscall out of pthread_create module
Rich Felker
2011-04-06
1
-0
/
+3
*
optimize timer creation and possibly protect against some minor races
Rich Felker
2011-03-30
1
-2
/
+0
*
major improvements to cancellation handling
Rich Felker
2011-03-29
1
-2
/
+5
*
some preliminaries for adding POSIX timers
Rich Felker
2011-03-29
1
-0
/
+4
*
remove useless field in pthread struct (wasted a good bit of space)
Rich Felker
2011-03-28
1
-1
/
+0
*
implement robust mutexes
Rich Felker
2011-03-17
1
-0
/
+5
*
reorder mutex struct fields to make room for pointers (upcoming robust mutexes)
Rich Felker
2011-03-17
1
-1
/
+3
*
unify lock and owner fields of mutex structure
Rich Felker
2011-03-17
1
-1
/
+0
*
optimize pthread termination in the non-detached case
Rich Felker
2011-03-10
1
-0
/
+1
*
fix and optimize non-default-type mutex behavior
Rich Felker
2011-03-08
1
-0
/
+1
*
use the selected clock from the condattr for pthread_cond_timedwait
Rich Felker
2011-03-07
1
-0
/
+1
*
reorganize pthread data structures and move the definitions to alltypes.h
Rich Felker
2011-02-17
1
-0
/
+19
*
finish unifying thread register handling in preparation for porting
Rich Felker
2011-02-15
1
-8
/
+2
*
begin unifying clone/thread management interface in preparation for porting
Rich Felker
2011-02-15
1
-5
/
+3
*
initial check-in, version 0.5.0
v0.5.0
Rich Felker
2011-02-12
1
-0
/
+68