Searched refs:tv_p (Results 1 – 1 of 1) sorted by relevance
1927 struct timeval *tv_p; in event_base_loop() local1969 tv_p = &tv; in event_base_loop()1971 timeout_next(base, &tv_p); in event_base_loop()1992 res = evsel->dispatch(base, tv_p); in event_base_loop()3143 timeout_next(struct event_base *base, struct timeval **tv_p) in timeout_next() argument3148 struct timeval *tv = *tv_p; in timeout_next()3155 *tv_p = NULL; in timeout_next()