Home
last modified time | relevance | path

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

/developtools/profiler/device/cmds/src/
Dmain.cpp60 std::condition_variable g_keepSessionCv; variable
280 g_keepSessionCv.wait_for(lck, std::chrono::seconds(KEEP_SESSION_SLEEP_SECOND)); in StartThread()
287 g_keepSessionCv.notify_one(); in StopThread()