Searched refs:serverThread (Results 1 – 2 of 2) sorted by relevance
73 val serverThread: BluetoothServerThread in attachServerSocket() constant75 serverThread = serverThreads[associationId]!! in attachServerSocket()77 serverThread = BluetoothServerThread(associationId) in attachServerSocket()78 serverThreads += associationId to serverThread in attachServerSocket()82 if (!serverThread.isOpen) { in attachServerSocket()83 serverThread.start() in attachServerSocket()
129 std::thread serverThread([=] { (void)server->join(); }); in LLVMFuzzerTestOneInput() local183 serverThread.join(); in LLVMFuzzerTestOneInput()