Updated the documentation to explain that when the maximum threads is > 1
authorMartyn James Russell <mr@src.gnome.org>
Fri, 24 Mar 2006 15:21:28 +0000 (15:21 +0000)
committerMartyn James Russell <mr@src.gnome.org>
Fri, 24 Mar 2006 15:21:28 +0000 (15:21 +0000)
commitf0ee594a80c012f4f50e826806cfb0dcfcc95e1f
tree334a8d7315ea892bb99696bf8dad5f83d80e5af0
parent9e98598d04a18cea5c3f7c42cd53ac45686b6f12
Updated the documentation to explain that when the maximum threads is > 1

* glib/gthreadpool.c: Updated the documentation to explain that
when the maximum threads is > 1 the sort functionality is not 100%
accurate due to the ramdom nature of the scheduler choosing which
threads to execute. Fixes bug #334943.

* tests/threadpool-test.c: Disabled the debugging by default and
fixed the sort test to set the maximum threads to 1 to guarantee
the thread entry function is called in order.
ChangeLog
ChangeLog.pre-2-12
glib/gthreadpool.c
tests/threadpool-test.c