Searched defs:MPFR_LOCK_WRITE (Results 1 – 1 of 1) sorted by relevance
80 #define MPFR_LOCK_WRITE(_lock) MPFR_LOCK_C(mtx_lock(&(_lock))) macro130 #define MPFR_LOCK_WRITE(_lock) MPFR_LOCK_C(pthread_rwlock_wrlock(&(_lock))) macro173 #define MPFR_LOCK_WRITE(_lock) do {} while (0) macro