Home
last modified time | relevance | path

Searched refs:_a_guardsize (Results 1 – 6 of 6) sorted by relevance

/third_party/ulib/musl/pthread/
A Dpthread_attr_setguardsize.c6 a->_a_guardsize = size; in pthread_attr_setguardsize()
A Dpthread_attr_get.c8 *size = a->_a_guardsize; in pthread_attr_getguardsize()
A Dpthread_create.c50 thrd_t new = __allocate_thread(attr._a_guardsize, in __pthread_create()
/third_party/ulib/musl/src/internal/
A Dthreads_impl.h170 ._a_guardsize = PAGE_SIZE, \
/third_party/ulib/musl/include/bits/
A Dalltypes.h444 size_t _a_guardsize; member
/third_party/ulib/musl/ldso/
A Ddynlink.c1655 thrd_t td = __allocate_thread(attr._a_guardsize, attr._a_stacksize, thread_self_name, NULL); in __init_main_thread()

Completed in 16 milliseconds