Home
last modified time | relevance | path

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

/xnu-11215/bsd/pthread/
H A Dpthread_shims.c317 if (!pthread_functions) { in pthread_init()
320 pthread_functions->pthread_init(); in pthread_init()
326 pthread_functions->pth_proc_hashinit(p); in pth_proc_hashinit()
332 pthread_functions->pth_proc_hashdelete(p); in pth_proc_hashdelete()
351 if (pthread_functions->version >= 1) { in bsdthread_register()
400 return pthread_functions->thread_selfid(p, retval); in thread_selfid()
492 if (pthread_functions->pthread_find_owner) { in kdp_pthread_find_owner()
500 if (pthread_functions->pthread_get_thread_kwq) { in kdp_pthread_get_thread_kwq()
619 pthread_functions_t pthread_functions = NULL; variable
630 if (pthread_functions != NULL) { in pthread_kext_register()
[all …]
H A Dpthread_workqueue.c1083 kret = pthread_functions->workq_create_threadstack(p, vmap, &th_stackaddr); in workq_add_new_idle_thread()
1097 pthread_functions->workq_destroy_threadstack(p, vmap, th_stackaddr); in workq_add_new_idle_thread()
1207 pthread_functions->workq_setup_thread(p, th, vmap, uth->uu_workq_stackaddr, in workq_unpark_for_death_and_unlock()
3509 pthread_functions->workq_setup_thread(p, th, vmap, uth->uu_workq_stackaddr, in workq_kern_bound_thread_terminate()
3676 error = pthread_functions->workq_handle_stack_events(p, th, in workq_thread_return()
3914 pthread_functions->workq_markfree_threadstack(p, in workq_park_and_unlock()
4979 pthread_functions->workq_setup_thread(p, th, vmap, uth->uu_workq_stackaddr, in workq_setup_and_run()
/xnu-11215/bsd/sys/
H A Dpthread_shims.h322 extern pthread_functions_t pthread_functions;