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

/xnu-2782.1.97/bsd/kern/
H A Dpthread_shims.c191 if (!pthread_functions) {
194 pthread_functions->pthread_init();
200 return pthread_functions->fill_procworkqueue(p, pwqinfo);
206 pthread_functions->workqueue_init_lock(p);
212 pthread_functions->workqueue_destroy_lock(p);
218 pthread_functions->workqueue_exit(p);
224 pthread_functions->workqueue_mark_exiting(p);
230 pthread_functions->workqueue_thread_yielded();
236 if (pthread_functions->workqueue_get_sched_callback) {
237 return pthread_functions
499 pthread_functions_t pthread_functions = NULL; variable
[all...]
/xnu-2782.1.97/bsd/sys/
H A Dpthread_shims.h249 extern pthread_functions_t pthread_functions;

Completed in 21 milliseconds