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