Home
last modified time | relevance | path

Searched defs:guardsize (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/lib/librthread/
H A Drthread_attr.c74 pthread_attr_getguardsize(const pthread_attr_t *attrp, size_t *guardsize) in pthread_attr_getguardsize()
82 pthread_attr_setguardsize(pthread_attr_t *attrp, size_t guardsize) in pthread_attr_setguardsize()
H A Drthread_stack.c31 size_t guardsize; in _rthread_alloc_stack() local
H A Drthread.h46 size_t guardsize; /* size of PROT_NONE zone or */ member