Searched refs:cnd_destroy (Results 1 – 6 of 6) sorted by relevance
57 FUNCTION(cnd_destroy, void (*f)(cnd_t*)); in threads_h()
113 cnd_destroy(&c); in TEST()123 cnd_destroy(&c); in TEST()173 cnd_destroy(&c); in TEST()
97 void cnd_destroy(cnd_t* _Nonnull __cond) __INTRODUCED_IN(30);
62 __BIONIC_THREADS_INLINE void cnd_destroy(cnd_t* __cnd) { in cnd_destroy() function
1487 cnd_destroy;