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

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_stoptheworld_testlib.cc 48 pthread_t thread_id; local in function:__anone13c21300110::StopTheWorldTestLibConstructor
49 pthread_create(&thread_id, NULL, SuspenderThread, NULL);
sanitizer_stoptheworld_test.cc 74 pthread_t thread_id; local in function:__sanitizer::TEST
77 pthread_create_result = pthread_create(&thread_id, NULL, IncrementerThread,
86 ASSERT_EQ(0, pthread_join(thread_id, NULL));
  /src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_dbgdev.h 89 uint32_t thread_id:6; member in struct:SQ_IND_INDEX_BITS::__anon842c909b0708

Completed in 12 milliseconds