Search | Google it | Results 1 - 1 of 1 for fundef:ACQUIRE_DTOA_LOCK (0.00 seconds) |
462: #ifndef MULTIPLE_THREADS 463: #define ACQUIRE_DTOA_LOCK(n) /*nothing*/ 464: #define FREE_DTOA_LOCK(n) /*nothing*/ 467: extern void *__dtoa_locks[]; 468: #define ACQUIRE_DTOA_LOCK(n) _MUTEX_LOCK(&__dtoa_locks[n]) 469: #define FREE_DTOA_LOCK(n) _MUTEX_UNLOCK(&__dtoa_locks[n])