Skip to content

Windows: Improve pthread wrapper

Henrik Gramner requested to merge gramner/dav1d:win32_pthread into master
  • Remove the use of malloc() in pthread_create()
  • Make function return values match regular pthread
  • Fix code style issues
  • Simplify some code

Merge request reports