Searched refs:IsQueueEmpty (Results 1 – 3 of 3) sorted by relevance
| /commonlibrary/ets_utils/js_concurrent_module/taskpool/ | ||
| D | worker.h | 49 bool IsQueueEmpty(); |
| D | worker.cpp | 403 bool Worker::IsQueueEmpty() in IsQueueEmpty() function in Commonlibrary::Concurrent::TaskPoolModule::Worker |
| D | taskpool.cpp | 82 while (!worker->IsQueueEmpty()) { in ExecuteCallback() |