Home
last modified time | relevance | path

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

/developtools/hdc/src/daemon/
Ddaemon_uart.cpp293 std::thread deamonReadThread(std::bind(&HdcDaemonUART::DeamonReadThread, this)); in LoopUARTRead() local
294 deamonReadThread.detach(); in LoopUARTRead()