summaryrefslogtreecommitdiff
path: root/lib/glthread
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix syntax errors in C++ mode.Bruno Haible2008-08-173-2/+57
* Make gl_create_thread easier to use.Bruno Haible2008-08-171-10/+7
* New module 'yield'.Bruno Haible2008-08-171-0/+104
* New module 'thread'.Bruno Haible2008-08-171-0/+313
* Include <stdlib.h> always.Bruno Haible2008-08-173-9/+3
* New module 'cond'.Yoann Vandoorselaere2008-08-172-0/+382
* Move some code from module 'lock' to module 'threadlib'.Bruno Haible2008-08-172-39/+67
* Separate the macros and the function symbols.Bruno Haible2008-08-142-20/+40
* Move the lock and tls source files into a subdirectory.Bruno Haible2008-08-144-0/+2382