Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
Dmisc.c89 FREE_DTOA_LOCK(0);
113 FREE_DTOA_LOCK(0);
421 FREE_DTOA_LOCK(1);
448 FREE_DTOA_LOCK(1);
Dgdtoaimp.h463 #define FREE_DTOA_LOCK(n) /*nothing*/ macro
467 #define FREE_DTOA_LOCK(n) _MUTEX_UNLOCK(&__dtoa_locks[n]) macro