Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dconcurrency.d1840 m_putQueue++; in put()
1842 m_putQueue--; in put()
2040 if (m_putQueue && !mboxFull()) in get()
2152 size_t m_putQueue; variable
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dconcurrency.d2099 m_putQueue++; in put()
2101 m_putQueue--; in put()
2302 if (m_putQueue && !mboxFull()) in get()
2415 size_t m_putQueue; variable