Searched refs:mrl (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/bionic/
H A Dpthread_debug.c434 MutexInfo* mrl; member in struct:ThreadInfo
439 object->mrl = NULL;
445 static void mutex_lock_checked(MutexInfo* mrl, MutexInfo* object);
612 static void mutex_lock_checked(MutexInfo* mrl, MutexInfo* object) argument
630 if (mrl == NULL)
636 if (historyListHas(&mrl->children, object) >= 0)
641 linkParentToChild(mrl, object);
642 if (!traverseTree(object, mrl)) {
646 unlinkParentFromChild(mrl, object);
652 // as mrl i
820 push_most_recently_locked(MutexInfo* mrl) argument
827 remove_most_recently_locked(MutexInfo* mrl) argument
883 MutexInfo* mrl = get_most_recently_locked(); local
[all...]

Completed in 29 milliseconds