Home
last modified time | relevance | path

Searched refs:Exited (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/test/benchmarktest/unwindstack/
H A Dpid_utils.cpp39 static bool Exited(pid_t pid) in Exited() function
129 } else if (Exited(pid)) { in WaitForPidState()
/ohos5.0/foundation/resourceschedule/ffrt/test/ut/
H A Dworker_thread_test.cpp88 bool ret = wt->Exited();
/ohos5.0/foundation/resourceschedule/ffrt/test/ut/testcase/
H A Dut_thread.cpp89 bool ret = wt->Exited();
/ohos5.0/foundation/resourceschedule/ffrt/src/eu/
H A Dworker_thread.h86 bool Exited() const in Exited() function
H A Dcpuworker_manager.cpp63 if (uniqueWorker == nullptr || uniqueWorker->Exited()) { in IncWorker()