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

/darwin-on-arm/xnu/osfmk/arm/
H A Dstatus.c61 * thread_userstack:
66 kern_return_t thread_userstack(thread_t thread, int flavor, function
/darwin-on-arm/xnu/osfmk/i386/
H A Dbsd_i386.c87 * thread_userstack:
93 thread_userstack( function
/darwin-on-arm/xnu/osfmk/kern/
H A Dthread.h794 extern kern_return_t thread_userstack(
/darwin-on-arm/xnu/bsd/kern/
H A Dmach_loader.c1259 * to the appropriate type in thread_userstack() based on
1262 ret = thread_userstack(thread, flavor, (thread_state_t)ts, size, user_stack, customstack);

Completed in 27 milliseconds