Home
last modified time | relevance | path

Searched refs:mutex_nothrow (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sync/
H A Dcondition.d189 final @property Mutex mutex_nothrow() pure nothrow @safe @nogc in mutex_nothrow() function
195 final @property shared(Mutex) mutex_nothrow() shared pure nothrow @safe @nogc in shared()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dconcurrency.d1569 if (mutex_nothrow) mutex_nothrow.unlock_nothrow(); in switchContext()
1571 if (mutex_nothrow) in switchContext()
1572 mutex_nothrow.lock_nothrow(); in switchContext()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dconcurrency.d1336 mutex_nothrow.unlock_nothrow(); in switchContext()
1337 scope (exit) mutex_nothrow.lock_nothrow(); in switchContext()