Searched refs:pthread_condattr_destroy (Results 1 – 16 of 16) sorted by relevance
102 int pthread_condattr_destroy(pthread_condattr_t* attr) { in pthread_condattr_destroy() function
124 FUNCTION(pthread_condattr_destroy, int (*f)(pthread_condattr_t*)); in pthread_h()
119 int pthread_condattr_destroy(pthread_condattr_t* _Nonnull __attr);
167 CALL(pthread_condattr_destroy)
2191 CALL(pthread_condattr_destroy)
950 CALL(pthread_condattr_destroy)
2274 CALL(pthread_condattr_destroy)
2378 CALL(pthread_condattr_destroy)
2962 CALL(pthread_condattr_destroy)
3880 CALL(pthread_condattr_destroy)
5206 CALL(pthread_condattr_destroy)
5647 CALL(pthread_condattr_destroy)
744 pthread_condattr_destroy
777 pthread_condattr_destroy;
1574 ASSERT_EQ(0, pthread_condattr_destroy(&attr)); in InitCond()