Searched refs:tryLock (Results 1 – 4 of 4) sorted by relevance
278 @trusted bool tryLock() in tryLock() function290 @trusted bool tryLock() shared in tryLock() function313 @trusted bool tryLock(Duration timeout) in tryLock() function347 @trusted bool tryLock(Duration timeout) shared in tryLock() function517 @trusted bool tryLock() in tryLock() function529 @trusted bool tryLock() shared in tryLock() function552 @trusted bool tryLock(Duration timeout) in tryLock() function586 @trusted bool tryLock(Duration timeout) shared in tryLock() function809 assert(!rwmutex.reader.tryLock(Duration.min)); in testReaderTryLock()811 assert(rwmutex.reader.tryLock(Duration.max)); in testReaderTryLock()[all …]
248 bool tryLock() @trusted in tryLock() function254 bool tryLock() shared @trusted in tryLock() function392 m.tryLock();
1255 bool tryLock(LockType lockType = LockType.readWrite,1326 assert(f.tryLock());1328 assert(!g.tryLock());1329 assert(!g.tryLock(LockType.read));1332 assert(!g.tryLock());1333 assert(g.tryLock(LockType.read));1370 assert(g.tryLock());1372 assert(g.tryLock(LockType.read));1375 assert(f.tryLock());1379 assert(!g.tryLock());[all …]
1545 bool tryLock(LockType lockType = LockType.readWrite,1617 assert(f.tryLock());1619 assert(!g.tryLock());1620 assert(!g.tryLock(LockType.read));1623 assert(!g.tryLock());1624 assert(g.tryLock(LockType.read));1662 assert(g.tryLock());1664 assert(g.tryLock(LockType.read));1667 assert(f.tryLock());1671 assert(!g.tryLock());[all …]