Home
last modified time | relevance | path

Searched refs:eventMutex_ (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/toolchain/tooling/test/utils/
H A Dtest_util.h54 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_) { retur in WaitForLoadModule()
217 static os::memory::Mutex eventMutex_; global() variable
[all...]
H A Dtest_util.cpp20 os::memory::Mutex TestUtil::eventMutex_; member in panda::ecmascript::tooling::test::TestUtil
/arkcompiler/runtime_core/static_core/runtime/tests/tooling/
H A Dtest_util.h71 auto predicate = [&location]() REQUIRES(eventMutex_) { return lastEventLocation_ == location; }; in WaitForBreakpoint()
72 auto onSuccess = [&stoppedThread]() REQUIRES(eventMutex_) { in WaitForBreakpoint()
86 DebugEvent::VM_DEATH, []() REQUIRES(eventMutex_) { return lastEvent_ == DebugEvent::VM_DEATH; }, [] {}); in WaitForExit()
92 DebugEvent::VM_INITIALIZATION, []() REQUIRES(eventMutex_) { return initialized_; }, [] {}); in WaitForInit()
99 os::memory::LockHolder holder(eventMutex_); in Event()
111 os::memory::LockHolder lock(eventMutex_); in Reset()
123 os::memory::LockHolder lock(eventMutex_); in IsTestFinished()
195 os::memory::LockHolder holder(eventMutex_); in WaitForEvent()
201 bool timeExceeded = eventCv_.TimedWait(&eventMutex_, TIMEOUT_MSEC); in WaitForEvent()
212 static os::memory::Mutex eventMutex_; variable
[all...]
H A Dtest_util.cpp25 os::memory::Mutex TestUtil::eventMutex_; member in ark::tooling::test::TestUtil

Completed in 2 milliseconds