Searched refs:kMaxNesting (Results 1 – 2 of 2) sorted by relevance
23 const int kMaxNesting = 64; variable72 ThreadMutex locked[kMaxNesting];202 CHECK_LE(lt->nlocked, kMaxNesting); in MutexBeforeLock()292 CHECK_LE(lt->nlocked, kMaxNesting); in MutexAfterLock()
24 const int kMaxNesting = 64; variable73 ThreadMutex locked[kMaxNesting];207 CHECK_LE(lt->nlocked, kMaxNesting); in MutexBeforeLock()297 CHECK_LE(lt->nlocked, kMaxNesting); in MutexAfterLock()