Searched refs:thread_bootstrap_return (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/osfmk/x86_64/
H A Dlocore.s164 .globl EXT(thread_bootstrap_return)
165 LEXT(thread_bootstrap_return)
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dpthread_shims.c447 .thread_bootstrap_return = thread_bootstrap_return,
/macosx-10.10.1/xnu-2782.1.97/osfmk/kern/
H A Dsched_prim.h392 extern void thread_bootstrap_return(void);
H A Dthread.c982 result = thread_create_internal(task, -1, (thread_continue_t)thread_bootstrap_return, TH_OPTION_NONE, &thread);
1039 result = thread_create_internal(task, -1, (thread_continue_t)thread_bootstrap_return, TH_OPTION_NONE, &thread);
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dpthread_shims.h164 void (*thread_bootstrap_return)(); member in struct:pthread_callbacks_s
/macosx-10.10.1/libpthread-105.1.4/kern/
H A Dkern_support.c2227 * so, thread_bootstrap_return will notice the abort and put
2232 pthread_kern->thread_bootstrap_return();
2249 pthread_kern->thread_bootstrap_return();
2270 * thread_bootstrap_return will take us through the abort path
2275 pthread_kern->thread_bootstrap_return();

Completed in 131 milliseconds