Lines Matching refs:thread_suspend_count_lock_
503 // the mutators to suspend themselves which also involves usage of the thread_suspend_count_lock_
513 // .. running .. | - acquiring thread_suspend_count_lock_
516 // .. running .. | - releasing thread_suspend_count_lock_
522 // Acquire thread_suspend_count_lock_ | .. exclusive ..
525 // (releases thread_suspend_count_lock_) | .. exclusive ..
528 // .. waiting .. | - acquiring thread_suspend_count_lock_
532 // - re-acquire thread_suspend_count_lock_ | - releasing thread_suspend_count_lock_
533 // Release thread_suspend_count_lock_ | .. running ..
538 // Acquire thread_suspend_count_lock_ | .. running ..
550 // Release thread_suspend_count_lock_ | .. running ..
626 static Mutex* thread_suspend_count_lock_ ACQUIRED_AFTER(abort_lock_);
629 static Mutex* unexpected_signal_lock_ ACQUIRED_AFTER(thread_suspend_count_lock_);