Home
last modified time | relevance | path

Searched refs:thread_ids (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/tests/unit/
Dpipe_barrier_test.c47 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/
Dsanitizer_stoptheworld_test.cc100 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/
Dtcp_fastopen.c174 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/
Dpth_cvsimple.c25 int thread_ids[3] = {0,1,2}; variable
/external/ltp/testcases/kernel/power_management/lib/
Dpm_sched_mc.py196 thread_ids = threads_sibs.split("-")
198 if not thread_ids in siblings_list:
199 siblings_list.append(thread_ids)
/external/libchrome/base/trace_event/
Dtrace_event_unittest.cc1692 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()