egl/main: convert thread management to use c11 threads
authorEmil Velikov <emil.l.velikov@gmail.com>
Thu, 5 Mar 2015 15:30:12 +0000 (15:30 +0000)
committerEmil Velikov <emil.l.velikov@gmail.com>
Fri, 6 Mar 2015 16:46:17 +0000 (16:46 +0000)
commit33eff853363d7eba5e61b00431b95f7aa0d7b0a5
tree1dba3f71c2ac365f85f41098e6b67776f3f32055
parent6cee785c69a5c8d2d32b6807f9c502117f5a74b0
egl/main: convert thread management to use c11 threads

Convert the code to use the C11 threads implementation, and nuke the
Windows non-pthreads code-path. The c11/threads_win32.h abstraction
should be better than the current code.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
src/egl/main/eglcurrent.c