Home | History | Annotate | Download | only in libevent

Lines Matching defs:ts

1046 	struct timespec ts;
1051 if (clock_gettime(CLOCK_MONOTONIC, &ts) != -1)
1055 if (clock_gettime(clkid, &ts) == -1)
1057 trans_id = ts.tv_nsec & 0xffff;