Home
last modified time | relevance | path

Searched refs:thread_setup (Results 1 – 7 of 7) sorted by relevance

/xnu-11215/tools/tests/jitter/
H A Dtimer_jitter.c101 thread_setup(my_policy_type_t pol) in thread_setup() function
353 res = thread_setup(pol); in main()
447 res = thread_setup(secargs->pol); in second_thread()
/xnu-11215/tools/tests/perf_index/
H A Dperf_index.c136 thread_setup(void *arg) in thread_setup() function
201 retval = pthread_create(&threads[thread_index], NULL, thread_setup, (void*)(long)thread_index); in main()
/xnu-11215/tools/tests/perf_index/PerfIndex_COPS_Module/
H A DPITest.m108 retval = pthread_create(&threads[thread_index], NULL, thread_setup, (__bridge void*)arg);
140 void* thread_setup(void* arg)
/xnu-11215/tests/
H A Dperf_vmfault.c79 static void *thread_setup(void *arg);
271 thread_setup(void *arg) in thread_setup() function
317 thread_setup, (void *)&thread_indices[thread_index]), "pthread_create"); in execute_threads()
/xnu-11215/tools/tests/MPMMTest/
H A DKQMPMMtest.c340 thread_setup(int tag) in thread_setup() function
385 thread_setup(args.server_num + 1); in server()
610 thread_setup(server_num + 1); in client()
810 thread_setup(0); in main()
H A DMPMMtest.c460 thread_setup(int tag) in thread_setup() function
504 thread_setup(args->server_num + 1); in server()
697 thread_setup(server_num + 1); in client()
923 thread_setup(0); in main()
/xnu-11215/tools/tests/zero-to-n/
H A Dzero-to-n.c94 static int thread_setup(uint32_t my_id);
607 thread_setup(uint32_t my_id) in thread_setup() function
700 thread_setup(my_id); in worker_thread()
1326 thread_setup(0); in main()