Searched refs:eventMutex_ (Results 1 – 2 of 2) sorted by relevance
54 … auto predicate = [&location]() REQUIRES(eventMutex_) { return lastEventLocation_ == location; }; in WaitForBreakpoint()55 auto onSuccess = []() REQUIRES(eventMutex_) { in WaitForBreakpoint()65 auto predicate = []() REQUIRES(eventMutex_) { return lastEvent_ == DebugEvent::DROPFRAME; }; in WaitForDropframe()71 … auto predicate = []() REQUIRES(eventMutex_) { return lastEvent_ == DebugEvent::CHECK_COMPLETE; }; in WaitForCheckComplete()78 []() REQUIRES(eventMutex_) { in WaitForExit()85 … auto predicate = [&location]() REQUIRES(eventMutex_) { return lastEventLocation_ == location; }; in WaitForStepComplete()86 auto onSuccess = []() REQUIRES(eventMutex_) { in WaitForStepComplete()96 auto predicate = []() REQUIRES(eventMutex_) { return lastEvent_ == DebugEvent::EXCEPTION; }; in WaitForException()103 []() REQUIRES(eventMutex_) { in WaitForInit()110 … auto predicate = []() REQUIRES(eventMutex_) { return lastEvent_ == DebugEvent::LOAD_MODULE; }; in WaitForLoadModule()[all …]
20 os::memory::Mutex TestUtil::eventMutex_; member in panda::ecmascript::tooling::test::TestUtil