Searched defs:guardsize (Results 1 – 2 of 2) sorted by relevance
202 int pthread_attr_setguardsize(pthread_attr_t *attr, size_t guardsize) in pthread_attr_setguardsize()208 int pthread_attr_getguardsize(const pthread_attr_t *attr, size_t *guardsize) in pthread_attr_getguardsize()
58 size_t guardsize; /* guardsize is set to protect the stack, not supported */ member
Completed in 5 milliseconds