Lines Matching full:gthread
71 * gthread-impl.c: Implement g_thread_init_with_errorcheck_mutexes
84 * Makefile.am (gthread-2.0.lib): Pass appropriate -machine flag to lib.exe.
144 * gthread-posix.c:
145 * gthread-win32.c: Replace uses of G_GNUC_PRETTY_FUNCTION
214 * Makefile.am (gthread-2.0.lib): Use $(srcdir) for builds outside
219 * gthread-win32.c (g_gettime_win32_impl):
226 * gthread-win32.c (g_thread_impl_init): Correct link to discussion
260 * gthread-win32.c (g_thread_exit_win32_impl): Free with free() and
270 * gthread-win32.c: #define _WIN32_WINDOWS as 0x0401 to get
280 * gthread-win32.c (G_PRIVATE_MAX): Increase to 100. 16 was rather
294 * gthread-win32.c (g_thread_exit_win32_impl): Make the
329 * Makefile.am: Remove gthread-solaris.c
366 gthread.rc into a resource object file. (This means we lose the
372 * gthread.rc.in: Thus replace BUILDNUMBER with 0.
394 * gthread-posix.c (g_thread_create_posix_impl): Allow
439 * gthread-win32.c (g_cond_timed_wait_win32_impl): Fix two bugs: 1)
446 * gthread-posix.c gthread-solaris.c: Include <config.h>
450 * gthread-posix.c (g_thread_create_posix_impl): Do a comparison,
456 * gthread-impl.c: Only compile most of this file, if
463 * gthread-solaris.c: Use g_free instead of free. Pointed out by
474 * gthread-win32.c: Use an extra level of indirection for GMutex.
483 * gthread-impl.c (g_thread_init_with_errorcheck_mutexes): Call
492 * gthread.def: Add g_thread_init_with_errorcheck_mutexes.
496 * gthread-impl.c: Corrected the array size (cough, cough). Pointed
509 * gthread-posix.c: Add g_thread_equal_posix_impl and add to the
512 * gthread-solaris.c, gthread-win32.c: Add NULL as equal function,
517 * gthread.rc.in: Correct InternalName and OriginalFilename to
526 * gthread-win32.c: Use g_win32_error_message to beautify error
535 * gthread-win32.c (g_cond_wait_internal): Also return TRUE for
539 * gthread-impl.c (g_thread_init): Move the thread implementation
546 * gthread-win32.c: New file for native thread support for
550 * Makefile.am: Also distribute gthread-win32.c.
554 * gthread-posix.c (g_cond_timed_wait_posix_impl): don't g_assert()
559 * gthread-posix.c: Added special case for priorities on
562 * gthread-impl.c: Made two macros safe with ().
574 * gthread-impl.c (g_thread_init): Win32 code snippet used also on
579 * gthread-posix.c: Removed the G_THREAD_USE_PID_SURROGATE
580 implementation, which is now in gthread.c.
584 * gthread-impl.c (g_thread_init_with_errorcheck_mutexes): Call
587 * gthread-impl.c (g_mutex_free_errorcheck_impl): Fixed it for
593 * gthread-impl.c (g_mutex_free_errorcheck_impl): hack this so it
598 * gthread-impl.c (g_mutex_free_errorcheck_impl): Add new check to
603 * gthread-solaris.c, gthread-posix.c: Made g_thread_min_stack_size
608 * gthread-impl.c: Revamped errorcheck mutexes and added errorcheck
615 * gthread-impl.c, gthread-posix.c, gthread-solaris.c: Removed
621 * gthread-posix.c: If we should use the PID niceness as a
629 * gthread-posix.c: Include <sched.h> if available.
633 * gthread-none.c: Add G_MUTEX_SIZE as needed for gthread-impl.c
638 -DG_ENABLE_DEBUG as needed in gthread-posix.c.
640 * gthread-posix.c: Revamped error handling for native thread
651 * gthread-impl.c: Added errorcheck mutexes. New exported function
658 * gthread-posix.impl.c, gthread-solaris-impl.c: Define the size of
667 * gthread-posix.c, gthread-solaris.c:
672 * gthread-posix.c (g_thread_create_posix_impl): Use GError to
675 * gthread-solaris.c (g_thread_create_solaris_impl): Use GError to
680 * makefile.mingw.in: New file, with gthread stuff moved from
687 * gthread-solaris.c (g_mutex_new_solaris_impl): Changed the scope
693 * gthread-posix.c (posix_check_for_error): Forgot a '}' in a macro
699 * gthread-posix.c: Don't use priorities for threads, when the
703 * gthread-posix.c: Don't check for errors, when setting the scope
709 * gthread-posix.c, gthread-solaris.c: check for sysconf
715 * gthread-posix.c, gthread-solaris.c: Changed the prototype of
721 * gthread-posix.c: Small fixes for DCE threads: Detaching has to
726 * gthread-posix.c: Guard pthread_attr_setscope call with test
732 * gthread-posix.c, gthread-solaris.c: Added the native
735 * gthread-nspr.c: Removed for good. NSPR is nothing we would want
738 * gthread.c: Renamed to gthread-impl.c to avoid confusion with
739 ../gthread.c (Formerly known as the file called gmutex.c)
748 * gthread-posix.c: Use the right default arguments for the
759 * gthread-posix.c (g_private_get_posix_impl): Fixed typo for DCE
764 * gthread-posix.c: Now handle both dce and posix threads. They are
766 glib-1-2/gthread/gthread-posix.c from 1999-03-03, as the current
771 * gthread-posix.c: Fixed broken mutex_trylock and slightly broken
781 * gthread-posix.c (g_private_get_posix_impl): Use the
787 * Makefile.am (EXTRA_DIST): Added gthread.def.
791 * gthread.def: New file.
795 * gthread-posix.c: Conditionalize <sys/time.h> inclusion.
812 * gthread-posix.c: use g_free in mutex_free (from Tim Janik)
816 * Makefile.am: -DG_LOG_DOMAIN="GThread", we don't need an extern
822 * gthread.c: s/g_thread_supported/g_threads_got_initialized/
829 * testgthread.c, gthread-*.c: Changed private to private_key to
832 * gthread-none.c:
835 * ChangeLog: from now on there is an extra ChangeLog for gthread