HomeSort by relevance Sort by last modified time
    Searched refs:ts_p (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/libevent/
evport.c 306 struct timespec *ts_p = NULL; local
310 ts_p = &ts;
333 (unsigned int *) &nevents, ts_p)) == -1) {
kqueue.c 224 struct timespec ts, *ts_p = NULL; local
229 ts_p = &ts;
233 events, kqop->nevents, ts_p);

Completed in 219 milliseconds