Home
last modified time | relevance | path

Searched refs:sqlite3OsShmLock (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/src/
H A Dos.h192 int sqlite3OsShmLock(sqlite3_file *id, int, int, int);
H A Dos.c170 int sqlite3OsShmLock(sqlite3_file *id, int offset, int n, int flags){ in sqlite3OsShmLock() function
H A Dwal.c935 rc = sqlite3OsShmLock(pWal->pDbFd, lockIdx, 1, in walLockShared()
944 (void)sqlite3OsShmLock(pWal->pDbFd, lockIdx, 1, in walUnlockShared()
951 rc = sqlite3OsShmLock(pWal->pDbFd, lockIdx, n, in walLockExclusive()
960 (void)sqlite3OsShmLock(pWal->pDbFd, lockIdx, n, in walUnlockExclusive()