Home
last modified time | relevance | path

Searched defs:ts_p (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/cronet/third_party/libevent/
H A Dkqueue.c204 struct timespec ts, *ts_p = NULL; in kq_dispatch() local
H A Devport.c306 struct timespec *ts_p = NULL; in evport_dispatch() local
/aosp_15_r20/external/libevent/
H A Devport.c276 struct timespec *ts_p = NULL; in evport_dispatch() local
H A Dkqueue.c272 struct timespec ts, *ts_p = NULL; in kq_dispatch() local
/aosp_15_r20/external/ltp/testcases/network/stress/ns-tools/
H A Dns-common.c327 int strtotimespec(const char *str, struct timespec *ts_p) in strtotimespec()