Home
last modified time | relevance | path

Searched defs:MPFR_LOCK_WRITE (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/lgpl3/mpfr/dist/src/
H A Dmpfr-thread.h80 #define MPFR_LOCK_WRITE(_lock) MPFR_LOCK_C(mtx_lock(&(_lock))) macro
130 #define MPFR_LOCK_WRITE(_lock) MPFR_LOCK_C(pthread_rwlock_wrlock(&(_lock))) macro
173 #define MPFR_LOCK_WRITE(_lock) do {} while (0) macro