Lines Matching refs:DEBUG_MSG

11 # define DEBUG_MSG(args) g_printerr args ; g_printerr ("\n");  macro
13 # define DEBUG_MSG(x) macro
55 DEBUG_MSG (("[funcs] Setting max unused threads to %d", in test_thread_functions()
59 DEBUG_MSG (("[funcs] Getting max unused threads = %d", in test_thread_functions()
63 DEBUG_MSG (("[funcs] Getting num unused threads = %d", in test_thread_functions()
67 DEBUG_MSG (("[funcs] Stopping unused threads")); in test_thread_functions()
72 DEBUG_MSG (("[funcs] Setting max idle time to %d", in test_thread_functions()
76 DEBUG_MSG (("[funcs] Getting max idle time = %d", in test_thread_functions()
80 DEBUG_MSG (("[funcs] Setting max idle time to 0")); in test_thread_functions()
83 DEBUG_MSG (("[funcs] Getting max idle time = %d", in test_thread_functions()
102 DEBUG_MSG (("[unused] ===> pushed %d threads onto the idle pool", in test_thread_stop_unused()
108 DEBUG_MSG (("[unused] stopping unused threads")); in test_thread_stop_unused()
116 DEBUG_MSG (("[unused] waiting ONE second for threads to die")); in test_thread_stop_unused()
122 DEBUG_MSG (("[unused] stopped idle threads, %d remain", in test_thread_stop_unused()
129 DEBUG_MSG (("[unused] cleaning up thread pool")); in test_thread_stop_unused()
142 DEBUG_MSG (("[pool] ---> [%3.3d] entered thread.", id)); in test_thread_pools_entry_func()
155 DEBUG_MSG (("[pool] ---> [%3.3d] exiting thread (abs count:%ld, " in test_thread_pools_entry_func()
215 DEBUG_MSG (("%s ---> entered thread:%2.2d, last thread:%2.2d", in test_thread_sort_entry_func()
288 DEBUG_MSG (("%s ===> pushed new thread with id:%d, number " in test_thread_sort()
310 DEBUG_MSG (("[idle] ---> entered thread:%2.2d", thread_id)); in test_thread_idle_time_entry_func()
314 DEBUG_MSG (("[idle] <--- exiting thread:%2.2d", thread_id)); in test_thread_idle_time_entry_func()
324 DEBUG_MSG (("[idle] ===> pushed new thread with id:%d, number " in test_thread_idle_timeout()
358 DEBUG_MSG (("[idle] ===> pushed new thread with id:%d, " in test_thread_idle_time()
382 DEBUG_MSG (("***** RUNNING TEST %2.2d *****", test_number)); in test_check_start_and_stop()
411 DEBUG_MSG (("***** END OF TESTS *****")); in test_check_start_and_stop()
424 DEBUG_MSG (("***** POOL RUNNING THREAD COUNT:%ld", in test_check_start_and_stop()
432 DEBUG_MSG (("***** POOL SORT THREAD COUNT:%ld", in test_check_start_and_stop()
442 DEBUG_MSG (("***** POOL IDLE THREAD COUNT:%d, UNPROCESSED JOBS:%d", in test_check_start_and_stop()
456 DEBUG_MSG (("Starting... (in one second)")); in main()