Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2018年09月12日 | hide __pthread_once_full symbol | Rich Felker | -1/+1 |
2015年03月03日 | make all objects used with atomic operations volatile | Rich Felker | -1/+1 |
2014年10月20日 | manually "shrink wrap" fast path in pthread_once | Rich Felker | -8/+12 |
2014年10月13日 | eliminate global waiters count in pthread_once | Rich Felker | -9/+13 |
2014年10月10日 | fix missing barrier in pthread_once/call_once shortcut path | Rich Felker | -2/+6 |
2014年09月06日 | use weak symbols for the POSIX functions that will be used by C threads | Jens Gustedt | -1/+3 |
2014年08月15日 | make futex operations use private-futex mode when possible | Rich Felker | -3/+3 |
2014年04月15日 | fix deadlock race in pthread_once | Rich Felker | -2/+1 |
2011年03月08日 | fix major breakage in pthread_once (it was always deadlocking) | Rich Felker | -8/+7 |
2011年02月12日 | initial check-in, version 0.5.0 v0.5.0 | Rich Felker | -0/+38 |