Home
last modified time | relevance | path

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

/xnu-11215/libsyscall/mach/
H A Dmach_init.c85 extern void _pthread_set_self(void *);
169 _pthread_set_self(0); in mach_init_doit()
/xnu-11215/libsyscall/wrappers/
H A D_libc_funcptr.c131 _pthread_set_self(void *ptr __attribute__((__unused__))) in _pthread_set_self() function