Home
last modified time | relevance | path

Searched defs:tryLock (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sync/
H A Drwmutex.d278 @trusted bool tryLock() in tryLock() function
290 @trusted bool tryLock() shared in tryLock() function
313 @trusted bool tryLock(Duration timeout) in tryLock() function
347 @trusted bool tryLock(Duration timeout) shared in tryLock() function
517 @trusted bool tryLock() in tryLock() function
529 @trusted bool tryLock() shared in tryLock() function
552 @trusted bool tryLock(Duration timeout) in tryLock() function
586 @trusted bool tryLock(Duration timeout) shared in tryLock() function
H A Dmutex.d248 bool tryLock() @trusted in tryLock() function
254 bool tryLock() shared @trusted in tryLock() function