Home
last modified time | relevance | path

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

/xnu-12377.1.9/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-12377.1.9/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-12377.1.9/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-12377.1.9/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-12377.1.9/tools/tests/zero-to-n/
H A Dzero-to-n.c93 static int thread_setup(uint32_t my_id);
548 thread_setup(uint32_t my_id) in thread_setup() function
641 thread_setup(my_id); in worker_thread()