Home | History | Annotate | Download | only in orig

Lines Matching defs:LockFile

9393 ** those functions are not available.  So we use only LockFile() and
9396 ** LockFile() prevents not just writing but also reading by other processes.
26955 /* The lock is held if and only if the lockfile exists */
32305 ** Win32 APIs LockFile, UnlockFile, and LockFileEx.
32308 # define LockFile(a,b,c,d,e) winceLockFile(&a, b, c, d, e)
32318 # define osLockFile LockFile
32642 { "LockFile", (SYSCALL)LockFile, 0 },
32647 { "LockFile", (SYSCALL)0, 0 },
33495 ** An implementation of the LockFile() API of Windows for CE