HomeSort by: relevance | last modified time | path
    Searched defs:pthread_create_result (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_stoptheworld_test.cc 75 int pthread_create_result; local in function:__sanitizer::TEST
77 pthread_create_result = pthread_create(&thread_id, NULL, IncrementerThread,
79 ASSERT_EQ(0, pthread_create_result);
117 int pthread_create_result; local in function:__sanitizer::AdvancedIncrementerThread
119 pthread_create_result =
124 if (pthread_create_result != 0) {
169 int pthread_create_result; local in function:__sanitizer::TEST
170 pthread_create_result = pthread_create(&argument.thread_ids[0], NULL,
173 ASSERT_EQ(0, pthread_create_result);
sanitizer_stoptheworld_test.cc 75 int pthread_create_result; local in function:__sanitizer::TEST
77 pthread_create_result = pthread_create(&thread_id, NULL, IncrementerThread,
79 ASSERT_EQ(0, pthread_create_result);
117 int pthread_create_result; local in function:__sanitizer::AdvancedIncrementerThread
119 pthread_create_result =
124 if (pthread_create_result != 0) {
169 int pthread_create_result; local in function:__sanitizer::TEST
170 pthread_create_result = pthread_create(&argument.thread_ids[0], NULL,
173 ASSERT_EQ(0, pthread_create_result);

Completed in 22 milliseconds