HomeSort by: relevance | last modified time | path
    Searched defs:tv_p (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/libevent/dist/
event.c 1932 struct timeval *tv_p; local
1974 tv_p = &tv;
1976 timeout_next(base, &tv_p);
1997 res = evsel->dispatch(base, tv_p);
3148 timeout_next(struct event_base *base, struct timeval **tv_p)
3153 struct timeval *tv = *tv_p;
3160 *tv_p = NULL;
event.c 1932 struct timeval *tv_p; local
1974 tv_p = &tv;
1976 timeout_next(base, &tv_p);
1997 res = evsel->dispatch(base, tv_p);
3148 timeout_next(struct event_base *base, struct timeval **tv_p)
3153 struct timeval *tv = *tv_p;
3160 *tv_p = NULL;
  /src/external/bsd/ntp/dist/sntp/libevent/
event.c 1929 struct timeval *tv_p; local
1971 tv_p = &tv;
1973 timeout_next(base, &tv_p);
1994 res = evsel->dispatch(base, tv_p);
3145 timeout_next(struct event_base *base, struct timeval **tv_p)
3150 struct timeval *tv = *tv_p;
3157 *tv_p = NULL;
event.c 1929 struct timeval *tv_p; local
1971 tv_p = &tv;
1973 timeout_next(base, &tv_p);
1994 res = evsel->dispatch(base, tv_p);
3145 timeout_next(struct event_base *base, struct timeval **tv_p)
3150 struct timeval *tv = *tv_p;
3157 *tv_p = NULL;

Completed in 85 milliseconds