summaryrefslogtreecommitdiff
path: root/lib/glthread
Commit message (Expand)AuthorAgeFilesLines
* all: prefer https: URLsPaul Eggert2017-09-1310-10/+10
* thread: Fix conflict with pthread_sigmask module.Bruno Haible2017-08-161-1/+3
* lock: Fix compilation error with HP-UX IA64 cc.Bruno Haible2017-03-191-1/+3
* lock tests: Fix build failure on GNU/Hurd (regression from 2017-01-05).Bruno Haible2017-02-212-2/+2
* lock: Fix link error (regression from 2017-01-05).Bruno Haible2017-02-011-0/+3
* lock: Provide guarantee to avoid writer starvation for rwlocks.Bruno Haible2017-01-052-14/+225
* thread: Fix pth port.Bruno Haible2017-01-051-5/+6
* version-etc: new yearPaul Eggert2017-01-0110-10/+10
* thread: port to z/OSDaniel Richard G2016-08-172-1/+10
* version-etc: new yearPaul Eggert2016-01-0110-10/+10
* version-etc: new yearPaul Eggert2014-12-3110-10/+10
* maint: update copyrightEric Blake2014-01-0110-10/+10
* headers: check that _GL_INLINE_HEADER_BEGIN is definedPaul Eggert2013-08-282-0/+6
* thread: port --enable-gcc-warnings to clangPaul Eggert2013-05-151-0/+6
* maint: update all copyright year number rangesEric Blake2013-01-0110-10/+10
* cond, lock, thread: better 'inline'Paul Eggert2012-11-295-10/+26
* maint: replace FSF snail-mail addresses with URLsPaul Eggert2012-02-098-16/+8
* Talk about "native Windows API", not "Win32".Bruno Haible2012-01-049-19/+19
* maint: update all copyright year number rangesJim Meyering2012-01-0110-10/+10
* glthread/*, strsignal: Support for MSVC.Bruno Haible2011-10-045-0/+5
* * 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-092-2/+40
* thread: Fix confusion between NULL and 0.Bruno Haible2011-06-091-3/+3
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-0110-10/+10
* Minor formatting changes.Bruno Haible2010-03-251-10/+10
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-0110-10/+10
* update nearly all FSF copyright year lists to include 2009Jim Meyering2009-12-299-9/+9
* Use spaces for indentation, not tabs.Bruno Haible2009-12-104-392/+392
* Avoid a compilation warning.Bruno Haible2009-01-251-0/+1
* Avoid warning from OSF/1 C compiler.Bruno Haible2009-01-251-1/+5
* glthread/thread: avoid compiler warningEric Blake2008-10-221-0/+1
* New implementation of condition variables for Win32.Bruno Haible2008-10-174-182/+269
* Add a comment.Bruno Haible2008-10-141-2/+4
* Fix syntax error in native Win32 code.Bruno Haible2008-10-141-3/+3
* Merge branch 'master' of ssh://haible@git.sv.gnu.org/srv/git/gnulibBruno Haible2008-10-131-0/+3
|\
| * Add a comment.Bruno Haible2008-10-131-0/+3
* | Comment.Bruno Haible2008-10-121-0/+2
|/
* Use msvcrt aware primitives for creation/termination of Win32 threads.Bruno Haible2008-10-121-5/+8
* Provide a Win32 implementation of the 'cond' module.Yoann Vandoorselaere2008-10-122-2/+367
* Needs to depend on modules 'errno' and 'time'.Bruno Haible2008-10-011-7/+8
* Fix the Win32 implementation of the 'thread' module.Bruno Haible2008-10-012-126/+138
* Don't redefine ETIMEDOUT on Solaris.Bruno Haible2008-09-132-3/+23
* Use dummy implementation also if USE_WIN32_THREADS.Yoann Vandoorselaere2008-09-121-1/+1
* Fix link error with Solaris threads.Bruno Haible2008-08-181-4/+4
* Include <pthread.h>.Bruno Haible2008-08-181-0/+2
* Fix 2008-08-03 change.Bruno Haible2008-08-182-25/+5
* Avoid forcing a context switch right after thread creation.Bruno Haible2008-08-181-9/+29
* Implement thread control primitives for Win32.Bruno Haible2008-08-182-0/+226
* Include the right header files.Bruno Haible2008-08-171-1/+2