pthread_attr_getguardsize (3) Linux Manual Page
pthread_attr_setguardsize, pthread_attr_getguardsize – set/get guard size attribute in thread attributes object Synopsis #include <pthread.h> int pthread_attr_setguardsize(pthread_attr_t *attr, size_t guardsize); int pthread_attr_getguardsize(const pthread_attr_t *attr, size_t *guardsize); Compile and link with – pthread. Description The pthread_attr_setguardsize() function sets the guard size attribute of the thread attributes object referred to by attr to the value specified in guardsize….
