Home
last modified time | relevance | path

Searched refs:guardsize (Results 1 – 9 of 9) sorted by relevance

/NextBSD/lib/libthr/thread/
HDthr_stack.c45 size_t guardsize; /* Guard size. */ member
177 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() local
205 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()
HDthr_attr.c199 _pthread_attr_getguardsize(const pthread_attr_t *attr, size_t *guardsize) in _pthread_attr_getguardsize() argument
204 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() argument
413 (*attr)->guardsize_attr = guardsize; in _pthread_attr_setguardsize()
/NextBSD/sys/sys/
HDthrworkq.h63 size_t guardsize; /* per worker thread stack guard size */ member
96 #define twq_guardsize a.init.guardsize
HDthr.h87 void *thr_stack(size_t stacksize, size_t guardsize);
HDsysproto.h1433 char guardsize_l_[PADL_(size_t)]; size_t guardsize; char guardsize_r_[PADR_(size_t)]; member
/NextBSD/contrib/apr/include/
HDapr_thread_proc.h256 apr_size_t guardsize);
/NextBSD/sys/kern/
HDkern_thr.c632 guardsz = (vm_size_t)round_page(uap->guardsize); in sys_thr_stack()
HDsystrace_args.c2704 uarg[1] = p->guardsize; /* size_t */ in systrace_args()
/NextBSD/contrib/compiler-rt/lib/sanitizer_common/
HDsanitizer_common_interceptors.inc3569 INTERCEPTOR_PTHREAD_ATTR_GET(guardsize, sizeof(SIZE_T))