Home
last modified time | relevance | path

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

/external/libevent/
Devent.c1882 struct timeval *tv_p; in event_base_loop() local
1924 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() argument
3093 struct timeval *tv = *tv_p; in timeout_next()
3100 *tv_p = NULL; in timeout_next()