summaryrefslogtreecommitdiff
path: root/src/thread/pthread_mutex_lock.c
AgeCommit message (Expand)AuthorLines
2011-08-07add fast path for normal mutexes back to pthread_mutex_lockRich Felker-0/+3
2011-08-02avoid accessing mutex memory after atomic unlockRich Felker-13/+1
2011-04-14cheap trick to further optimize locking normal mutexesRich Felker-1/+1
2011-03-30cheap special-case optimization for normal mutexesRich Felker-0/+4
2011-03-17implement robust mutexesRich Felker-3/+3
2011-03-17unify lock and owner fields of mutex structureRich Felker-2/+3
2011-03-16correct error returns for error-checking mutexesRich Felker-1/+5
2011-02-17reorganize pthread data structures and move the definitions to alltypes.hRich Felker-1/+1
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+9