Home | History | Annotate | Download | only in tests

Lines Matching refs:TRUE

142    g_thread_pool_free (pool, FALSE, TRUE);
180 pool2 = g_thread_pool_new ((GFunc)test_thread_pools_entry_func, NULL, 5, TRUE, NULL);
181 pool3 = g_thread_pool_new ((GFunc)test_thread_pools_entry_func, NULL, 7, TRUE, NULL);
195 g_thread_pool_free (pool1, TRUE, TRUE);
196 g_thread_pool_free (pool2, FALSE, TRUE);
197 g_thread_pool_free (pool3, FALSE, TRUE);
242 last_failed = TRUE;
383 gboolean continue_timeout = TRUE;
384 gboolean quit = TRUE;
387 run_next = TRUE;
408 test_thread_sort (TRUE);
424 return TRUE;
453 run_next = TRUE;