Home
last modified time | relevance | path

Searched refs:m_ (Results 1 – 3 of 3) sorted by relevance

/bionic/tests/headers/posix/
Dheader_checks.h30 #define MACRO(m_) { typeof(m_) v = m_; } argument
31 #define MACRO_VALUE(m_, v_) _Static_assert((m_)==(v_),#m_) argument
32 #define MACRO_TYPE(t_, m_) { t_ v = m_; } argument
/bionic/libc/malloc_debug/
DMapData.h71 std::mutex m_; variable
DMapData.cpp180 std::lock_guard<std::mutex> lock(m_); in find()