Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dconcurrency.d1761 m_putMsg = new Condition(m_lock); in this()
1766 m_putMsg = scheduler.newCondition(m_lock); in this()
1827 m_putMsg.notify(); in put()
1833 m_putMsg.notify(); in put()
2044 if (period <= Duration.zero || !m_putMsg.wait(period)) in get()
2049 m_putMsg.wait(); in get()
2150 Condition m_putMsg; variable
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dconcurrency.d2020 m_putMsg = new Condition(m_lock); in this()
2025 m_putMsg = scheduler.newCondition(m_lock); in this()
2086 m_putMsg.notify(); in put()
2092 m_putMsg.notify(); in put()
2306 if (period <= Duration.zero || !m_putMsg.wait(period)) in get()
2311 m_putMsg.wait(); in get()
2413 Condition m_putMsg; variable