Zhiyi Zhang (@zhiyi) commented about dlls/rtworkq/queue.c:
item->u.timer_object = NULL;
LeaveCriticalSection(&queue->cs);
SetThreadpoolTimer(timer_object, NULL, 0, 0);
WaitForThreadpoolTimerCallbacks(timer_object, TRUE);
CloseThreadpoolTimer(timer_object);
EnterCriticalSection(&queue->cs); } else WARN("Unknown item key mask %#I64x.\n", key);
queue_release_pending_item(item);
if (queue_release_pending_item(item))
{
// This means the callback wasn't run during our wait, so we can invoke the
Please use /**/ for comments.