Searched refs:listener_thread (Results 1 – 2 of 2) sorted by relevance
320 std::thread listener_thread(ListenAndExecuteMinadbdCommands, ui, child, in CreateMinadbdServiceAndExecuteCommands() local322 if (listener_thread.joinable()) { in CreateMinadbdServiceAndExecuteCommands()323 listener_thread.join(); in CreateMinadbdServiceAndExecuteCommands()
470 std::thread listener_thread(ListenRecoverySocket, ui, std::ref(action)); in main() local471 listener_thread.detach(); in main()