Home
last modified time | relevance | path

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

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