pthread_attr_getdefaultguardsize()
Get the default stack guard area size
Synopsis:
#include <pthread.h>
size_t pthread_attr_getdefaultguardsize(void);
        
        Library:
libc
Use the -l c option to qcc to link against this library. This library is usually included automatically.
Description:
The pthread_attr_getdefaultguardsize() function gets the default stack guard area size.
You can set the default stack guard area size by calling pthread_attr_setdefaultguardsize().
Returns:
The default stack guard area size.
Classification:
| Safety: | |
|---|---|
| Cancellation point | No | 
| Signal handler | Yes | 
| Thread | Yes | 
Page updated: 
