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_barrier_wait.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
redesign and simplify vmlock system
Rich Felker
2015-04-10
1
-5
/
+2
*
make all objects used with atomic operations volatile
Rich Felker
2015-03-03
1
-4
/
+4
*
sanitize number of spins in userspace before futex wait
Rich Felker
2014-08-25
1
-1
/
+1
*
fix fallback checks for kernels without private futex support
Rich Felker
2014-08-22
1
-1
/
+1
*
make futex operations use private-futex mode when possible
Rich Felker
2014-08-15
1
-1
/
+2
*
fix extremely rare but dangerous race condition in robust mutexes
Rich Felker
2012-08-17
1
-19
/
+4
*
fix excessive/insufficient wakes in __vm_unlock
Rich Felker
2011-09-28
1
-3
/
+3
*
improve pshared barriers
Rich Felker
2011-09-28
1
-11
/
+13
*
next step making barrier self-sync'd destruction safe
Rich Felker
2011-09-28
1
-4
/
+12
*
correctly handle the degenerate barrier in the pshared case
Rich Felker
2011-09-27
1
-1
/
+1
*
fix pshared barrier wrong return value.
Rich Felker
2011-09-27
1
-1
/
+1
*
process-shared barrier support, based on discussion with bdonlan
Rich Felker
2011-09-27
1
-7
/
+67
*
remove debug code that was missed in barrier commit
Rich Felker
2011-05-06
1
-1
/
+0
*
completely new barrier implementation, addressing major correctness issues
Rich Felker
2011-05-06
1
-16
/
+44
*
reorganize pthread data structures and move the definitions to alltypes.h
Rich Felker
2011-02-17
1
-11
/
+11
*
initial check-in, version 0.5.0
v0.5.0
Rich Felker
2011-02-12
1
-0
/
+31