- Added new API g_thread_pool_get_idle_time() and
authorMartyn James Russell <mr@src.gnome.org>
Tue, 3 Jan 2006 15:09:52 +0000 (15:09 +0000)
committerMartyn James Russell <mr@src.gnome.org>
Tue, 3 Jan 2006 15:09:52 +0000 (15:09 +0000)
commit941faa1ca951e2e6ef39dddc9ef3867bf773625f
tree631cd53b7f882aee3a8702f7c947dd22cfd5c944
parentbe5d72cba0804d94d32b71f7c9ff082c33cbaa65
- Added new API g_thread_pool_get_idle_time() and

* docs/reference/glib/glib-sections.txt:
* glib/glib.symbols:
* glib/gthreadpool.[ch]:
- Added new API g_thread_pool_get_idle_time() and
g_thread_pool_set_idle_time(). (#324228).

* tests/threadpool-test.c:
- Updated test case to do thread pool sorting, thread pool with
no sorting and a thread pool with idle thread timeouts.
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
docs/reference/glib/glib-sections.txt
glib/glib.symbols
glib/gthreadpool.c
glib/gthreadpool.h
tests/threadpool-test.c