Searched refs:rntp (Results 1 – 1 of 1) sorted by relevance
1853 struct read_not_timeout_param *rntp = arg; in read_not_timeout_cb() local1859 rntp->events |= what; in read_not_timeout_cb()1860 ++rntp->count; in read_not_timeout_cb()1861 if(2 == rntp->count) event_del(rntp->ev[0]); in read_not_timeout_cb()1877 struct read_not_timeout_param rntp = { ev, 0, 0 }; in test_event_remove_timeout() local1882 read_not_timeout_cb, &rntp); in test_event_remove_timeout()1898 tt_int_op(rntp.events, ==, EV_READ); in test_event_remove_timeout()