Skip to content

Misc Windows thread wrapper changes

James Almer requested to merge jamrial/dav1d:threads into master

Inlines the mutex and conditional variable functions, and removes a warning about unused parameter in pthread_create().

Merge request reports