Searched refs:pthread_attr_destroy (Results 1 – 8 of 8) sorted by relevance
124 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()
65 zassert_not_null(pthread_attr_destroy); in ZTEST()
143 (void)pthread_attr_destroy(&attr); in after()
120 #define pthread_attr_destroy(...) zap_pthread_attr_destroy(__VA_ARGS__) macro
282 (void)pthread_attr_destroy(&attr); in after()
415 int pthread_attr_destroy(pthread_attr_t *attr);
564 (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
559 pthread_attr_destroy(),yes