Searched refs:bPending (Results 1 – 1 of 1) sorted by relevance
47382 BOOL bPending; /* Indicates a pending lock has been obtained */ member49609 if (pFile->local.bPending){ in winceDestroyLock()49610 pFile->shared->bPending = FALSE; in winceDestroyLock()49672 if (pFile->shared->bPending == 0) { in winceLockFile()49673 pFile->shared->bPending = TRUE; in winceLockFile()49674 pFile->local.bPending = TRUE; in winceLockFile()49738 if (pFile->local.bPending){ in winceUnlockFile()49739 pFile->local.bPending = FALSE; in winceUnlockFile()49740 pFile->shared->bPending = FALSE; in winceUnlockFile()