Home | History | Annotate | Download | only in coregrind

Lines Matching defs:ts

622    struct vki_timespec ts;
628 ts.tv_sec = timeout / 1000;
629 ts.tv_nsec = (timeout % 1000) * 1000000;
630 tsp = &ts;