Searched refs:tv_p (Results 1 – 1 of 1) sorted by relevance
1882 struct timeval *tv_p; in event_base_loop() local1924 tv_p = &tv; in event_base_loop()1926 timeout_next(base, &tv_p); in event_base_loop()1947 res = evsel->dispatch(base, tv_p); in event_base_loop()3088 timeout_next(struct event_base *base, struct timeval **tv_p) in timeout_next() argument3093 struct timeval *tv = *tv_p; in timeout_next()3100 *tv_p = NULL; in timeout_next()