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

/macosx-10.10.1/libpthread-105.1.4/kern/
H A Dkern_init.c18 const struct pthread_functions_s pthread_internal_functions = {
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dpthread_shims.c56 char pthread_functions_size_compile_assert[(sizeof(struct pthread_functions_s) - offsetof(struct pthread_functions_s, psynch_rw_yieldwrlock) - sizeof(void*)) == (sizeof(void*) * 100) ? 1 : -1];
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dpthread_shims.h60 typedef struct pthread_functions_s { struct

Completed in 93 milliseconds