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

  /src/external/lgpl3/mpfr/dist/src/
mpfr-thread.h 81 #define MPFR_UNLOCK_WRITE(_lock) MPFR_LOCK_C(mtx_unlock(&(_lock)))
131 #define MPFR_UNLOCK_WRITE(_lock) MPFR_LOCK_C(pthread_rwlock_unlock(&(_lock)))
139 MPFR_UNLOCK_WRITE(_lock); \
174 #define MPFR_UNLOCK_WRITE(_lock) do {} while (0)
cache.c 52 MPFR_UNLOCK_WRITE(cache->lock);
  /src/external/lgpl3/mpfr/dist/tests/
memory.c 168 MPFR_UNLOCK_WRITE(mpfr_lock_memory);
226 MPFR_UNLOCK_WRITE(mpfr_lock_memory);
283 MPFR_UNLOCK_WRITE(mpfr_lock_memory);

Completed in 24 milliseconds