Home
last modified time | relevance | path

Searched refs:pthread_attr_setguardsize (Results 1 – 5 of 5) sorted by relevance

/Zephyr-4.3.0/tests/posix/threads_ext/src/
Dmain.c53 zassert_equal(pthread_attr_setguardsize(NULL, SIZE_MAX), EINVAL); in ZTEST()
54 zassert_equal(pthread_attr_setguardsize(NULL, guardsize), EINVAL); in ZTEST()
55 zassert_equal(pthread_attr_setguardsize((pthread_attr_t *)&uninit_attr, in ZTEST()
59 zassert_equal(pthread_attr_setguardsize(&attr, SIZE_MAX), EINVAL); in ZTEST()
63 zassert_ok(pthread_attr_setguardsize(&attr, sizes[i])); in ZTEST()
/Zephyr-4.3.0/include/zephyr/posix/
Dpthread.h408 int pthread_attr_setguardsize(pthread_attr_t *attr, size_t guardsize);
/Zephyr-4.3.0/lib/posix/options/
DKconfig.pthread109 Enable this option to use pthread_attr_getguardsize(), pthread_attr_setguardsize(),
Dpthread.c1381 int pthread_attr_setguardsize(pthread_attr_t *_attr, size_t guardsize) in pthread_attr_setguardsize() function
/Zephyr-4.3.0/doc/services/portability/posix/option_groups/
Dindex.rst667 pthread_attr_setguardsize(),yes