Searched refs:IsExecutingLongTask (Results 1 – 3 of 3) sorted by relevance
176 bool IsExecutingLongTask();
599 bool Worker::IsExecutingLongTask() in IsExecutingLongTask() function in Commonlibrary::Concurrent::TaskPoolModule::Worker
249 if ((worker->state_ == WorkerState::IDLE) || (worker->IsExecutingLongTask()) || in CheckForBlockedWorkers()