Searched defs:pthread_create_result (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_stoptheworld_test.cc75 int pthread_create_result; local
77 pthread_create_result = pthread_create(&thread_id, NULL, IncrementerThread,
79 ASSERT_EQ(0, pthread_create_result);
117 int pthread_create_result; local
119 pthread_create_result =
124 if (pthread_create_result != 0) {
169 int pthread_create_result; local
170 pthread_create_result = pthread_create(&argument.thread_ids[0], NULL,
173 ASSERT_EQ(0, pthread_create_result);

Completed in 120 milliseconds