Searched refs:junk_thread (Results 1 - 2 of 2) sorted by relevance

/external/google-breakpad/src/client/mac/tests/
H A Dminidump_generator_test.cc96 pthread_t junk_thread; local
98 ASSERT_EQ(0, pthread_create(&junk_thread, NULL, Junk, &quit));
108 pthread_join(junk_thread, NULL);
H A Dexception_handler_test.cc670 pthread_t junk_thread; local
671 if (pthread_create(&junk_thread, NULL, Junk, NULL) == 0)
672 pthread_detach(junk_thread);

Completed in 181 milliseconds