summaryrefslogtreecommitdiff
path: root/gthread/gthread-impl.c
AgeCommit message (Expand)AuthorFilesLines
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