Searched defs:MPFR_UNLOCK_READ (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dmpfr-thread.h79 #define MPFR_UNLOCK_READ(_lock) MPFR_LOCK_C(mtx_unlock(&(_lock))) macro
129 #define MPFR_UNLOCK_READ(_lock) MPFR_LOCK_C(pthread_rwlock_unlock(&(_lock))) macro
172 #define MPFR_UNLOCK_READ(_lock) do {} while (0) macro

Completed in 178 milliseconds