util: Make util_context_thread_changed a no-op on Windows.
authorJose Fonseca <jfonseca@vmware.com>
Mon, 10 Sep 2018 09:08:36 +0000 (10:08 +0100)
committerJose Fonseca <jfonseca@vmware.com>
Mon, 10 Sep 2018 09:10:16 +0000 (10:10 +0100)
commitd5f934522d6ae30bbb1b5320309aa29eb720008f
tree9471fcb7d2ecf214767fdf841f089115bfb407b9
parentc4017106bb8b5118b68e24d3f5b44c538033cfe3
util: Make util_context_thread_changed a no-op on Windows.

Spite using thrd_t types, these functions are wed to pthreads, and break
Windows builds, because thrd_current() is not implemented there, as it's
impossible to have an efficient thrd_current() implementation on
Windows.

Trivial.
src/gallium/auxiliary/util/u_helpers.c