summaryrefslogtreecommitdiff
path: root/gthread
AgeCommit message (Expand)AuthorFilesLines
2001-01-30Call g_thread_impl_init(), as g_thread_init won't call it.Sebastian Wilhelmi2-0/+9
2001-01-30Added debug information for g_mutex_free calls, if G_ERRORCHECK_MUTEXES isSebastian Wilhelmi2-6/+21
2001-01-29hack this so it compiles, needs fixing for real.Havoc Pennington2-1/+8
2001-01-29Broadcast the condition, if there are waiting readers, as all might readSebastian Wilhelmi2-0/+10
2001-01-25makefile.mingw.in Protect the rule to rebuild makefile.mingw ifTor Lillqvist1-0/+2
2001-01-03Made g_thread_min_stack_size static.Sebastian Wilhelmi3-2/+7
2000-12-29Add GLIB_SIZEOF_VOID_P and GLIB_SIZEOF_LONG.Tor Lillqvist2-2/+2
2000-12-01Include make.msc from GLib's build subdir.Tor Lillqvist1-1/+1
2000-11-28Revamped errorcheck mutexes and added errorcheck cond_wait() andSebastian Wilhelmi2-42/+115
2000-11-21Add a surrogate for thread priorities using PID niceness for systems withSebastian Wilhelmi4-54/+139
2000-11-15Check for the sched.h header and include it on gthread/gthread-posix.c ifSebastian Wilhelmi2-0/+7
2000-11-02Add G_MUTEX_SIZE as needed for gthread-impl.cSebastian Wilhelmi2-0/+6
2000-10-25Add @GLIB_DEBUG_FLAGS@ to INCLUDES for accessing -DG_ENABLE_DEBUG asSebastian Wilhelmi3-50/+75
2000-10-16gmodule: New variable. (dist-hook): Handle $(BUILT_EXTRA_DIST).Raja R Harinath2-3/+17
2000-10-12.cvsignore updatesSebastian Wilhelmi1-0/+1
2000-10-06Revamp to be like makefile.mingw.in, make the MSVC build actually workTor Lillqvist3-2/+40
2000-09-29Added errorcheck mutexes. These are activated through the preprocessorSebastian Wilhelmi4-0/+163
2000-09-28.cvsignore updatesSebastian Wilhelmi1-0/+1
2000-09-21Add gconvert.o. Use libiconv.Tor Lillqvist2-8/+6
2000-09-06s/G_MICROSEC/G_USEC_PER_SEC/Sebastian Wilhelmi3-8/+11
2000-09-01Use GError to report errors as well.Sebastian Wilhelmi3-5/+20
2000-09-01Include gerror.h before it is used for some g_thread_* functions.Sebastian Wilhelmi2-4/+23
2000-07-26applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik4-16/+16
2000-07-14Include the "build" module in GLib, too, to make it more self-contained.Tor Lillqvist1-1/+1
2000-07-14Move glib-config to glib-config-2.0 move glib.m4 to glib-2.0.m4Owen Taylor1-5/+4
2000-05-13makefile.mingw.in tests/makefile.mingw.in Rename makefile.cygwin(.in) toTor Lillqvist3-0/+50
2000-04-25Changed the scope of the initialized mutex to USYNC_THREAD. Thanks toSebastian Wilhelmi2-1/+7
2000-03-24.cvsignore adaptationSebastian Wilhelmi1-0/+1
2000-03-24Added various win32 related *.in files to EXTRA_DIST to let 'makeSebastian Wilhelmi1-2/+3
2000-03-20Forgot a '}' in a macro for DCE-threads. Thanks to Karl NelsonSebastian Wilhelmi2-1/+7
2000-03-17Added the missing POSIX_NO_YIELD and POSIX_NO_PRIORITIES warning messages.Sebastian Wilhelmi3-22/+43
2000-02-22check for sysconf (_SC_THREAD_STACK_MIN), which returns the minimal stackSebastian Wilhelmi4-2/+29
2000-02-07Move to corresponding subdirectories.Tor Lillqvist2-1/+36
1999-11-16Changed the prototype of thread_create and thread_self to return theSebastian Wilhelmi3-61/+74
1999-10-04G_OS_FOO #defines. I *think* I got the cygwin and beos stuff right, butManish Singh1-1/+1
1999-08-26added --export-dynamic so we can load dynmic modules, (required, accordingTim Janik1-1/+2
1999-07-2418:36. incorporated proposed cleanups from gtk-devel-list.Tim Janik1-0/+5
1999-06-20Update the pthreads snapshot version we want. Advice how to hand-expandTor Lillqvist2-0/+9
1999-06-17Completed the thread support in GLib. Thread creation, prioritizingSebastian Wilhelmi7-452/+228
1999-05-08Better testing reveals better methods. Fixes for BeOS.CDT 1999 Shawn T. Amundson1-1/+1
1999-05-08Port to BeOS by myself and Richard Offer.CDT 1999 Shawn T. Amundson1-0/+2
1999-04-24 Support added for building using a GNU toolchain on Win32,Tor Lillqvist1-1/+4
1999-04-09New files to implement the Mersenne Twister Pseudo Random NumberSebastian Wilhelmi1-1/+1
1999-03-31Use the right default arguments for the construction of mutexes and condsSebastian Wilhelmi2-2/+15
1999-03-18added new AC_SUBST(GTHREAD_COMPILE_IMPL_DEFINES) to hold various definesSebastian Wilhelmi2-1/+6
1999-03-12Test for posix threads first, then for dce threads.Sebastian Wilhelmi2-1/+6
1999-03-11Revamped the thread configure stuff. Now dce threads (old posix draft) areSebastian Wilhelmi2-9/+37
1999-02-24inserted additional note to look for ChangeLog and AUTHORS file for a logCST 1999 Shawn T. Amundson5-0/+35
1999-02-15Changed signature of all g_static_mutex_* functions to take a pointerSebastian Wilhelmi2-2/+7
1999-02-10s/G_LOCK_DECLARE/G_LOCK_DEFINE/ throuhout glib. Added G_LOCK_EXTERN macroSebastian Wilhelmi1-1/+1