Searched refs:server_thread_ (Results 1 – 2 of 2) sorted by relevance
69 int thread_create_result = pthread_create(&server_thread_, NULL, in Start()85 int thread_join_result = pthread_join(server_thread_, NULL); in Stop()
141 pthread_t server_thread_; variable