Home
last modified time | relevance | path

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

/xnu-10002.61.3/tests/
H A Dtestposixshm.c21 worker_thread_func(__unused void *arg) in worker_thread_func() function
99 ret = pthread_create(&thread, &attr, worker_thread_func, NULL); in create_threads()