(__pthread_mutex_lock): Handle only the
commit29c7924ddd1bd0d3d14241258b42a5aabcd0d76f
authorUlrich Drepper <drepper@redhat.com>
Fri, 12 Dec 2008 18:45:15 +0000 (12 18:45 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 12 Dec 2008 18:45:15 +0000 (12 18:45 +0000)
tree5baf65cf3efe3580441633aaeb320e0245abdacc
parent468fe8a50b70a94d42deaf90d663cf0e1939d91b
(__pthread_mutex_lock): Handle only the
fast path here, for robust/PI/PP mutexes call
__pthread_mutex_lock_full.  Don't use switch, instead use a series
of ifs according to their probability.
(__pthread_mutex_lock_full): New function.
nptl/pthread_mutex_lock.c