Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/sntp/libevent/test/
H A Dregress.c1936 struct read_not_timeout_param *rntp = arg; in read_not_timeout_cb() local
1942 rntp->events |= what; in read_not_timeout_cb()
1943 ++rntp->count; in read_not_timeout_cb()
1944 if(2 == rntp->count) event_del(rntp->ev[0]); in read_not_timeout_cb()
1960 struct read_not_timeout_param rntp = { ev, 0, 0 }; in test_event_remove_timeout() local
1965 read_not_timeout_cb, &rntp); in test_event_remove_timeout()
1981 tt_int_op(rntp.events, ==, EV_READ); in test_event_remove_timeout()
/freebsd/contrib/libevent/test/
H A Dregress.c1936 struct read_not_timeout_param *rntp = arg; in read_not_timeout_cb() local
1942 rntp->events |= what; in read_not_timeout_cb()
1943 ++rntp->count; in read_not_timeout_cb()
1944 if(2 == rntp->count) event_del(rntp->ev[0]); in read_not_timeout_cb()
1960 struct read_not_timeout_param rntp = { ev, 0, 0 }; in test_event_remove_timeout() local
1965 read_not_timeout_cb, &rntp); in test_event_remove_timeout()
1981 tt_int_op(rntp.events, ==, EV_READ); in test_event_remove_timeout()