Searched defs:lockIdx (Results 1 – 1 of 1) sorted by relevance
908 static const char *walLockName(int lockIdx){ in walLockName()932 static int walLockShared(Wal *pWal, int lockIdx){ in walLockShared()942 static void walUnlockShared(Wal *pWal, int lockIdx){ in walUnlockShared()948 static int walLockExclusive(Wal *pWal, int lockIdx, int n){ in walLockExclusive()958 static void walUnlockExclusive(Wal *pWal, int lockIdx, int n){ in walUnlockExclusive()1947 int lockIdx, /* Offset of first byte to lock */ in walBusyLock()