Lines Matching refs:tt_ptr_op
797 tt_ptr_op(event_base_init_common_timeout(base, &tmp_200_ms), in test_common_timeout()
799 tt_ptr_op(event_base_init_common_timeout(base, ms_200), ==, ms_200); in test_common_timeout()
800 tt_ptr_op(event_base_init_common_timeout(base, &tmp_5M_usec), ==, sec_5); in test_common_timeout()
1284 tt_ptr_op(event_get_base(&ev1), ==, base1); in test_signal_switchbase()
1285 tt_ptr_op(event_get_base(&ev2), ==, base2); in test_signal_switchbase()
3168 tt_ptr_op(b, ==, base); in test_get_assignment()
3171 tt_ptr_op(cb, ==, dummy_read_cb); in test_get_assignment()
3172 tt_ptr_op(cb_arg, ==, str); in test_get_assignment()
3194 tt_ptr_op(event_get_base(ev), ==, base); in foreach_count_cb()
3250 tt_ptr_op(ev[0], ==, visited[0].ev); in test_event_foreach()
3251 tt_ptr_op(ev[1], ==, visited[1].ev); in test_event_foreach()
3252 tt_ptr_op(ev[2], ==, visited[2].ev); in test_event_foreach()
3253 tt_ptr_op(ev[3], ==, visited[3].ev); in test_event_foreach()
3258 tt_ptr_op(ev_found, ==, ev[2]); in test_event_foreach()