Sebastian Wilhelmi f4484f51bf To avoid deadlocks get rid of the settings G_LOCK. Use the
2006-01-17  Sebastian Wilhelmi  <seppi@seppi.de>

	* glib/gthreadpool.c: To avoid deadlocks get rid of the settings
	G_LOCK. Use the unused_thread_queue lock instead. Change
	g_thread_pool_thread_proxy such that threads only wait on
	non-exlusive pools for at most a 1/2 second. Do not reorder tasks
	due to superfluous tasks. Global tasks wait at most for
	max-idle-time milliseconds. Make sure, that no task is woken up
	twice for the same event via a wakeup_serial. This fixes #324228.

	* tests/threadpool-test.c: Adapt test accordingly. Do not pass
	invalid NULL into the thread pools. This as well fixes #327290.
2006-01-17 20:06:27 +00:00
..
2005-10-05 17:37:46 +00:00
2005-12-05 16:39:34 +00:00
2005-12-27 23:37:28 +00:00
2005-03-14 06:01:51 +00:00
2005-07-14 05:20:14 +00:00
2005-03-10 17:12:35 +00:00
2005-07-14 05:20:14 +00:00
2005-09-14 18:12:52 +00:00
2005-12-05 13:37:55 +00:00
2001-11-26 19:08:46 +00:00
2005-07-14 05:20:14 +00:00
2005-01-24 17:35:44 +00:00
2005-07-14 05:20:14 +00:00
2006-01-09 04:11:12 +00:00
2005-10-05 17:37:46 +00:00