Lines Matching refs:g_assert_true
186 g_assert_true (g_main_context_get_thread_default () == context); in test_g_main_context_pusher()
191 g_assert_true (g_main_context_get_thread_default () == old_thread_default); in test_g_main_context_pusher()
382 g_assert_true (g_mutex_trylock (mutex)); in mutex_unlocked_thread()
425 g_assert_true (g_rec_mutex_trylock (rec_mutex)); in rec_mutex_unlocked_thread()
469 g_assert_true (g_rw_lock_reader_trylock (lock)); in rw_lock_can_take_reader_lock_thread()
507 g_assert_true (g_rw_lock_reader_trylock (&lock)); in test_g_rw_lock_lockers()
517 g_assert_true (g_rw_lock_writer_trylock (&lock)); in test_g_rw_lock_lockers()
638 g_assert_true (freed1); in test_autolist()
639 g_assert_true (freed3); in test_autolist()
644 g_assert_true (freed2); in test_autolist()
667 g_assert_true (freed1); in test_autoslist()
668 g_assert_true (freed3); in test_autoslist()
673 g_assert_true (freed2); in test_autoslist()
696 g_assert_true (freed1); in test_autoqueue()
697 g_assert_true (freed3); in test_autoqueue()
702 g_assert_true (freed2); in test_autoqueue()