Searched refs:_a_guardsize (Results 1 – 6 of 6) sorted by relevance
6 a->_a_guardsize = size; in pthread_attr_setguardsize()
8 *size = a->_a_guardsize; in pthread_attr_getguardsize()
50 thrd_t new = __allocate_thread(attr._a_guardsize, in __pthread_create()
170 ._a_guardsize = PAGE_SIZE, \
444 size_t _a_guardsize; member
1655 thrd_t td = __allocate_thread(attr._a_guardsize, attr._a_stacksize, thread_self_name, NULL); in __init_main_thread()
Completed in 16 milliseconds