am dc3fb119: Merge "Updated ambiguous comment in pthread_mutex_lock."
* commit 'dc3fb119497382fc8d9c3b87c5ef8321141330dc': Updated ambiguous comment in pthread_mutex_lock.
This commit is contained in:
commit
c51e92086a
@ -451,7 +451,7 @@ int pthread_mutex_lock(pthread_mutex_t* mutex) {
|
||||
mtype = (mvalue & MUTEX_TYPE_MASK);
|
||||
shared = (mvalue & MUTEX_SHARED_MASK);
|
||||
|
||||
/* Handle normal case first */
|
||||
/* Handle non-recursive case first */
|
||||
if ( __predict_true(mtype == MUTEX_TYPE_BITS_NORMAL) ) {
|
||||
_normal_lock(mutex, shared);
|
||||
return 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user