Home
last modified time | relevance | path

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

/external/google-breakpad/src/client/mac/crash_generation/
Dcrash_generation_server.cc69 int thread_create_result = pthread_create(&server_thread_, NULL, in Start()
85 int thread_join_result = pthread_join(server_thread_, NULL); in Stop()
Dcrash_generation_server.h141 pthread_t server_thread_; variable