Home
last modified time | relevance | path

Searched refs:tryLock (Results 1 – 4 of 4) 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
809 assert(!rwmutex.reader.tryLock(Duration.min)); in testReaderTryLock()
811 assert(rwmutex.reader.tryLock(Duration.max)); in testReaderTryLock()
[all …]
H A Dmutex.d248 bool tryLock() @trusted in tryLock() function
254 bool tryLock() shared @trusted in tryLock() function
392 m.tryLock();
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dstdio.d1255 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 …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dstdio.d1545 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 …]