VOID __stdcall PopEnsureCoalescingWorkerWillRun(){ if( (PopCoalescingState & 8) == 0 ) { PopCoalescingState |= 8u; ExQueueWorkItem(&PopCoalescingCallbackWorkItem, DelayedWorkQueue); } }