Home
last modified time | relevance | path

Searched refs:pthread_attr_destroy (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/tests/posix/common/src/
Dpthread_attr.c124 zassert_equal(pthread_attr_destroy((pthread_attr_t *)&uninit_attr), EINVAL); in ZTEST()
129 zassert_ok(pthread_attr_destroy(&attr), "failed to destroy an initialized attr"); in ZTEST()
136 zassert_ok(pthread_attr_destroy(&attr)); in ZTEST()
591 (void)pthread_attr_destroy(&attr); in after()
/Zephyr-latest/tests/posix/headers/src/
Dpthread_h.c65 zassert_not_null(pthread_attr_destroy); in ZTEST()
/Zephyr-latest/tests/posix/threads_ext/src/
Dmain.c143 (void)pthread_attr_destroy(&attr); in after()
/Zephyr-latest/arch/posix/include/
Dposix_cheats.h120 #define pthread_attr_destroy(...) zap_pthread_attr_destroy(__VA_ARGS__) macro
/Zephyr-latest/tests/posix/xsi_threads_ext/src/
Dmain.c282 (void)pthread_attr_destroy(&attr); in after()
/Zephyr-latest/include/zephyr/posix/
Dpthread.h415 int pthread_attr_destroy(pthread_attr_t *attr);
/Zephyr-latest/lib/posix/options/
Dpthread.c564 (void)pthread_attr_destroy((pthread_attr_t *)&t->attr); in posix_thread_recycle()
631 (void)pthread_attr_destroy((pthread_attr_t *)&t->attr); in pthread_create()
1414 int pthread_attr_destroy(pthread_attr_t *_attr) in pthread_attr_destroy() function
/Zephyr-latest/doc/services/portability/posix/option_groups/
Dindex.rst559 pthread_attr_destroy(),yes