glib/gthread
Alexander Larsson 0df3ca8f9b Relax g_thread_init() requirements
We now allow g_thread_init(NULL) to be called after other glib calls (with
some minor limitations). This is mainly a documentation change as this
really was already possible.

We also allow g_thread_init() to be called multiple times. Only the
first call actually initializes the threading system, further calls
are ignored (but print a warning if the argument is not NULL).

https://bugzilla.gnome.org/show_bug.cgi?id=606775
2010-01-12 21:37:20 +01:00
..
ChangeLog Update README files to refer to git 2009-03-31 19:39:16 -04:00
gthread-impl.c Relax g_thread_init() requirements 2010-01-12 21:37:20 +01:00
gthread-none.c Revert an accidental ABI break by moving gettime out of the 2007-01-16 21:25:03 +00:00
gthread-posix.c /bin/ksh can't handle a for-loop with no arguments, so add a "." for when 2008-02-10 04:41:25 +00:00
gthread-win32.c define CSIDL_MYPICTURES if not available use G_STRFUNC instead of compiler 2008-02-17 12:49:12 +00:00
gthread.def Retract my change earlier today. Don't preset autoconf variables in a try 2001-09-26 20:35:51 +00:00
gthread.rc.in Don't use autoconf variables for the resource object files on Win32 any 2005-07-08 23:04:06 +00:00
Makefile.am Fix --runtime-libdir option 2009-09-29 23:08:03 -04:00
makefile.msc.in added gbase64.obj and derive the static libs name from auto* variables 2006-04-07 17:10:36 +00:00