Home | History | Annotate | Download | only in dist

Lines Matching refs:LockFile

8602 ** those functions are not available.  So we use only LockFile() and
8605 ** LockFile() prevents not just writing but also reading by other processes.
24633 /* The lock is held if and only if the lockfile exists */
29964 #define LockFile(a,b,c,d,e) winceLockFile(&a, b, c, d, e)
30095 ** An implementation of the LockFile() API of windows for wince
30550 res = LockFile(pFile->h, SHARED_FIRST+pFile->sharedLockByte, 0, 1, 0);
30641 while( cnt-->0 && (res = LockFile(pFile->h, PENDING_BYTE, 0, 1, 0))==0 ){
30670 res = LockFile(pFile->h, RESERVED_BYTE, 0, 1, 0);
30691 res = LockFile(pFile->h, SHARED_FIRST, 0, SHARED_SIZE, 0);
30739 rc = LockFile(pFile->h, RESERVED_BYTE, 0, 1, 0);