Searched defs:LTC_MUTEX_UNLOCK (Results 1 – 1 of 1) sorted by relevance
689 #define LTC_MUTEX_UNLOCK(x) mutex_unlock(x); macro700 #define LTC_MUTEX_UNLOCK(x) LTC_ARGCHK(pthread_mutex_unlock(x) == 0); macro711 #define LTC_MUTEX_UNLOCK(x) macro