Home
last modified time | relevance | path

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

/external/libevent/
Devent.c1559 struct timeval *tv_p; in event_base_loop() local
1602 tv_p = &tv; in event_base_loop()
1604 timeout_next(base, &tv_p); in event_base_loop()
1625 res = evsel->dispatch(base, tv_p); in event_base_loop()
2398 timeout_next(struct event_base *base, struct timeval **tv_p) in timeout_next() argument
2403 struct timeval *tv = *tv_p; in timeout_next()
2410 *tv_p = NULL; in timeout_next()