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

/macosx-10.10.1/libpthread-105.1.4/kern/
H A Dkern_init.c52 pthread_kext_register((pthread_functions_t)&pthread_internal_functions, &pthread_kern);
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dpthread_shims.h105 } *pthread_functions_t; typedef in typeref:struct:pthread_functions_s
239 pthread_kext_register(pthread_functions_t fns, pthread_callbacks_t *callbacks);
249 extern pthread_functions_t pthread_functions;
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dpthread_shims.c499 pthread_functions_t pthread_functions = NULL;
508 pthread_kext_register(pthread_functions_t fns, pthread_callbacks_t *callbacks)

Completed in 181 milliseconds