Searched refs:thread_entrypoint (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/osfmk/arm/
H A Dstatus.c109 * thread_entrypoint
113 kern_return_t thread_entrypoint(thread_t thread, int flavor, function
/darwin-on-arm/xnu/osfmk/i386/
H A Dbsd_i386.c169 thread_entrypoint( function
/darwin-on-arm/xnu/osfmk/kern/
H A Dthread.h802 extern kern_return_t thread_entrypoint(
/darwin-on-arm/xnu/bsd/kern/
H A Dmach_loader.c1301 * to the appropriate type in thread_entrypoint() based on
1304 ret = thread_entrypoint(thread, flavor, (thread_state_t)ts, size, entry_point);

Completed in 32 milliseconds