Home
last modified time | relevance | path

Searched refs:pthread__guardsize (Results 1 – 3 of 3) sorted by relevance

/netbsd/lib/libpthread/
H A Dpthread_attr.c69 p->ptap_guardsize = pthread__guardsize; in pthread__attr_init_private()
174 *guard = pthread__guardsize; in pthread_attr_getguardsize()
H A Dpthread.c126 size_t pthread__guardsize; variable
227 pthread__guardsize = value; in pthread__init()
229 pthread__guardsize = pthread__pagesize; in pthread__init()
338 guardsize = pthread__guardsize; in pthread__getstack()
H A Dpthread_int.h167 extern size_t pthread__guardsize;