Searched refs:tv_p (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/lib/libevent/
H A Devent.c418 struct timeval *tv_p; local
451 tv_p = &tv;
453 timeout_next(base, &tv_p);
474 res = evsel->dispatch(base, evbase, tv_p);
791 timeout_next(struct event_base *base, struct timeval **tv_p) argument
795 struct timeval *tv = *tv_p;
799 *tv_p = NULL;

Completed in 109 milliseconds