Searched refs:listener_thread (Results 1 – 2 of 2) sorted by relevance
319 std::thread listener_thread(ListenAndExecuteMinadbdCommands, ui, child, in CreateMinadbdServiceAndExecuteCommands() local321 if (listener_thread.joinable()) { in CreateMinadbdServiceAndExecuteCommands()322 listener_thread.join(); in CreateMinadbdServiceAndExecuteCommands()
466 std::thread listener_thread(ListenRecoverySocket, ui, std::ref(action)); in main() local467 listener_thread.detach(); in main()