[PATCH v3 0/9] MR272: d3dx10: Add D3DX10CreateThreadPump implementation.

Matteo Bruni (@Mystral) wine at gitlab.winehq.org
Tue Jun 21 03:01:59 CDT 2022


Matteo Bruni (@Mystral) commented about dlls/d3dx10_43/d3dx10_43_main.c:
>          list_add_tail(&thread_pump->device_queue, &work_item->entry);
>          thread_pump->device_count++;
>          InterlockedDecrement(&thread_pump->processing_count);
> +        RtlWakeAddressAll((void *)&thread_pump->processing_count);
Why isn't this one conditional like the other cases?

-- 
https://gitlab.winehq.org/wine/wine/-/merge_requests/272#note_2442



More information about the wine-devel mailing list