InterruptibleRecursiveTaskMutex.tryLock - multiple declarations
Function InterruptibleRecursiveTaskMutex.tryLock
bool tryLock() nothrow @safe;
Function InterruptibleRecursiveTaskMutex.tryLock
bool tryLock() nothrow @safe shared;
Function Lockable.tryLock
abstract bool tryLock() @safe;