Searched refs:guardsize (Results 1 – 9 of 9) sorted by relevance
45 size_t guardsize; /* Guard size. */ member177 mprotect((char *)st->stackaddr + st->guardsize, st->stacksize, in __pthread_map_stacks_exec()180 mprotect((char *)st->stackaddr + st->guardsize, st->stacksize, in __pthread_map_stacks_exec()195 size_t guardsize; in _thr_stack_alloc() local205 guardsize = round_up(attr->guardsize_attr); in _thr_stack_alloc()220 (guardsize == _thr_guard_default)) { in _thr_stack_alloc()235 spare_stack->guardsize == guardsize) { in _thr_stack_alloc()250 attr->stackaddr_attr = thr_stack(stacksize, guardsize); in _thr_stack_alloc()270 spare_stack->guardsize = round_up(attr->guardsize_attr); in _thr_stack_free()274 spare_stack->guardsize == _thr_guard_default) { in _thr_stack_free()
199 _pthread_attr_getguardsize(const pthread_attr_t *attr, size_t *guardsize) in _pthread_attr_getguardsize() argument204 if (attr == NULL || *attr == NULL || guardsize == NULL) in _pthread_attr_getguardsize()208 *guardsize = (*attr)->guardsize_attr; in _pthread_attr_getguardsize()404 _pthread_attr_setguardsize(pthread_attr_t *attr, size_t guardsize) in _pthread_attr_setguardsize() argument413 (*attr)->guardsize_attr = guardsize; in _pthread_attr_setguardsize()
63 size_t guardsize; /* per worker thread stack guard size */ member96 #define twq_guardsize a.init.guardsize
87 void *thr_stack(size_t stacksize, size_t guardsize);
1433 char guardsize_l_[PADL_(size_t)]; size_t guardsize; char guardsize_r_[PADR_(size_t)]; member
256 apr_size_t guardsize);
632 guardsz = (vm_size_t)round_page(uap->guardsize); in sys_thr_stack()
2704 uarg[1] = p->guardsize; /* size_t */ in systrace_args()
3569 INTERCEPTOR_PTHREAD_ATTR_GET(guardsize, sizeof(SIZE_T))