Searched refs:mutex_nothrow (Results 1 – 3 of 3) sorted by relevance
189 final @property Mutex mutex_nothrow() pure nothrow @safe @nogc in mutex_nothrow() function195 final @property shared(Mutex) mutex_nothrow() shared pure nothrow @safe @nogc in shared()
1569 if (mutex_nothrow) mutex_nothrow.unlock_nothrow(); in switchContext()1571 if (mutex_nothrow) in switchContext()1572 mutex_nothrow.lock_nothrow(); in switchContext()
1336 mutex_nothrow.unlock_nothrow(); in switchContext()1337 scope (exit) mutex_nothrow.lock_nothrow(); in switchContext()