Searched defs:SQ_UNLOCK (Results 1 – 1 of 1) sorted by relevance
17 #define SQ_UNLOCK(lock) pthread_spin_unlock(lock) macro26 #define SQ_UNLOCK(lock) pthread_mutex_unlock(lock) macro33 #define SQ_UNLOCK(lock) (void) 0 macro