summaryrefslogtreecommitdiff
path: root/gthread/gthread-impl.c
AgeCommit message (Expand)AuthorFilesLines
2006-05-11Make the magic and location arguments to the error-checking-mutexSebastian Wilhelmi1-131/+98
2006-05-10Renamed to glib/gthreadprivate.h and moved system thread identifierSebastian Wilhelmi1-23/+34
2006-05-09Use canonical include form for internal headers. config.h is always there.Sebastian Wilhelmi1-5/+3
2003-02-14Fixes for #101264 and #99372:Sebastian Wilhelmi1-21/+2
2002-12-20Call g_main_thread_init() after setting g_threads_got_initialized.Owen Taylor1-1/+5
2002-11-26Improved the seeding algorithm. Old behaviour can be achived by settingSebastian Wilhelmi1-0/+2
2002-08-06Factor out g_main_context_init_pipe from g_main_context_new to initializeSebastian Wilhelmi1-0/+2
2002-08-06Set the normal PID surrogate priority according to getpid() to avoidSebastian Wilhelmi1-7/+4
2002-04-18Fixed typo. (#78985)Sebastian Wilhelmi1-1/+1
2002-03-13Cache getenv("G_BROKEN_FILENAMES") in have_broken_filenames() and useAlexander Larsson1-0/+2
2002-02-09Fixed typo in G_THREADS_ENABLED.Sebastian Wilhelmi1-1/+1
2002-02-09Make --disable-threads work again. (#71034)Sebastian Wilhelmi1-5/+13
2001-09-27When the sublangid is SUBLANG_DEFAULT, return the locale of the language'sBruno Haible1-6/+13
2001-09-25Corrected the array size (cough, cough). Pointed out bySebastian Wilhelmi1-1/+1
2001-05-22Removed POSIX_*. Defined G_THREAD_SOURCE to "gthread-win32.c".Sebastian Wilhelmi1-16/+17
2001-04-03Added special case for priorities on FreeBSD. Thanks to David ReidSebastian Wilhelmi1-2/+2
2001-03-09Use libglib-1.3.la from top_builddir. Invoke libtool with -no-undefinedTor Lillqvist1-1/+1
2001-01-30Call g_thread_impl_init(), as g_thread_init won't call it.Sebastian Wilhelmi1-0/+6
2001-01-30Added debug information for g_mutex_free calls, if G_ERRORCHECK_MUTEXES isSebastian Wilhelmi1-6/+15
2001-01-29hack this so it compiles, needs fixing for real.Havoc Pennington1-1/+3
2001-01-29Broadcast the condition, if there are waiting readers, as all might readSebastian Wilhelmi1-0/+5
2000-11-28Revamped errorcheck mutexes and added errorcheck cond_wait() andSebastian Wilhelmi1-42/+108
2000-11-21Add a surrogate for thread priorities using PID niceness for systems withSebastian Wilhelmi1-18/+24
2000-09-29Added errorcheck mutexes. These are activated through the preprocessorSebastian Wilhelmi1-0/+147
2000-07-26applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik1-4/+4
2000-02-22check for sysconf (_SC_THREAD_STACK_MIN), which returns the minimal stackSebastian Wilhelmi1-2/+2
1999-10-04G_OS_FOO #defines. I *think* I got the cygwin and beos stuff right, butManish Singh1-1/+1
1999-06-17Completed the thread support in GLib. Thread creation, prioritizingSebastian Wilhelmi1-0/+143