Searched refs:WorkerReferences (Results 1 – 3 of 3) sorted by relevance
745 if (InterlockedIncrement(&DeviceExtension->WorkerReferences) > 0) in MountMgrUnload()754 InterlockedDecrement(&(DeviceExtension->WorkerReferences)); in MountMgrUnload()1684 if (InterlockedIncrement(&(DeviceExtension->WorkerReferences)) > 0) in MountMgrShutdown()1694 InterlockedDecrement(&(DeviceExtension->WorkerReferences)); in MountMgrShutdown()1750 DeviceExtension->WorkerReferences = -1; in DriverEntry()
1241 if (InterlockedDecrement(&(DeviceExtension->WorkerReferences)) < 0) in WorkerThread()1251 InterlockedDecrement(&(DeviceExtension->WorkerReferences)); in WorkerThread()1272 if (InterlockedIncrement(&(DeviceExtension->WorkerReferences)) == 0) in QueueWorkItem()
30 LONG WorkerReferences; member