Searched refs:bPending (Results 1 – 1 of 1) sorted by relevance
252 BOOL bPending; /* Indicates a pending lock has been obtained */ member2358 if (pFile->local.bPending){ in winceDestroyLock()2359 pFile->shared->bPending = FALSE; in winceDestroyLock()2421 if (pFile->shared->bPending == 0) { in winceLockFile()2422 pFile->shared->bPending = TRUE; in winceLockFile()2423 pFile->local.bPending = TRUE; in winceLockFile()2487 if (pFile->local.bPending){ in winceUnlockFile()2488 pFile->local.bPending = FALSE; in winceUnlockFile()2489 pFile->shared->bPending = FALSE; in winceUnlockFile()