Home
last modified time | relevance | path

Searched refs:taskCv_ (Results 1 – 2 of 2) sorted by relevance

/developtools/profiler/device/base/src/
Dschedule_task_manager.cpp55 taskCv_.notify_one(); in Shutdown()
100 taskCv_.notify_one(); in ScheduleTask()
127 taskCv_.wait_for(lck, POLL_INTERVAL); in TakeFront()
/developtools/profiler/device/base/include/
Dschedule_task_manager.h78 std::condition_variable taskCv_; variable