Home | History | Annotate | Download | only in tests

Lines Matching full:false

110    pool = g_thread_pool_new ((GFunc) g_usleep, NULL, -1, FALSE, NULL);
142 g_thread_pool_free (pool, FALSE, TRUE);
179 pool1 = g_thread_pool_new ((GFunc)test_thread_pools_entry_func, NULL, 3, FALSE, NULL);
196 g_thread_pool_free (pool2, FALSE, TRUE);
197 g_thread_pool_free (pool3, FALSE, TRUE);
230 static gboolean last_failed = FALSE;
244 last_failed = FALSE;
282 FALSE,
342 return FALSE;
355 FALSE,
382 static gboolean run_next = FALSE;
405 test_thread_sort (FALSE);
419 continue_timeout = FALSE;
423 run_next = FALSE;
471 main_loop = g_main_loop_new (NULL, FALSE);