Lines Matching full:idle
67 DEBUG_MSG (("[funcs] Setting max idle time to %d",
71 DEBUG_MSG (("[funcs] Getting max idle time = %d",
75 DEBUG_MSG (("[funcs] Setting max idle time to 0"));
78 DEBUG_MSG (("[funcs] Getting max idle time = %d",
115 DEBUG_MSG (("[unused] ===> pushed %d threads onto the idle pool",
132 DEBUG_MSG (("[unused] stopped idle threads, %d remain, %d threads still exist",
317 DEBUG_MSG (("[idle] ---> entered thread:%2.2d", thread_id));
321 DEBUG_MSG (("[idle] <--- exiting thread:%2.2d", thread_id));
334 DEBUG_MSG (("[idle] ===> pushed new thread with id:%d, number "
366 DEBUG_MSG (("[idle] ===> pushed new thread with id:%d, "
444 guint idle;
446 idle = g_thread_pool_get_num_unused_threads ();
447 quit &= idle < 1;
448 DEBUG_MSG (("***** POOL IDLE THREAD COUNT:%d, UNPROCESSED JOBS:%d",
449 idle, g_thread_pool_unprocessed (idle_pool)));