Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libevent/
Devent.c458 struct timeval *tv_p; in event_base_loop() local
481 tv_p = &tv; in event_base_loop()
483 timeout_next(base, &tv_p); in event_base_loop()
504 res = evsel->dispatch(base, evbase, tv_p); in event_base_loop()
817 timeout_next(struct event_base *base, struct timeval **tv_p) in timeout_next() argument
821 struct timeval *tv = *tv_p; in timeout_next()
825 *tv_p = NULL; in timeout_next()