Searched refs:USER_STACK_SIZE (Results 1 - 5 of 5) sorted by relevance

/haiku/headers/private/system/
H A Dthread_defs.h19 #define USER_STACK_SIZE (64 * B_PAGE_SIZE) // 256 kB macro
/haiku/headers/private/fs_shell/
H A Dfssh_kernel_priv.h40 #define USER_STACK_SIZE (256 * 1024) // 256 kB macro
/haiku/src/system/libroot/posix/pthread/
H A Dpthread_attr.c39 attr->stack_size = USER_STACK_SIZE;
H A Dpthread.cpp29 USER_STACK_SIZE,
/haiku/src/system/kernel/
H A Dthread.cpp822 ? USER_MAIN_THREAD_STACK_SIZE : USER_STACK_SIZE;

Completed in 66 milliseconds