win32: Add implementation of pthread_once
This function will be required to make dav1d_init threadsafe.
Full erro checking support is included in this implementation,
for completeness, even though dav1d_init cannot fail, and thus
will ignore the return value of pthread_once.
Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
Please register or sign in to comment