Home
last modified time | relevance | path

Searched defs:clock_id (Results 1 – 2 of 2) sorted by relevance

/dpdk/lib/eal/windows/include/
H A Drte_os_shim.h88 rte_clock_gettime(clockid_t clock_id, struct timespec *tp) in rte_clock_gettime()
111 #define clock_gettime(clock_id, tp) rte_clock_gettime(clock_id, tp) argument
/dpdk/examples/ptpclient/
H A Dptpclient.c61 struct clock_id { struct
66 struct clock_id clock_id; argument