Home
last modified time | relevance | path

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

/art/adbconnection/
Dadbconnection.cc88 static std::optional<pthread_t> gPthread; variable
115 if (gPthread.has_value()) { in StopDebugger()
117 if (TEMP_FAILURE_RETRY(pthread_join(gPthread.value(), &ret_unused)) != 0) { in StopDebugger()
120 gPthread.reset(); in StopDebugger()
280 gPthread.emplace(); in StartDebuggerThreads()
281 int pthread_create_result = pthread_create(&gPthread.value(), in StartDebuggerThreads()
286 gPthread.reset(); in StartDebuggerThreads()