_POSIX_THREAD_ATTR_STACKADDR
100
Impl
🐧✓
Enable this option with CONFIG_POSIX_THREAD_ATTR_STACKADDR.
pthread_attr_getstack() and pthread_attr_setstack() also require
_POSIX_THREAD_ATTR_STACKSIZE /
CONFIG_POSIX_THREAD_ATTR_STACKSIZE.
IEEE 1003.1-2017 removed pthread_attr_getstackaddr() and
pthread_attr_setstackaddr() in favour of the combined stack APIs.
API |
Supported |
|---|---|
yes |
|
yes |