Home
last modified time | relevance | path

Searched refs:rntp (Results 1 – 1 of 1) sorted by relevance

/external/libevent/test/
Dregress.c1853 struct read_not_timeout_param *rntp = arg; in read_not_timeout_cb() local
1859 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() local
1882 read_not_timeout_cb, &rntp); in test_event_remove_timeout()
1898 tt_int_op(rntp.events, ==, EV_READ); in test_event_remove_timeout()