Lines Matching full:g_assert
16 g_assert (GPOINTER_TO_INT (data) == 42);
17 g_assert (g_mutex_trylock (test_g_mutex_mutex) == FALSE);
18 g_assert (G_TRYLOCK (test_g_mutex) == FALSE);
21 g_assert (test_g_mutex_int == 42);
33 g_assert (g_mutex_trylock (test_g_mutex_mutex));
34 g_assert (G_TRYLOCK (test_g_mutex));
45 g_assert (GPOINTER_TO_INT (g_thread_join (thread)) == 41);
58 g_assert (GPOINTER_TO_INT (data) == 42);
59 g_assert (g_static_rec_mutex_trylock (&test_g_static_rec_mutex_mutex)
64 g_assert (test_g_static_rec_mutex_int == 42);
80 g_assert (g_static_rec_mutex_trylock (&test_g_static_rec_mutex_mutex));
89 g_assert (g_static_rec_mutex_trylock (&test_g_static_rec_mutex_mutex));
104 g_assert (GPOINTER_TO_INT (g_thread_join (thread)) == 43);
162 g_assert (number == *private1);
163 g_assert (number * 2 == *private2);
185 g_assert (number * 2 == *private2);
216 g_assert (GPOINTER_TO_INT (g_thread_join (threads[i])) == i * 3);
218 g_assert (test_g_static_private_counter == 0);
244 g_assert (test_g_static_rw_lock_state >= 0);
265 g_assert (test_g_static_rw_lock_state == 0);
297 g_assert (test_g_static_rw_lock_state == 0);
329 g_assert (ret == test_g_once_guint_array + pos);
337 g_assert (ret == test_g_once_guint_array + i);
368 g_assert (test_g_once_guint_array[i] == i + 1);