Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dconcurrency.d1832 m_sharedBox.put(msg); in put()
2032 while (m_sharedPty.empty && m_sharedBox.empty) in get()
2053 arrived.put(m_sharedBox); in get()
2108 arrived.put(m_sharedBox); in close()
2120 return m_maxMsgs && m_maxMsgs <= m_localMsgs + m_sharedBox.length; in mboxFull()
2153 ListT m_sharedBox; variable
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dconcurrency.d2091 m_sharedBox.put(msg); in put()
2294 while (m_sharedPty.empty && m_sharedBox.empty) in get()
2315 arrived.put(m_sharedBox); in get()
2371 arrived.put(m_sharedBox); in close()
2383 return m_maxMsgs && m_maxMsgs <= m_localMsgs + m_sharedBox.length; in mboxFull()
2416 ListT m_sharedBox; variable