Searched defs:MPFR_UNLOCK_WRITE (Results 1 – 1 of 1) sorted by relevance
81 #define MPFR_UNLOCK_WRITE(_lock) MPFR_LOCK_C(mtx_unlock(&(_lock))) macro131 #define MPFR_UNLOCK_WRITE(_lock) MPFR_LOCK_C(pthread_rwlock_unlock(&(_lock))) macro174 #define MPFR_UNLOCK_WRITE(_lock) do {} while (0) macro