HomeSort by relevance Sort by last modified time
    Searched refs:junk_thread (Results 1 - 2 of 2) sorted by null

  /external/google-breakpad/src/client/mac/tests/
minidump_generator_test.cc 96 pthread_t junk_thread; local
98 ASSERT_EQ(0, pthread_create(&junk_thread, NULL, Junk, &quit));
108 pthread_join(junk_thread, NULL);
exception_handler_test.cc 670 pthread_t junk_thread; local
671 if (pthread_create(&junk_thread, NULL, Junk, NULL) == 0)
672 pthread_detach(junk_thread);

Completed in 75 milliseconds