Searched refs:stacksize (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/EXTERNAL_HEADERS/mach-o/
H A Dloader.h1406 * of main(). If -stack_size was used at link time, the stacksize
1413 uint64_t stacksize;/* if not zero, initial stack size */ member in struct:entry_point_command
/darwin-on-arm/xnu/bsd/kern/
H A Dmach_loader.c1080 if (epc->stacksize) {
1082 result->user_stack_size = epc->stacksize;
H A Dpthread_synch.c172 void _pthread_start(pthread_t self, mach_port_t kport, void *(*fun)(void *), void * funarg, size_t stacksize, unsigned int flags);
240 th_stacksize = (mach_vm_size_t)user_stack; /* if it is custom them it is stacksize */

Completed in 26 milliseconds