Home
last modified time | relevance | path

Searched refs:thread_ids (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/tests/unit/
H A Dpipe_barrier_test.c52 static int thread_ids[NUM_THREADS]; variable
116 thread_ids[i] = i; in main()
117 u_thread_create(threads + i, thread_function, (void *) &thread_ids[i]); in main()
/third_party/ltp/testcases/kernel/syscalls/madvise/
H A Dmadvise11.c39 static pthread_t *thread_ids; variable
180 SAFE_PTHREAD_CREATE(&thread_ids[thread_index], NULL, alloc_mem, in stress_alloc_offl()
189 SAFE_PTHREAD_JOIN(thread_ids[thread_index], &status); in stress_alloc_offl()
400 thread_ids = SAFE_MALLOC(sizeof(pthread_t) * number_threads); in setup()
/third_party/ltp/testcases/network/netstress/
H A Dnetstress.c130 static pthread_t *thread_ids; variable
463 thread_ids = SAFE_MALLOC(sizeof(pthread_t) * clients_num); in client_init()
484 SAFE_PTHREAD_CREATE(&thread_ids[i], &attr, client_fn, (void *)i); in client_init()
493 pthread_join(thread_ids[i], &res); in client_run()
527 free(thread_ids); in client_cleanup()
/third_party/ltp/testcases/kernel/power_management/lib/
H A Dpm_sched_mc.py196 thread_ids = threads_sibs.split("-")
198 if not thread_ids in siblings_list:
199 siblings_list.append(thread_ids)

Completed in 3 milliseconds