Searched refs:pthread_callbacks_s (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dpthread_shims.c57 char pthread_callbacks_size_compile_assert[(sizeof(struct pthread_callbacks_s) - offsetof(struct pthread_callbacks_s, PTHREAD_CALLBACK_MEMBER) - sizeof(void*)) == (sizeof(void*) * 100) ? 1 : -1];
400 static struct pthread_callbacks_s pthread_callbacks = {
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dpthread_shims.h107 typedef struct pthread_callbacks_s { struct

Completed in 117 milliseconds