Searched refs:guardsize (Results 1 – 4 of 4) sorted by relevance
47 size_t guardsize; /* Guard size. */ member186 size_t guardsize; in _thr_stack_alloc() local197 guardsize = round_up(attr->guardsize_attr); in _thr_stack_alloc()212 (guardsize == _thr_guard_default)) { in _thr_stack_alloc()227 spare_stack->guardsize == guardsize) { in _thr_stack_alloc()248 stackaddr = last_stack - stacksize - guardsize; in _thr_stack_alloc()257 last_stack -= (stacksize + guardsize); in _thr_stack_alloc()267 (guardsize == 0 || in _thr_stack_alloc()269 stackaddr += guardsize; in _thr_stack_alloc()272 munmap(stackaddr, stacksize + guardsize); in _thr_stack_alloc()[all …]
202 size_t * __restrict guardsize) in _thr_attr_getguardsize() argument205 if (attr == NULL || *attr == NULL || guardsize == NULL) in _thr_attr_getguardsize()208 *guardsize = (*attr)->guardsize_attr; in _thr_attr_getguardsize()373 _thr_attr_setguardsize(pthread_attr_t *attr, size_t guardsize) in _thr_attr_setguardsize() argument379 (*attr)->guardsize_attr = guardsize; in _thr_attr_setguardsize()
272 size_t guardsize; in pthread_attr_clone() local273 error = pthread_attr_getguardsize(old_attr, &guardsize); in pthread_attr_clone()275 error = pthread_attr_setguardsize(attr, guardsize); in pthread_attr_clone()
4771 INTERCEPTOR_PTHREAD_ATTR_GET(guardsize, sizeof(SIZE_T))