Lines Matching refs:tt_int_op
94 tt_int_op(cb_called, ==, 100); in test_fin_cb_invoked()
95 tt_int_op(ev_called, ==, 100); in test_fin_cb_invoked()
109 tt_int_op(cb_called, ==, 1); in test_fin_cb_invoked()
110 tt_int_op(ev_called, ==, 1); in test_fin_cb_invoked()
123 tt_int_op(cb_called, ==, 100); in test_fin_cb_invoked()
124 tt_int_op(ev_called, ==, 100); in test_fin_cb_invoked()
137 tt_int_op(ev_called, ==, 100); in test_fin_cb_invoked()
154 tt_int_op(ev_called, ==, 200); in test_fin_cb_invoked()
215 tt_int_op(ev_called, ==, 100); in test_fin_free_finalize()
216 tt_int_op(ev2_called, ==, 100); in test_fin_free_finalize()
219 tt_int_op(tfff_p1_freed, ==, 1); in test_fin_free_finalize()
220 tt_int_op(tfff_p2_freed, ==, 0); in test_fin_free_finalize()
272 tt_int_op(evc1.count, ==, 101); in test_fin_within_cb()
273 tt_int_op(evc2.count, ==, 100); in test_fin_within_cb()
285 tt_int_op(evc1.count, ==, 101); in test_fin_within_cb()
286 tt_int_op(evc2.count, ==, 100); in test_fin_within_cb()
300 tt_int_op(err, ==, 0); in event_finalize_callback_free()
318 tt_int_op(event_add(ev, NULL), ==, 0); in test_fin_debug_use_after_free()
319 tt_int_op(event_finalize(0, ev, event_finalize_callback_free), ==, 0); in test_fin_debug_use_after_free()
324 tt_int_op(test_ok, ==, 1); in test_fin_debug_use_after_free()
328 tt_int_op(event_add(ev, NULL), ==, 0); in test_fin_debug_use_after_free()
331 tt_int_op(event_finalize(0, ev, event_finalize_callback_free), ==, 0); in test_fin_debug_use_after_free()
334 tt_int_op(test_ok, ==, 2); in test_fin_debug_use_after_free()