Get the thread guardsize attribute
#include <pthread.h>
int pthread_attr_getguardsize(
const pthread_attr_t* attr,
size_t* guardsize );
libc
The pthread_attr_getguardsize() function gets the value of the thread guardsize attribute from the attribute structure attr.
See pthread_attr_setguardsize() for more information about the thread guardsize attribute.
| Safety: | |
|---|---|
| Cancellation point | No |
| Interrupt handler | No |
| Signal handler | Yes |
| Thread | Yes |