Home
last modified time | relevance | path

Searched refs:ACQUIRE_DTOA_LOCK (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/gdtoa/
H A Dmisc.c57 ACQUIRE_DTOA_LOCK(0);
101 ACQUIRE_DTOA_LOCK(0);
396 ACQUIRE_DTOA_LOCK(1);
417 ACQUIRE_DTOA_LOCK(1);
H A Dgdtoaimp.h479 #define ACQUIRE_DTOA_LOCK(n) do { \ macro
H A DREADME222 ACQUIRE_DTOA_LOCK(n) and freed by FREE_DTOA_LOCK(n) for n = 0 or 1.
H A Dchanges103 routines ACQUIRE_DTOA_LOCK(n) and FREE_DTOA_LOCK(n) (n = 0 or 1).