]> Savannah Git Hosting - gnulib.git/commit
windows-thread: Add support for creating a thread in detached state.
authorBruno Haible <bruno@clisp.org>
Mon, 15 Jul 2019 00:35:58 +0000 (02:35 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 15 Jul 2019 00:35:58 +0000 (02:35 +0200)
commit6f520fb1dd6fcc2caeb2fc9fed9140f5d96f84a7
treeb0a2b4ff3ed1701fe7710c9bdb5841fd1bfd18c9
parentf249808baa3f4f30386185b53bd6ac053a1272e1
windows-thread: Add support for creating a thread in detached state.

* lib/windows-thread.h (GLWTHREAD_ATTR_DETACHED): New macro.
(glwthread_thread_create): Add attr argument.
* lib/windows-thread.c (glwthread_thread_create): Likewise.
* lib/glthread/thread.h (glthread_create): Update.
* lib/thrd.c (thrd_create): Update.
ChangeLog
lib/glthread/thread.h
lib/thrd.c
lib/windows-thread.c
lib/windows-thread.h