Searched refs:threadReturn (Results 1 – 1 of 1) sorted by relevance
485 void* threadReturn; in ~JdwpState() local486 if (pthread_join(pthread_, &threadReturn) != 0) { in ~JdwpState()