Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_main.cc372 void* threadReturn; in ~JdwpState() local
373 if (pthread_join(pthread_, &threadReturn) != 0) { in ~JdwpState()