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

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_stoptheworld_test.cc 100 pthread_t thread_ids[kThreadCount]; member in struct:__sanitizer::AdvancedCallbackArgument
120 pthread_create(&callback_argument->thread_ids[this_thread_index + 1],
170 pthread_create_result = pthread_create(&argument.thread_ids[0], NULL,
188 ASSERT_EQ(0, pthread_join(argument.thread_ids[i], NULL));

Completed in 12 milliseconds