Home
last modified time | relevance | path

Searched refs:WorkerReferences (Results 1 – 3 of 3) sorted by relevance

/reactos/drivers/storage/mountmgr/
H A Dmountmgr.c745 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()
H A Ddatabase.c1241 if (InterlockedDecrement(&(DeviceExtension->WorkerReferences)) < 0) in WorkerThread()
1251 InterlockedDecrement(&(DeviceExtension->WorkerReferences)); in WorkerThread()
1272 if (InterlockedIncrement(&(DeviceExtension->WorkerReferences)) == 0) in QueueWorkItem()
H A Dmntmgr.h30 LONG WorkerReferences; member