Searched refs:_a_stacksize (Results 1 – 7 of 7) sorted by relevance
23 *size = a->_a_stacksize; in pthread_attr_getstack()28 *size = a->_a_stacksize; in pthread_attr_getstacksize()
7 a->_a_stacksize = size; in pthread_attr_setstacksize()
10 a->_a_stacksize = t->safe_stack.iov_len; in pthread_getattr_np()
51 attr._a_stacksize, in __pthread_create()
169 ._a_stacksize = ZIRCON_DEFAULT_STACK_SIZE, \
443 size_t _a_stacksize; member
1649 attr._a_stacksize = libc.stack_size; in __init_main_thread()1655 thrd_t td = __allocate_thread(attr._a_guardsize, attr._a_stacksize, thread_self_name, NULL); in __init_main_thread()1954 libc.stack_size = DEFAULT_PTHREAD_ATTR._a_stacksize; in dls3()
Completed in 16 milliseconds