/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
sanitizer_linux_test.cc | 66 pthread_t pthread_id; local in function:__sanitizer::ThreadListerTest::SetUp 69 SpawnTidReporter(&pthread_id, &tid); 70 pthread_ids_.push_back(pthread_id); 84 void SpawnTidReporter(pthread_t *pthread_id, tid_t *tid); 110 void ThreadListerTest::SpawnTidReporter(pthread_t *pthread_id, tid_t *tid) { 113 ASSERT_EQ(0, pthread_create(pthread_id, NULL,
|
sanitizer_linux_test.cc | 66 pthread_t pthread_id; local in function:__sanitizer::ThreadListerTest::SetUp 69 SpawnTidReporter(&pthread_id, &tid); 70 pthread_ids_.push_back(pthread_id); 84 void SpawnTidReporter(pthread_t *pthread_id, tid_t *tid); 110 void ThreadListerTest::SpawnTidReporter(pthread_t *pthread_id, tid_t *tid) { 113 ASSERT_EQ(0, pthread_create(pthread_id, NULL,
|