OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ACQUIRE_DTOA_LOCK
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/base/third_party/dmg_fp/
dtoa_wrapper.cc
24
* #define) two locks, acquired by
ACQUIRE_DTOA_LOCK
(n) and freed
34
inline static void
ACQUIRE_DTOA_LOCK
(size_t n) {
dtoa.cc
142
* #define) two locks, acquired by
ACQUIRE_DTOA_LOCK
(n) and freed
513
#define
ACQUIRE_DTOA_LOCK
(n) /*nothing*/
548
ACQUIRE_DTOA_LOCK
(0);
549
/* The k > Kmax case does not need
ACQUIRE_DTOA_LOCK
(0), */
593
ACQUIRE_DTOA_LOCK
(0);
932
ACQUIRE_DTOA_LOCK
(1);
955
ACQUIRE_DTOA_LOCK
(1);
[
all
...]
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
gdtoaimp.h
158
* #define) two locks, acquired by
ACQUIRE_DTOA_LOCK
(n) and freed
462
#define
ACQUIRE_DTOA_LOCK
(n) /*nothing*/
467
#define
ACQUIRE_DTOA_LOCK
(n) _MUTEX_LOCK(&__dtoa_locks[n])
Completed in 298 milliseconds