Home
last modified time | relevance | path

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

/developtools/hdc/src/host/
Dhost_uart.h114 std::thread sendThread; variable
Dhost_uart.cpp467 sendThread = std::thread(&HdcHostUART::UartWriteThread, this); in EnumSerialPort()
775 if (sendThread.joinable()) { in EnumSerialPort()
777 sendThread.join(); in EnumSerialPort()
/developtools/hdc/test/unittest/common/
Dhost_uart_test.cpp631 auto sendThread = std::thread(&HdcHostUART::UartWriteThread, &mockHostUART); variable
638 sendThread.join();