lib/glthread/thread.c


Log

Author Commit Date CI Message
Eric Blake 82815032 2008-10-22T05:47:28 glthread/thread: avoid compiler warning * lib/glthread/thread.c (gl_thread_exit_func) [USE_WIN32_THREADS]: Add unreachable abort to silence compiler. Signed-off-by: Eric Blake <ebb9@byu.net>
Bruno Haible 38b0018a 2008-10-12T15:13:06 Use msvcrt aware primitives for creation/termination of Win32 threads.
Bruno Haible aa9a86a0 2008-10-01T02:28:35 Fix the Win32 implementation of the 'thread' module.
Bruno Haible 631888bc 2008-08-18T11:39:40 Avoid forcing a context switch right after thread creation.
Bruno Haible ecbcf1d9 2008-08-18T02:23:32 Implement thread control primitives for Win32.