about summary refs log tree commit diff
path: root/src/thread/pthread_once.c
Commit message (Expand)AuthorAgeFilesLines
* hide __pthread_once_full symbolRich Felker2018-09-121-1/+1
* make all objects used with atomic operations volatileRich Felker2015-03-031-1/+1
* manually "shrink wrap" fast path in pthread_onceRich Felker2014-10-201-8/+12
* eliminate global waiters count in pthread_onceRich Felker2014-10-131-9/+13
* fix missing barrier in pthread_once/call_once shortcut pathRich Felker2014-10-101-2/+6
* use weak symbols for the POSIX functions that will be used by C threadsJens Gustedt2014-09-061-1/+3
* make futex operations use private-futex mode when possibleRich Felker2014-08-151-3/+3
* fix deadlock race in pthread_onceRich Felker2014-04-151-2/+1
* fix major breakage in pthread_once (it was always deadlocking)Rich Felker2011-03-081-8/+7
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+38