c11/threads: Re-align return values for timed waits
authorJason Ekstrand <jason@jlekstrand.net>
Wed, 27 Oct 2021 21:32:24 +0000 (16:32 -0500)
committerJason Ekstrand <jason@jlekstrand.net>
Tue, 16 Nov 2021 16:02:08 +0000 (10:02 -0600)
commitf3843b11c9127a16b7381c9d6d0091ca59a1d029
tree5475a29a56152a065ee21d3896aea8e252736203
parent13ab3757bbe0e7af7a7bc29d2a00b7f1f2400aa9
c11/threads: Re-align return values for timed waits

They're supposed to return thrd_timedout (which we mistakenly named
thrd_timeout), not thrd_busy.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13427>
include/c11/threads.h
include/c11/threads_posix.h
include/c11/threads_win32.h
src/egl/drivers/dri2/egl_dri2.c
src/util/cnd_monotonic.h