Lines Matching refs:g_assert
56 g_assert (g_thread_pool_get_max_unused_threads() == max_unused_threads);
60 g_assert (g_thread_pool_get_num_unused_threads () == 0);
73 g_assert (g_thread_pool_get_max_idle_time () == max_idle_time);
80 g_assert (g_thread_pool_get_max_idle_time () == 0);
136 g_assert (g_thread_pool_get_num_unused_threads () == test_count_threads ());
137 g_assert (g_thread_pool_get_num_unused_threads () == 0);
199 g_assert (runs * 3 == abs_thread_counter + leftover_task_counter);
200 g_assert (running_thread_counter == 0);
234 g_assert (last_thread_id <= thread_id);
306 g_assert (g_thread_pool_get_max_threads (pool) == max_threads);
307 g_assert (g_thread_pool_get_num_threads (pool) == g_thread_pool_get_max_threads (pool));
361 g_assert (g_thread_pool_get_max_unused_threads () == MAX_UNUSED_THREADS);
362 g_assert (g_thread_pool_get_max_idle_time () == interval);