Searched refs:busy_ (Results 1 – 1 of 1) sorted by relevance
51 MutexTest() : busy_(NULL), stage_(0) {} in MutexTest()67 CHECK(busy_ == NULL); in FastThread()68 busy_ = "FastThread"; in FastThread()71 busy_ = NULL; in FastThread()75 CHECK(busy_ == NULL); in FastThread()76 busy_ = "FastThread"; in FastThread()79 busy_ = NULL; in FastThread()87 CHECK(busy_== NULL); in SlowThread()88 busy_ = "SlowThread"; in SlowThread()92 busy_ = NULL; in SlowThread()[all …]