Searched refs:pthread_cond_destroy (Results 1 – 7 of 7) sorted by relevance
31 zassert_ok(pthread_cond_destroy(&m[i - 1]), "failed to destroy cond %zu", i - 1); in ZTEST()46 zassert_ok(pthread_cond_destroy(&cond), "failed to destroy cond %zu", i); in ZTEST()
24 (void)pthread_cond_destroy(cond); in cnd_destroy()
92 zassert_not_null(pthread_cond_destroy); in ZTEST()
190 int pthread_cond_destroy(pthread_cond_t *cvar) in pthread_cond_destroy() function
83 #define pthread_cond_destroy(...) zap_pthread_cond_destroy(__VA_ARGS__) macro
79 int pthread_cond_destroy(pthread_cond_t *cv);
576 pthread_cond_destroy(),yes