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

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector2.cc74 int nlocked; member in struct:__sanitizer::DDLogicalThread
144 lt->nlocked = 0;
195 VPrintf(2, "#%llu: DD::MutexBeforeLock(%p, wlock=%d) nlocked=%d\n",
196 cb->lt->ctx, m, wlock, cb->lt->nlocked);
207 CHECK_LE(lt->nlocked, kMaxNesting);
209 // FIXME(dvyukov): don't allocate id if lt->nlocked == 0?
213 ThreadMutex *tm = &lt->locked[lt->nlocked++];
217 if (lt->nlocked == 1) {
225 for (int i = 0; i < lt->nlocked - 1; i++) {
275 VPrintf(2, "#%llu: DD::MutexAfterLock(%p, wlock=%d, try=%d) nlocked
[all...]

Completed in 683 milliseconds