Searched refs:thread_join_result (Results 1 – 1 of 1) sorted by relevance
85 int thread_join_result = pthread_join(server_thread_, NULL); in Stop() local86 started_ = thread_join_result != 0; in Stop()