Home
last modified time | relevance | path

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

/xnu-11215/bsd/sys/
H A Dpthread_shims.h141 } * pthread_functions_t; typedef
316 pthread_kext_register(pthread_functions_t fns, pthread_callbacks_t *callbacks);
322 extern pthread_functions_t pthread_functions;
/xnu-11215/bsd/pthread/
H A Dpthread_shims.c619 pthread_functions_t pthread_functions = NULL;
628 pthread_kext_register(pthread_functions_t fns, pthread_callbacks_t *callbacks) in pthread_kext_register()