Searched refs:guardsize (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/lib/libthr/thread/
H A Dthr_stack.c46 size_t guardsize; /* Guard size. */ member in struct:stack
178 mprotect((char *)st->stackaddr + st->guardsize, st->stacksize,
181 mprotect((char *)st->stackaddr + st->guardsize, st->stacksize,
196 size_t guardsize; local
207 guardsize = round_up(attr->guardsize_attr);
222 (guardsize == _thr_guard_default)) {
237 spare_stack->guardsize == guardsize) {
258 stackaddr = last_stack - stacksize - guardsize;
267 last_stack -= (stacksize + guardsize);
[all...]
H A Dthr_attr.c200 _pthread_attr_getguardsize(const pthread_attr_t *attr, size_t *guardsize) argument
205 if (attr == NULL || *attr == NULL || guardsize == NULL)
209 *guardsize = (*attr)->guardsize_attr;
405 _pthread_attr_setguardsize(pthread_attr_t *attr, size_t guardsize) argument
414 (*attr)->guardsize_attr = guardsize;
/freebsd-11.0-release/contrib/apr/include/
H A Dapr_thread_proc.h248 * @param guardsize The stack guard area size in bytes
256 apr_size_t guardsize);

Completed in 276 milliseconds