Home | History | Annotate | Download | only in dist

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.
26973 /* The lock is held if and only if the lockfile exists */
32333 ** Win32 APIs LockFile, UnlockFile, and LockFileEx.
32336 # define LockFile(a,b,c,d,e) winceLockFile(&a, b, c, d, e)
32346 # define osLockFile LockFile
32670 { "LockFile", (SYSCALL)LockFile, 0 },
32675 { "LockFile", (SYSCALL)0, 0 },
33523 ** An implementation of the LockFile() API of Windows for CE