Home
last modified time | relevance | path

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

/external/google-breakpad/src/client/solaris/handler/
Dminidump_test.cc64 pthread_t reporter_thread; in main() local
66 if (pthread_create(&reporter_thread, NULL, Reporter, NULL) == 0) { in main()
67 pthread_detach(reporter_thread); in main()