summaryrefslogtreecommitdiff
path: root/lib/glthread/thread.c
Commit message (Expand)AuthorAgeFilesLines
* gettimeofday, pthread-*, thread, thrd: Don't omit intended initializers.Bruno Haible2023-05-151-1/+5
* timespec: fill in other membersPaul Eggert2023-05-141-3/+1
* maint: run 'make update-copyright'Simon Josefsson2023-01-011-1/+1
* maint: run 'make update-copyright'Paul Eggert2022-01-011-1/+1
* thread: Fix test link error on DragonFly BSD 6.0.Bruno Haible2021-06-071-1/+12
* 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
* 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-1/+157
* thread, lock, cond, tls: Remove support for old Solaris threads.Bruno Haible2019-07-061-2/+1
* windows-thread: New module.Bruno Haible2019-06-201-182/+0
* maint: Run 'make update-copyright'Paul Eggert2019-01-011-1/+1
* maint: Run 'make update-copyright'Paul Eggert2018-01-011-1/+1
* all: prefer https: URLsPaul Eggert2017-09-131-1/+1
* version-etc: new yearPaul Eggert2017-01-011-1/+1
* thread: port to z/OSDaniel Richard G2016-08-171-1/+1
* 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
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* cond, lock, thread: better 'inline'Paul Eggert2012-11-291-1/+2
* maint: replace FSF snail-mail addresses with URLsPaul Eggert2012-02-091-2/+1
* Talk about "native Windows API", not "Win32".Bruno Haible2012-01-041-1/+1
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* thread: Support pthreads-win32.Bruno Haible2011-06-091-0/+14
* 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
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-16/+16
* glthread/thread: avoid compiler warningEric Blake2008-10-221-0/+1
* Use msvcrt aware primitives for creation/termination of Win32 threads.Bruno Haible2008-10-121-5/+8
* Fix the Win32 implementation of the 'thread' module.Bruno Haible2008-10-011-118/+126
* Avoid forcing a context switch right after thread creation.Bruno Haible2008-08-181-9/+29
* Implement thread control primitives for Win32.Bruno Haible2008-08-181-0/+186