Home
last modified time | relevance | path

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

/external/libevent/
Devport.c276 struct timespec *ts_p = NULL; in evport_dispatch() local
280 ts_p = &ts; in evport_dispatch()
307 (unsigned int *) &nevents, ts_p); in evport_dispatch()
Dkqueue.c272 struct timespec ts, *ts_p = NULL; in kq_dispatch() local
278 ts_p = &ts; in kq_dispatch()
316 events, kqop->events_size, ts_p); in kq_dispatch()
/external/ltp/testcases/network/stress/ns-tools/
Dns-common.c327 int strtotimespec(const char *str, struct timespec *ts_p) in strtotimespec() argument
347 ts_p->tv_sec = sec; in strtotimespec()
348 ts_p->tv_nsec = nsec; in strtotimespec()
Dns-traffic.h233 int strtotimespec(const char *str, struct timespec *ts_p);