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
25962 ** file is unlocked. cnt==-1 means the file has an exclusive lock.
25968 ** a locked and an unlocked state.
26385 ** UNLOCKED -> SHARED
26455 ** (1) We never move from unlocked to anything higher than shared lock.
26636 ** the byte range is divided into 2 parts and the first part is unlocked then
26637 ** set to a read lock, then the other part is simply unlocked. This works
26949 ** is held on the file and false if the file is unlocked.
26990 ** UNLOCKED -> SHARED
27215 ** UNLOCKED -> SHARED
27391 ** UNLOCKED -> SHARED
27536 const char *path, /* Name of the file to be locked or unlocked */
27642 ** UNLOCKED -> SHARED
27673 ** (1) We never move from unlocked to anything higher than shared lock.
29148 ** different here than in posix. In xShmLock(), one can go from unlocked
29149 ** to shared and back or from unlocked to exclusive and back. But one may
30645 ** states (UNLOCKED, PENDING, SHARED, RESERVED, EXCLUSIVE) are implemented
31699 ** UNLOCKED -> SHARED
34048 ** UNLOCKED -> SHARED
34478 int ofst, /* Offset to first byte to be locked/unlocked */
38816 ** The exception is when the database file is unlocked as the pager moves
40151 ** completely unlocked. If the file is unlocked and the file-system does
46114 ** through the unlocked state first.
46413 ** If successful, the same bytes that are locked here are unlocked before
49174 /* Unless the database is sharable and unlocked, then BtShared.db
51907 ** and the database was previously unlocked, then invoke the busy handler
67957 ** open cursor. If the database was unlocked prior to this instruction
93561 "unlocked", "shared", "reserved", "pending", "exclusive"