Home
last modified time | relevance | path

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

/test/ostest/wukong/common/src/
Dwukong_logger.cpp87 cvWaitPrint_.wait(lk); in Start()
100 cvWaitPrint_.notify_all(); in Stop()
150 cvWaitPrint_.notify_all(); in Print()
162 self->cvWaitPrint_.notify_all(); in Run()
179 self->cvWaitPrint_.wait_for(lk, timeout); in Run()
/test/ostest/wukong/common/include/
Dwukong_logger.h106 std::condition_variable cvWaitPrint_; variable