Home | History | Annotate | Download | only in refcount

Lines Matching full:false

49 static volatile gboolean stopping = FALSE;
52 static gboolean seen_signal_handler = FALSE;
53 static gboolean seen_cleanup = FALSE;
54 static gboolean seen_test_int1 = FALSE;
55 static gboolean seen_test_int2 = FALSE;
56 static gboolean seen_thread1 = FALSE;
57 static gboolean seen_thread2 = FALSE;
252 g_signal_connect_closure (object, "test-signal1", closure, FALSE);
253 g_signal_connect_closure (object, "test-signal2", closure, FALSE);
255 stopping = FALSE;
283 g_assert (seen_thread1 != FALSE);
284 g_assert (seen_thread2 != FALSE);
285 g_assert (seen_test_int1 != FALSE);
286 g_assert (seen_test_int2 != FALSE);
287 g_assert (seen_signal_handler != FALSE);
288 g_assert (seen_cleanup != FALSE);