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