Home
last modified time | relevance | path

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

/xnu-11215/bsd/sys/
H A Dpthread_internal.h45 void pthread_init(void);
H A Dpthread_shims.h70 void (*pthread_init)(void); member
320 void pthread_init(void);
/xnu-11215/bsd/pthread/
H A Dpthread_shims.c315 pthread_init(void) in pthread_init() function
320 pthread_functions->pthread_init(); in pthread_init()
/xnu-11215/bsd/kern/
H A Dbsd_init.c740 pthread_init(); in bsd_init()