Searched refs:ReadyToWork (Results 1 - 5 of 5) sorted by relevance
/commonlibrary/c_utils/base/test/fuzztest/thread_fuzzer/ |
H A D | thread_fuzzer.cpp | 51 bool ReadyToWork() override; 64 bool TestThread::ReadyToWork() in ReadyToWork() function in OHOS::TestThread 96 t->ReadyToWork(); in ThreadTestFunc()
|
/commonlibrary/c_utils/base/test/unittest/common/ |
H A D | utils_thread_test.cpp | 93 bool ReadyToWork() override; 106 bool TestThread::ReadyToWork() in ReadyToWork() function in OHOS::__anon48::TestThread 141 // ReadyToWork return false, RUN will not be called! in HWTEST_F() 170 // ReadyToWork return true, RUN will be called! in HWTEST_F() 197 // ReadyToWork return false, RUN will not be called! in HWTEST_F() 225 // ReadyToWork return true, RUN will be called! in HWTEST_F() 252 // ReadyToWork return false, RUN will not be called! in HWTEST_F() 280 // ReadyToWork return true, RUN will be called! in HWTEST_F() 329 bool res = test->Thread::ReadyToWork(); in HWTEST_F() 384 bool res = test->ReadyToWork(); in HWTEST_F() [all...] |
/commonlibrary/c_utils/base/include/ |
H A D | thread_ex.h | 100 virtual bool ReadyToWork();
|
/commonlibrary/c_utils/base/src/ |
H A D | thread_ex.cpp | 162 bool Thread::ReadyToWork() in ReadyToWork() function in OHOS::Thread 188 if (self->ReadyToWork() && !self->IsExitPending()) { in ThreadStart()
|
/commonlibrary/c_utils/base/test/benchmarktest/thread_benchmark_test/ |
H A D | thread_benchmark_test.cpp | 104 bool ReadyToWork() override; 118 bool TestThread::ReadyToWork() in ReadyToWork() function in OHOS::__anon26::TestThread 120 BENCHMARK_LOGD("ThreadTest bool TestThread::ReadyToWork is called."); in ReadyToWork() 161 // ReadyToWork return false, RUN will not be called! in BENCHMARK_F() 202 // ReadyToWork return true, RUN will be called! in BENCHMARK_F() 228 // ReadyToWork return false, RUN will not be called! in ThreadTestProcedure() 285 // ReadyToWork return true, RUN will be called! in BENCHMARK_F() 344 // ReadyToWork return true, RUN will be called! in BENCHMARK_F() 428 bool res = test->Thread::ReadyToWork(); in BENCHMARK_F() 481 bool res = test->ReadyToWork(); in BENCHMARK_F() [all...] |
Completed in 3 milliseconds