Searched refs:stack_size (Results 1 - 6 of 6) sorted by relevance

/haiku/headers/private/system/
H A Dthread_defs.h50 size_t stack_size; member in struct:thread_creation_attributes
/haiku/src/system/libroot/posix/pthread/
H A Dpthread_attr.c39 attr->stack_size = USER_STACK_SIZE;
102 *stacksize = attr->stack_size;
121 attr->stack_size = stacksize;
216 *stacksize = attr->stack_size;
237 attr->stack_size = stacksize;
264 attr->stack_size = (size_t)info.stack_end - (size_t)info.stack_base;
H A Dpthread.cpp124 attributes->stack_size = attr->stack_size;
/haiku/headers/private/libroot/
H A Dpthread_private.h50 size_t stack_size; member in struct:_pthread_attr
/haiku/src/system/kernel/
H A Dmodule.cpp123 int32 stack_size; member in struct:module_iterator
847 if (iterator->stack_current + 1 > iterator->stack_size) {
850 (iterator->stack_size + 8) * sizeof(module_path));
855 iterator->stack_size += 8;
H A Dthread.cpp529 this->stack_size = 0;
562 if (stack_size != 0
563 && (stack_size < MIN_USER_STACK_SIZE
564 || stack_size > MAX_USER_STACK_SIZE)) {
969 attributes.stack_address, attributes.stack_size,

Completed in 76 milliseconds