Searched defs:SQ_LOCK_DESTROY (Results 1 – 1 of 1) sorted by relevance
15 #define SQ_LOCK_DESTROY(lock) pthread_spin_destroy(lock) macro24 #define SQ_LOCK_DESTROY(lock) pthread_mutex_destroy(lock) macro31 #define SQ_LOCK_DESTROY(lock) (void) 0 macro