am e4f5ae5d: am c51e9208: am dc3fb119: Merge "Updated ambiguous comment in pthread_mutex_lock."
* commit 'e4f5ae5d54865d6f61a32eeba6af846550d2a254': Updated ambiguous comment in pthread_mutex_lock.
This commit is contained in:
commit
cd4e99048a
@ -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