summaryrefslogtreecommitdiff
path: root/src/thread/pthread_once.c
AgeCommit message (Expand)AuthorLines
2015-03-03make all objects used with atomic operations volatileRich Felker-1/+1
2014-10-20manually "shrink wrap" fast path in pthread_onceRich Felker-8/+12
2014-10-13eliminate global waiters count in pthread_onceRich Felker-9/+13
2014-10-10fix missing barrier in pthread_once/call_once shortcut pathRich Felker-2/+6
2014-09-06use weak symbols for the POSIX functions that will be used by C threadsJens Gustedt-1/+3
2014-08-15make futex operations use private-futex mode when possibleRich Felker-3/+3
2014-04-15fix deadlock race in pthread_onceRich Felker-2/+1
2011-03-08fix major breakage in pthread_once (it was always deadlocking)Rich Felker-8/+7
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+38