Home
last modified time | relevance | path

Searched refs:thread_entrypoint (Results 1 – 5 of 5) sorted by relevance

/xnu-8019.80.24/osfmk/arm/
H A Dstatus.c776 thread_entrypoint( in thread_entrypoint() function
/xnu-8019.80.24/osfmk/i386/
H A Dbsd_i386.c208 thread_entrypoint( in thread_entrypoint() function
/xnu-8019.80.24/osfmk/kern/
H A Dthread.h1281 extern kern_return_t thread_entrypoint(
/xnu-8019.80.24/osfmk/arm64/
H A Dstatus.c1684 thread_entrypoint(__unused thread_t thread, in thread_entrypoint() function
/xnu-8019.80.24/bsd/kern/
H A Dmach_loader.c2945 ret = thread_entrypoint(thread, flavor, (thread_state_t)ts, size, entry_point); in load_threadentry()