Home
last modified time | relevance | path

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

/freebsd/contrib/gdtoa/
H A Dmisc.c80 FREE_DTOA_LOCK(0);
104 FREE_DTOA_LOCK(0);
401 FREE_DTOA_LOCK(1);
422 FREE_DTOA_LOCK(1);
H A Dgdtoaimp.h483 #define FREE_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).