![]() |
![]() |
![]() |
Get thread stack attribute
#include <pthread.h> int pthread_attr_getstacklazy( const pthread_attr_t * attr, int lazystack );
libc
The pthread_attr_getstacklazy() function gets the thread stack attribute in the attribute object attr to lazystack.
Possible values for lazystack are:
Safety: | |
---|---|
Cancellation point | No |
Interrupt handler | No |
Signal handler | Yes |
Thread | Yes |
pthread_attr_setinheritsched(), pthread_attr_setstacklazy()
![]() |
![]() |
![]() |