Search | Google it | Results 1 - 1 of 1 for fundef:FREE_DTOA_LOCK (0.00 seconds) |
463: #define ACQUIRE_DTOA_LOCK(n) /*nothing*/ 464: #define FREE_DTOA_LOCK(n) /*nothing*/ 465: #else 468: #define ACQUIRE_DTOA_LOCK(n) _MUTEX_LOCK(&__dtoa_locks[n]) 469: #define FREE_DTOA_LOCK(n) _MUTEX_UNLOCK(&__dtoa_locks[n]) 470: #endif