OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:server_thread_
(Results
1 - 2
of
2
) sorted by null
/external/google-breakpad/src/client/mac/crash_generation/
crash_generation_server.cc
69
int thread_create_result = pthread_create(&
server_thread_
, NULL,
85
int thread_join_result = pthread_join(
server_thread_
, NULL);
crash_generation_server.h
141
pthread_t
server_thread_
;
member in class:google_breakpad::CrashGenerationServer
Completed in 748 milliseconds