Searched refs:rntp (Results 1 – 1 of 1) sorted by relevance
1940 struct read_not_timeout_param *rntp = arg; in read_not_timeout_cb() local1946 rntp->events |= what; in read_not_timeout_cb()1947 ++rntp->count; in read_not_timeout_cb()1948 if(2 == rntp->count) event_del(rntp->ev[0]); in read_not_timeout_cb()1964 struct read_not_timeout_param rntp = { ev, 0, 0 }; in test_event_remove_timeout() local1969 read_not_timeout_cb, &rntp); in test_event_remove_timeout()1985 tt_int_op(rntp.events, ==, EV_READ); in test_event_remove_timeout()