Home
last modified time | relevance | path

Searched refs:_a_stacksize (Results 1 – 7 of 7) sorted by relevance

/third_party/ulib/musl/pthread/
A Dpthread_attr_get.c23 *size = a->_a_stacksize; in pthread_attr_getstack()
28 *size = a->_a_stacksize; in pthread_attr_getstacksize()
A Dpthread_attr_setstacksize.c7 a->_a_stacksize = size; in pthread_attr_setstacksize()
A Dpthread_getattr_np.c10 a->_a_stacksize = t->safe_stack.iov_len; in pthread_getattr_np()
A Dpthread_create.c51 attr._a_stacksize, in __pthread_create()
/third_party/ulib/musl/src/internal/
A Dthreads_impl.h169 ._a_stacksize = ZIRCON_DEFAULT_STACK_SIZE, \
/third_party/ulib/musl/include/bits/
A Dalltypes.h443 size_t _a_stacksize; member
/third_party/ulib/musl/ldso/
A Ddynlink.c1649 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