Home
last modified time | relevance | path

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

/xnu-8792.41.9/tools/tests/zero-to-n/
H A Dzero-to-n.c86 static void* worker_thread(void *arg);
560 worker_thread(void *arg) in worker_thread() function
1152 ret = pthread_create(&threads[i], NULL, worker_thread, (void*)(uintptr_t)i); in main()