Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dconcurrency.d2120 return m_maxMsgs && m_maxMsgs <= m_localMsgs + m_sharedBox.length; in mboxFull()
2125 m_localMsgs = m_localBox.length; in updateMsgCount()
2156 size_t m_localMsgs; variable
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dconcurrency.d2383 return m_maxMsgs && m_maxMsgs <= m_localMsgs + m_sharedBox.length; in mboxFull()
2388 m_localMsgs = m_localBox.length; in updateMsgCount()
2419 size_t m_localMsgs; variable