HomeSort by: relevance | last modified time | path
    Searched refs:MPFR_LOCK_INIT (Results 1 - 2 of 2) sorted by relevancy

  /src/external/lgpl3/mpfr/dist/src/
mpfr-thread.h 76 #define MPFR_LOCK_INIT(_lock) MPFR_LOCK_C(mtx_init(&(_lock), mtx_plain))
122 #define MPFR_LOCK_INIT(_lock) MPFR_LOCK_C(pthread_rwlock_init(&(_lock), NULL))
169 #define MPFR_LOCK_INIT(_lock) do {} while (0)
mpfr-impl.h 1414 MPFR_LOCK_INIT( (_cache)->lock), \

Completed in 67 milliseconds