Searched refs:stack_size (Results 1 – 6 of 6) sorted by relevance
39 attr->stack_size = USER_STACK_SIZE; in pthread_attr_init()102 *stacksize = attr->stack_size; in pthread_attr_getstacksize()121 attr->stack_size = stacksize; in pthread_attr_setstacksize()216 *stacksize = attr->stack_size; in pthread_attr_getstack()237 attr->stack_size = stacksize; in pthread_attr_setstack()264 attr->stack_size = (size_t)info.stack_end - (size_t)info.stack_base; in __pthread_attr_get_np()
126 attributes->stack_size = attr->stack_size; in __pthread_init_creation_attributes()
50 size_t stack_size; member
123 int32 stack_size; member847 if (iterator->stack_current + 1 > iterator->stack_size) { in iterator_push_path_on_stack()850 (iterator->stack_size + 8) * sizeof(module_path)); in iterator_push_path_on_stack()855 iterator->stack_size += 8; in iterator_push_path_on_stack()
530 this->stack_size = 0; in ThreadCreationAttributes()563 if (stack_size != 0 in InitFromUserAttributes()564 && (stack_size < MIN_USER_STACK_SIZE in InitFromUserAttributes()565 || stack_size > MAX_USER_STACK_SIZE)) { in InitFromUserAttributes()970 attributes.stack_address, attributes.stack_size, in thread_create_thread()