Searched refs:unixShmSystemLock (Results 1 – 1 of 1) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | os_unix.c | 4367 static int unixShmSystemLock( in unixShmSystemLock() function 4533 rc = unixShmSystemLock(pDbFd, F_WRLCK, UNIX_SHM_DMS, 1); in unixLockSharedMemory() 4549 rc = unixShmSystemLock(pDbFd, F_RDLCK, UNIX_SHM_DMS, 1); in unixLockSharedMemory() 4975 rc = unixShmSystemLock(pDbFd, F_UNLCK, ofst+UNIX_SHM_BASE, n); in unixShmLock() 4997 rc = unixShmSystemLock(pDbFd, F_RDLCK, ofst+UNIX_SHM_BASE, n); in unixShmLock() 5021 rc = unixShmSystemLock(pDbFd, F_WRLCK, ofst+UNIX_SHM_BASE, n); in unixShmLock()
|