Mutex.lock_nothrow

void lock_nothrow(this Q)() if (is(Q == Mutex) || is(Q == shared Mutex)) nothrow @trusted @nogc

ditto