Searched refs:suspendDepth (Results 1 – 2 of 2) sorted by relevance
621 assert(!suspendDepth); // must be 0 b/c it's only set with slock held678 assert(!suspendDepth); // must be 0 b/c it's only set with slock held967 package __gshared uint suspendDepth = 0; variable985 assert(suspendDepth > 0); in thread_resumeAll()992 if (--suspendDepth == 0)999 if (--suspendDepth > 0)1036 assert(suspendDepth > 0); in thread_scanAllType()
1983 if ( ++suspendDepth == 1 ) in thread_suspendAll()1991 if ( ++suspendDepth > 1 ) in thread_suspendAll()