Home | History | Annotate | Download | only in dist

Lines Matching full:unlocked

1656 ** The xShmLock method can transition between unlocked and SHARED or
1657 ** between unlocked and EXCLUSIVE. It cannot transition between SHARED
23187 ** UNLOCKED -> SHARED
23714 int ofst, /* Offset to first byte to be locked/unlocked */
24083 ** different here than in posix. In xShmLock(), one can go from unlocked
24084 ** to shared and back or from unlocked to exclusive and back. But one may
25969 ** file is unlocked. cnt==-1 means the file has an exclusive lock.
25975 ** a locked and an unlocked state.
26392 ** UNLOCKED -> SHARED
26462 ** (1) We never move from unlocked to anything higher than shared lock.
26643 ** the byte range is divided into 2 parts and the first part is unlocked then
26644 ** set to a read lock, then the other part is simply unlocked. This works
26956 ** is held on the file and false if the file is unlocked.
26997 ** UNLOCKED -> SHARED
27222 ** UNLOCKED -> SHARED
27398 ** UNLOCKED -> SHARED
27543 const char *path, /* Name of the file to be locked or unlocked */
27649 ** UNLOCKED -> SHARED
27680 ** (1) We never move from unlocked to anything higher than shared lock.
29165 ** different here than in posix. In xShmLock(), one can go from unlocked
29166 ** to shared and back or from unlocked to exclusive and back. But one may
30662 ** states (UNLOCKED, PENDING, SHARED, RESERVED, EXCLUSIVE) are implemented
31716 ** UNLOCKED -> SHARED
34065 ** UNLOCKED -> SHARED
34495 int ofst, /* Offset to first byte to be locked/unlocked */
38833 ** The exception is when the database file is unlocked as the pager moves
40168 ** completely unlocked. If the file is unlocked and the file-system does
46131 ** through the unlocked state first.
46430 ** If successful, the same bytes that are locked here are unlocked before
49191 /* Unless the database is sharable and unlocked, then BtShared.db
51924 ** and the database was previously unlocked, then invoke the busy handler
67974 ** open cursor. If the database was unlocked prior to this instruction
93586 "unlocked", "shared", "reserved", "pending", "exclusive"