HomeSort by: relevance | last modified time | path
    Searched defs:nlocked (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_deadlock_detector2.cc 74 int nlocked; member in struct:__sanitizer::DDLogicalThread
140 lt->nlocked = 0;
191 VPrintf(2, "#%llu: DD::MutexBeforeLock(%p, wlock=%d) nlocked=%d\n",
192 cb->lt->ctx, m, wlock, cb->lt->nlocked);
203 CHECK_LE(lt->nlocked, kMaxNesting);
205 // FIXME(dvyukov): don't allocate id if lt->nlocked == 0?
209 ThreadMutex *tm = &lt->locked[lt->nlocked++];
213 if (lt->nlocked == 1) {
221 for (int i = 0; i < lt->nlocked - 1; i++) {
271 VPrintf(2, "#%llu: DD::MutexAfterLock(%p, wlock=%d, try=%d) nlocked=%d\n"
    [all...]
sanitizer_deadlock_detector2.cc 74 int nlocked; member in struct:__sanitizer::DDLogicalThread
140 lt->nlocked = 0;
191 VPrintf(2, "#%llu: DD::MutexBeforeLock(%p, wlock=%d) nlocked=%d\n",
192 cb->lt->ctx, m, wlock, cb->lt->nlocked);
203 CHECK_LE(lt->nlocked, kMaxNesting);
205 // FIXME(dvyukov): don't allocate id if lt->nlocked == 0?
209 ThreadMutex *tm = &lt->locked[lt->nlocked++];
213 if (lt->nlocked == 1) {
221 for (int i = 0; i < lt->nlocked - 1; i++) {
271 VPrintf(2, "#%llu: DD::MutexAfterLock(%p, wlock=%d, try=%d) nlocked=%d\n"
    [all...]

Completed in 25 milliseconds