Home | History | Annotate | Download | only in coregrind

Lines Matching defs:ts

618    struct vki_timespec ts;
624 ts.tv_sec = timeout / 1000;
625 ts.tv_nsec = (timeout % 1000) * 1000000;
626 tsp = &ts;