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
112 if (gPthread.has_value()) { in StopDebugger()
114 if (TEMP_FAILURE_RETRY(pthread_join(gPthread.value(), &ret_unused)) != 0) { in StopDebugger()
117 gPthread.reset(); in StopDebugger()
282 gPthread.emplace(); in StartDebuggerThreads()
283 int pthread_create_result = pthread_create(&gPthread.value(), in StartDebuggerThreads()
288 gPthread.reset(); in StartDebuggerThreads()