Searched refs:lockType (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dstdio.d1221 void lock(LockType lockType = LockType.readWrite,
1231 immutable short type = lockType == LockType.readWrite
1240 immutable type = lockType == LockType.readWrite ?
1255 bool tryLock(LockType lockType = LockType.readWrite,
1266 immutable short type = lockType == LockType.readWrite
1279 immutable type = lockType == LockType.readWrite
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/
H A Dstdio.d1511 void lock(LockType lockType = LockType.readWrite,
1521 immutable short type = lockType == LockType.readWrite
1530 immutable type = lockType == LockType.readWrite ?
1545 bool tryLock(LockType lockType = LockType.readWrite,
1556 immutable short type = lockType == LockType.readWrite
1570 immutable type = lockType == LockType.readWrite
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c25865 sqlite3OsLock(sqlite3_file *id, int lockType) argument
25870 sqlite3OsUnlock(sqlite3_file *id, int lockType) argument
42443 unixShmSystemLock( unixFile *pFile, int lockType, int ofst, int n ) argument
45424 proxyConchLock(unixFile *pFile, uuid_t myHostID, int lockType) argument
50093 winShmSystemLock( winShmNode *pFile, int lockType, int ofst, int nByte ) argument
81405 u8 lockType = READ_LOCK + isWriteLock; local
[all...]

Completed in 574 milliseconds