simplify robust mutex unlock code path
[musl] / src / thread / pthread_mutex_unlock.c
2011-10-03 Rich Felkersimplify robust mutex unlock code path
2011-10-03 Rich Felkerfix crash if pthread_mutex_unlock is called without...
2011-10-03 Rich Felkeruse count=0 instead of 1 for recursive mutex with only...
2011-08-03 Rich Felkeravoid accessing mutex memory after atomic unlock
2011-03-30 Rich Felkeravoid crash on stupid but allowable usage of pthread_mu...
2011-03-30 Rich Felkerstreamline mutex unlock to remove a useless branch...
2011-03-18 Rich Felkerimplement robust mutexes
2011-03-17 Rich Felkeravoid function call to pthread_self in mutex unlock
2011-03-17 Rich Felkerunify lock and owner fields of mutex structure
2011-03-08 Rich Felkerfix and optimize non-default-type mutex behavior
2011-02-17 Rich Felkerreorganize pthread data structures and move the definit...
2011-02-12 Rich Felkerinitial check-in, version 0.5.0