![]() |
![]() |
![]() |
Get thread stack address attribute
#include <pthread.h> int pthread_attr_getstackaddr( const pthread_attr_t* attr, void** stackaddr );
libc
The pthread_attr_getstackaddr() function gets the thread stack address attribute from the thread attribute object attr and returns it in stackaddr. See the pthread_attr_setstackaddr() function for a description of the possible values of stackaddr.
Safety: | |
---|---|
Cancellation point | No |
Interrupt handler | No |
Signal handler | Yes |
Thread | Yes |
pthread_attr_setstackaddr(), pthread_attr_init(), pthread_create().
![]() |
![]() |
![]() |