Searched refs:bExclusive (Results 1 – 1 of 1) sorted by relevance
47384 BOOL bExclusive; /* Indicates an exclusive lock has been obtained */ member49612 if (pFile->local.bExclusive){ in winceDestroyLock()49613 pFile->shared->bExclusive = FALSE; in winceDestroyLock()49649 if (pFile->shared->nReaders == 0 && pFile->shared->bExclusive == 0){ in winceLockFile()49650 pFile->shared->bExclusive = TRUE; in winceLockFile()49651 pFile->local.bExclusive = TRUE; in winceLockFile()49659 if (pFile->shared->bExclusive == 0){ in winceLockFile()49715 if (pFile->local.bExclusive){ in winceUnlockFile()49717 pFile->local.bExclusive = FALSE; in winceUnlockFile()49718 pFile->shared->bExclusive = FALSE; in winceUnlockFile()