Searched refs:bExclusive (Results 1 – 1 of 1) sorted by relevance
254 BOOL bExclusive; /* Indicates an exclusive lock has been obtained */ member2361 if (pFile->local.bExclusive){ in winceDestroyLock()2362 pFile->shared->bExclusive = FALSE; in winceDestroyLock()2398 if (pFile->shared->nReaders == 0 && pFile->shared->bExclusive == 0){ in winceLockFile()2399 pFile->shared->bExclusive = TRUE; in winceLockFile()2400 pFile->local.bExclusive = TRUE; in winceLockFile()2408 if (pFile->shared->bExclusive == 0){ in winceLockFile()2464 if (pFile->local.bExclusive){ in winceUnlockFile()2466 pFile->local.bExclusive = FALSE; in winceUnlockFile()2467 pFile->shared->bExclusive = FALSE; in winceUnlockFile()