Home | History | Annotate | Download | only in orig

Lines Matching refs:LockFile

10117 ** those functions are not available.  So we use only LockFile() and
10120 ** LockFile() prevents not just writing but also reading by other processes.
26329 /* The lock is held if and only if the lockfile exists */
32802 { "LockFile", (SYSCALL)LockFile, 0 },
32804 { "LockFile", (SYSCALL)0, 0 },
34097 ** An implementation of the LockFile() API of Windows for CE
34245 ** API LockFile.
34786 ** Historically, SQLite has used both the LockFile and LockFileEx functions.
34787 ** When the LockFile function was used, it was always expected to fail