summaryrefslogtreecommitdiff
path: root/src/thread/pthread_mutex_lock.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-12overhaul internally-public declarations using wrapper headersRich Felker1-2/+0
2014-09-06use weak symbols for the POSIX functions that will be used by C threadsJens Gustedt1-2/+6
2014-08-15make futex operations use private-futex mode when possibleRich Felker1-1/+2
2011-08-07add fast path for normal mutexes back to pthread_mutex_lockRich Felker1-0/+3
2011-08-02avoid accessing mutex memory after atomic unlockRich Felker1-13/+1
2011-04-14cheap trick to further optimize locking normal mutexesRich Felker1-1/+1
2011-03-30cheap special-case optimization for normal mutexesRich Felker1-0/+4
2011-03-17implement robust mutexesRich Felker1-3/+3
2011-03-17unify lock and owner fields of mutex structureRich Felker1-2/+3
2011-03-16correct error returns for error-checking mutexesRich Felker1-1/+5
2011-02-17reorganize pthread data structures and move the definitions to alltypes.hRich Felker1-1/+1
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker1-0/+9