Searched refs:pthread_mutex_unlock (Results 1 – 3 of 3) sorted by relevance
11 int pthread_mutex_unlock(pthread_mutex_t *mutex __unused);18 int __weak pthread_mutex_unlock(pthread_mutex_t *mutex __unused) in pthread_mutex_unlock() function
96 if (pthread_mutex_unlock(&mutex->mutex) != 0) { in threading_mutex_unlock_pthread()
700 #define LTC_MUTEX_UNLOCK(x) LTC_ARGCHK(pthread_mutex_unlock(x) == 0);