summaryrefslogtreecommitdiff
path: root/gthread/gthread-impl.c
Commit message (Expand)AuthorAgeFilesLines
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* gthread-impl.c: add missing #include "config.h"Ryan Lortie2013-01-141-0/+2
* Actually Don't define GLIB_COMPILATION in libgthreadAlexander Larsson2011-10-181-0/+4
* Don't define GLIB_COMPILATION in libgthreadAlexander Larsson2011-10-181-4/+0
* gthread/: fix up declarationsRyan Lortie2011-10-161-1/+1
* Add a warning to g_thread_init_with_errorcheck_mutexesMatthias Clasen2011-10-051-0/+1
* Deprecate g_thread_init()Ryan Lortie2011-10-041-13/+0
* g_thread_init: take a gpointer as the argRyan Lortie2011-09-211-2/+2
* Move the GThread implementations to glib/Ryan Lortie2011-09-091-2/+4
* invert gthread-impl includesRyan Lortie2011-09-091-7/+0
* Stop using HAVE_G_THREAD_IMPL_INITRyan Lortie2011-09-091-4/+1
* Move thread priority translation into the backendsRyan Lortie2011-09-091-26/+0
* Remove support for custom thread implementationsRyan Lortie2011-09-091-54/+10
* GThread: remove errorcheck mutex supportRyan Lortie2011-09-091-220/+8
* gthread: remove some unused forward declarationsRyan Lortie2011-09-091-7/+0
* Deprecated (undocumented) g_thread_gettimeRyan Lortie2011-09-091-2/+0
* Make threads mandatoryDan Winship2011-09-091-18/+0
* Fix typo in GMutex error messageColin Walters2010-04-211-1/+1
* Relax g_thread_init() requirementsAlexander Larsson2010-01-121-1/+6
* Bug 460920 – build fix for --disable-threadsMatthias Clasen2008-08-171-0/+6
* Revert an accidental ABI break by moving gettime out of theMatthias Clasen2007-01-161-2/+3
* Don't link glib against libpthread. (#393812)Matthias Clasen2007-01-081-1/+2
* Make the magic and location arguments to the error-checking-mutexSebastian Wilhelmi2006-05-111-131/+98
* Renamed to glib/gthreadprivate.h and moved system thread identifierSebastian Wilhelmi2006-05-101-23/+34
* Use canonical include form for internal headers. config.h is always there.Sebastian Wilhelmi2006-05-091-5/+3
* Fixes for #101264 and #99372:Sebastian Wilhelmi2003-02-141-21/+2
* Call g_main_thread_init() after setting g_threads_got_initialized.Owen Taylor2002-12-201-1/+5
* Improved the seeding algorithm. Old behaviour can be achived by settingSebastian Wilhelmi2002-11-261-0/+2
* Factor out g_main_context_init_pipe from g_main_context_new to initializeSebastian Wilhelmi2002-08-061-0/+2
* Set the normal PID surrogate priority according to getpid() to avoidSebastian Wilhelmi2002-08-061-7/+4
* Fixed typo. (#78985)Sebastian Wilhelmi2002-04-181-1/+1
* Cache getenv("G_BROKEN_FILENAMES") in have_broken_filenames() and useAlexander Larsson2002-03-131-0/+2
* Fixed typo in G_THREADS_ENABLED.Sebastian Wilhelmi2002-02-091-1/+1
* Make --disable-threads work again. (#71034)Sebastian Wilhelmi2002-02-091-5/+13
* When the sublangid is SUBLANG_DEFAULT, return the locale of the language'sBruno Haible2001-09-271-6/+13
* Corrected the array size (cough, cough). Pointed out bySebastian Wilhelmi2001-09-251-1/+1
* Removed POSIX_*. Defined G_THREAD_SOURCE to "gthread-win32.c".Sebastian Wilhelmi2001-05-221-16/+17
* Added special case for priorities on FreeBSD. Thanks to David ReidSebastian Wilhelmi2001-04-031-2/+2
* Use libglib-1.3.la from top_builddir. Invoke libtool with -no-undefinedTor Lillqvist2001-03-091-1/+1
* Call g_thread_impl_init(), as g_thread_init won't call it.Sebastian Wilhelmi2001-01-301-0/+6
* Added debug information for g_mutex_free calls, if G_ERRORCHECK_MUTEXES isSebastian Wilhelmi2001-01-301-6/+15
* hack this so it compiles, needs fixing for real.Havoc Pennington2001-01-291-1/+3
* Broadcast the condition, if there are waiting readers, as all might readSebastian Wilhelmi2001-01-291-0/+5
* Revamped errorcheck mutexes and added errorcheck cond_wait() andSebastian Wilhelmi2000-11-281-42/+108
* Add a surrogate for thread priorities using PID niceness for systems withSebastian Wilhelmi2000-11-211-18/+24
* Added errorcheck mutexes. These are activated through the preprocessorSebastian Wilhelmi2000-09-291-0/+147
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* check for sysconf (_SC_THREAD_STACK_MIN), which returns the minimal stackSebastian Wilhelmi2000-02-221-2/+2
* G_OS_FOO #defines. I *think* I got the cygwin and beos stuff right, butManish Singh1999-10-041-1/+1
* Completed the thread support in GLib. Thread creation, prioritizingSebastian Wilhelmi1999-06-171-0/+143