Home
last modified time | relevance | path

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

/xnu-11417.101.15/tests/
H A Dtask_vm_info_decompressions.c75 worker_thread_function(void *args) in worker_thread_function() function
130 err = pthread_create(&threads[i], &attr, worker_thread_function, (void*)&targs[i]); in create_threads()