Searched refs:MPFR_LOCK_INIT (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dmpfr-thread.h76 #define MPFR_LOCK_INIT(_lock) MPFR_LOCK_C(mtx_init(&(_lock), mtx_plain)) macro
122 #define MPFR_LOCK_INIT(_lock) MPFR_LOCK_C(pthread_rwlock_init(&(_lock), NULL)) macro
169 #define MPFR_LOCK_INIT(_lock) do {} while (0) macro
H A Dmpfr-impl.h1414 MPFR_LOCK_INIT( (_cache)->lock), \

Completed in 127 milliseconds