Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dconcurrency.d1157 Condition newCondition(Mutex m) nothrow;
1208 Condition newCondition(Mutex m) nothrow in newCondition() function
1274 Condition newCondition(Mutex m) nothrow in newCondition() function
1415 auto cond = fs.newCondition(mtx);
1766 m_putMsg = scheduler.newCondition(m_lock); in this()
1767 m_notFull = scheduler.newCondition(m_lock); in this()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dconcurrency.d1352 Condition newCondition(Mutex m) nothrow;
1403 Condition newCondition(Mutex m) nothrow in newCondition() function
1478 Condition newCondition(Mutex m) nothrow in newCondition() function
1634 auto cond = fs.newCondition(mtx);
2025 m_putMsg = scheduler.newCondition(m_lock); in this()
2026 m_notFull = scheduler.newCondition(m_lock); in this()