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.c85 FREE_DTOA_LOCK(0);
109 FREE_DTOA_LOCK(0);
417 FREE_DTOA_LOCK(1);
444 FREE_DTOA_LOCK(1);
Dgdtoaimp.h463 #define FREE_DTOA_LOCK(n) /*nothing*/ macro
468 #define FREE_DTOA_LOCK(n) _MUTEX_UNLOCK(&__dtoa_locks[n]) macro