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

/darwin-on-arm/xnu/tools/tests/zero-to-n/
H A Dzero-to-n.c65 void* child_thread_func(void *arg);
249 child_thread_func(void *arg) function
481 res = pthread_create(&threads[i], NULL, child_thread_func, (void*)(uintptr_t)i);

Completed in 72 milliseconds