Searched refs:thread_ids (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/tests/unit/ |
D | pipe_barrier_test.c | 47 static int thread_ids[NUM_THREADS]; variable 73 thread_ids[i] = i; in main() 74 threads[i] = pipe_thread_create(thread_function, (void *) &thread_ids[i]); in main()
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_stoptheworld_test.cc | 100 pthread_t thread_ids[kThreadCount]; member 120 pthread_create(&callback_argument->thread_ids[this_thread_index + 1], in AdvancedIncrementerThread() 170 pthread_create_result = pthread_create(&argument.thread_ids[0], NULL, in TEST() 188 ASSERT_EQ(0, pthread_join(argument.thread_ids[i], NULL)); in TEST()
|
/external/ltp/testcases/network/tcp_fastopen/ |
D | tcp_fastopen.c | 174 static pthread_t *thread_ids; variable 426 thread_ids = SAFE_MALLOC(NULL, sizeof(pthread_t) * clients_num); in client_init() 448 if (pthread_create(&thread_ids[i], 0, client_fn, NULL) != 0) { in client_init() 462 pthread_join(thread_ids[i], &res); in client_run() 488 free(thread_ids); in client_cleanup()
|
/external/valgrind/none/tests/ |
D | pth_cvsimple.c | 25 int thread_ids[3] = {0,1,2}; variable
|
/external/ltp/testcases/kernel/power_management/lib/ |
D | pm_sched_mc.py | 196 thread_ids = threads_sibs.split("-") 198 if not thread_ids in siblings_list: 199 siblings_list.append(thread_ids)
|
/external/libchrome/base/trace_event/ |
D | trace_event_unittest.cc | 1692 PlatformThreadId thread_ids[kNumThreads]; in TEST_F() local 1706 thread_ids[i] = threads[i]->GetThreadId(); in TEST_F() 1740 if (static_cast<int>(thread_ids[j]) != tmp_int) in TEST_F()
|