Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libevent/
Devport.c306 struct timespec *ts_p = NULL; in evport_dispatch() local
310 ts_p = &ts; in evport_dispatch()
333 (unsigned int *) &nevents, ts_p)) == -1) { in evport_dispatch()
Dkqueue.c224 struct timespec ts, *ts_p = NULL; in kq_dispatch() local
229 ts_p = &ts; in kq_dispatch()
233 events, kqop->nevents, ts_p); in kq_dispatch()