Searched defs:isc_mutex_destroy (Results 1 – 2 of 2) sorted by relevance
102 #define isc_mutex_destroy(mp) \ macro105 #define isc_mutex_destroy(mp) RUNTIME_CHECK(pthread_mutex_destroy((mp)) == 0) macro
50 #define isc_mutex_destroy( global() macro