Searched refs:bReserved (Results 1 – 1 of 1) sorted by relevance
253 BOOL bReserved; /* Indicates a reserved lock has been obtained */ member2355 if (pFile->local.bReserved){ in winceDestroyLock()2356 pFile->shared->bReserved = FALSE; in winceDestroyLock()2431 if (pFile->shared->bReserved == 0) { in winceLockFile()2432 pFile->shared->bReserved = TRUE; in winceLockFile()2433 pFile->local.bReserved = TRUE; in winceLockFile()2496 if (pFile->local.bReserved) { in winceUnlockFile()2497 pFile->local.bReserved = FALSE; in winceUnlockFile()2498 pFile->shared->bReserved = FALSE; in winceUnlockFile()