summaryrefslogtreecommitdiff
path: root/lib/glthread/thread.h
Commit message (Expand)AuthorAgeFilesLines
* maint: run 'make update-copyright'Paul Eggert2022-01-011-1/+1
* Don't use '#pragma weak' for thread functions in Linux/glibc>=2.34.Bruno Haible2021-07-171-1/+3
* thread: Fix test link error on DragonFly BSD 6.0.Bruno Haible2021-06-071-21/+1
* Put LGPLv2+ notices in source files where appropriate.Bruno Haible2021-06-041-8/+8
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
* thread: pacify GCC on Solaris 10Paul Eggert2020-10-051-1/+1
* thread: Avoid possible compiler warnings in uses of gl_thread_exit.Bruno Haible2020-06-171-2/+2
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
* New options --enable-threads=isoc and --enable-threads=isoc+posix.Bruno Haible2019-11-271-2/+34
* windows-thread: Add support for creating a thread in detached state.Bruno Haible2019-07-151-1/+1
* thread, lock, cond, tls: Remove support for Pth threads.Bruno Haible2019-07-061-56/+2
* thread, lock, cond, tls: Remove support for old Solaris threads.Bruno Haible2019-07-061-58/+3
* windows-thread: New module.Bruno Haible2019-06-201-18/+7
* thread, lock, cond, tls: Recognize C11 multithreaded applications.Bruno Haible2019-06-201-3/+14
* thread: Force linking with -lpthread, even when --as-needed is in use.Bruno Haible2019-01-241-2/+0
* maint: Run 'make update-copyright'Paul Eggert2019-01-011-1/+1
* lock, cond, thread, tls: Use a different symbol as libpthread witness.Bruno Haible2018-05-111-2/+2
* thread: Fix compilation error on IRIX.Bruno Haible2018-02-171-4/+11
* Fix typo in comment.Reuben Thomas2018-01-231-1/+1
* maint: Run 'make update-copyright'Paul Eggert2018-01-011-1/+1
* maint: shorten https://lists.gnu.org/archive/html/... linksJim Meyering2017-11-121-1/+1
* all: Replace many more http URLs by https URLs. Update stale URLs.Bruno Haible2017-09-141-1/+1
* all: prefer https: URLsPaul Eggert2017-09-131-1/+1
* thread: Fix conflict with pthread_sigmask module.Bruno Haible2017-08-161-1/+3
* thread: Fix pth port.Bruno Haible2017-01-051-5/+6
* version-etc: new yearPaul Eggert2017-01-011-1/+1
* thread: port to z/OSDaniel Richard G2016-08-171-0/+9
* version-etc: new yearPaul Eggert2016-01-011-1/+1
* version-etc: new yearPaul Eggert2014-12-311-1/+1
* maint: update copyrightEric Blake2014-01-011-1/+1
* headers: check that _GL_INLINE_HEADER_BEGIN is definedPaul Eggert2013-08-281-0/+3
* thread: port --enable-gcc-warnings to clangPaul Eggert2013-05-151-0/+6
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* cond, lock, thread: better 'inline'Paul Eggert2012-11-291-1/+8
* maint: replace FSF snail-mail addresses with URLsPaul Eggert2012-02-091-2/+1
* Talk about "native Windows API", not "Win32".Bruno Haible2012-01-041-2/+2
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* glthread/*, strsignal: Support for MSVC.Bruno Haible2011-10-041-0/+1
* * lib/glthread/thread.h: Modernize comment.Paul Eggert2011-07-121-1/+1
* thread: Avoid gcc warnings when using gl_thread_self().Bruno Haible2011-07-081-2/+2
* thread: Support pthreads-win32.Bruno Haible2011-06-091-2/+26
* thread: Fix confusion between NULL and 0.Bruno Haible2011-06-091-3/+3
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* update nearly all FSF copyright year lists to include 2009Jim Meyering2009-12-291-1/+1
* Add a comment.Bruno Haible2008-10-131-0/+3
* Fix the Win32 implementation of the 'thread' module.Bruno Haible2008-10-011-8/+12
* Fix link error with Solaris threads.Bruno Haible2008-08-181-4/+4
* Implement thread control primitives for Win32.Bruno Haible2008-08-181-0/+40
* Fix syntax errors in C++ mode.Bruno Haible2008-08-171-2/+21