Removed the PID niceness surrogate for thread priorities as requested by

2004-02-26  Sebastian Wilhelmi  <seppi@seppi.de>

	* configure.in, config.h.win32.in, glib/gthread.c: Removed the PID
	niceness surrogate for thread priorities as requested by Tim. It
	does more harm than good.

        * glib/tmpl/threads.sgml: Updated to reflect removal of the PID
	niceness surrogate for thread priorities.
This commit is contained in:
Sebastian Wilhelmi
2004-02-26 14:44:42 +00:00
committed by Sebastian Wilhelmi
parent dbbb29f608
commit 76c213543a
11 changed files with 36 additions and 97 deletions

View File

@@ -72,9 +72,6 @@
/* Source file containing theread implementation */
#define G_THREAD_SOURCE "gthread-win32.c"
/* whether to use the PID niceness surrogate for thread priorities */
/* #undef G_THREAD_USE_PID_SURROGATE */
/* A 'va_copy' style function */
#ifndef _MSC_VER
#define G_VA_COPY va_copy