Searched refs:pthread_condattr_destroy (Results 1 – 11 of 11) 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()
116 int pthread_condattr_destroy(pthread_condattr_t* __attr);
167 CALL(pthread_condattr_destroy)
2191 CALL(pthread_condattr_destroy)
950 CALL(pthread_condattr_destroy)
2378 CALL(pthread_condattr_destroy)
744 pthread_condattr_destroy
777 pthread_condattr_destroy;
1493 ASSERT_EQ(0, pthread_condattr_destroy(&attr)); in InitCond()