Lines Matching refs:tt_int_op
97 tt_int_op(cb_called, ==, 100); in test_fin_cb_invoked()
98 tt_int_op(ev_called, ==, 100); in test_fin_cb_invoked()
112 tt_int_op(cb_called, ==, 1); in test_fin_cb_invoked()
113 tt_int_op(ev_called, ==, 1); in test_fin_cb_invoked()
126 tt_int_op(cb_called, ==, 100); in test_fin_cb_invoked()
127 tt_int_op(ev_called, ==, 100); in test_fin_cb_invoked()
140 tt_int_op(ev_called, ==, 100); in test_fin_cb_invoked()
157 tt_int_op(ev_called, ==, 200); in test_fin_cb_invoked()
218 tt_int_op(ev_called, ==, 100); in test_fin_free_finalize()
219 tt_int_op(ev2_called, ==, 100); in test_fin_free_finalize()
222 tt_int_op(tfff_p1_freed, ==, 1); in test_fin_free_finalize()
223 tt_int_op(tfff_p2_freed, ==, 0); in test_fin_free_finalize()
275 tt_int_op(evc1.count, ==, 101); in test_fin_within_cb()
276 tt_int_op(evc2.count, ==, 100); in test_fin_within_cb()
288 tt_int_op(evc1.count, ==, 101); in test_fin_within_cb()
289 tt_int_op(evc2.count, ==, 100); in test_fin_within_cb()
303 tt_int_op(err, ==, 0); in event_finalize_callback_free()
321 tt_int_op(event_add(ev, NULL), ==, 0); in test_fin_debug_use_after_free()
322 tt_int_op(event_finalize(0, ev, event_finalize_callback_free), ==, 0); in test_fin_debug_use_after_free()
327 tt_int_op(test_ok, ==, 1); in test_fin_debug_use_after_free()
331 tt_int_op(event_add(ev, NULL), ==, 0); in test_fin_debug_use_after_free()
334 tt_int_op(event_finalize(0, ev, event_finalize_callback_free), ==, 0); in test_fin_debug_use_after_free()
337 tt_int_op(test_ok, ==, 2); in test_fin_debug_use_after_free()