Searched defs:ts (Results 1 – 9 of 9) sorted by relevance
28 struct timespec ts = { 0, 1000000001 }; /* Invalid. */ in do_test_wait() local53 int test_sem_timedwait (sem_t *sem, struct timespec *ts) in test_sem_timedwait()58 int test_sem_clockwait_monotonic (sem_t *sem, struct timespec *ts) in test_sem_clockwait_monotonic()63 int test_sem_clockwait_realtime (sem_t *sem, struct timespec *ts) in test_sem_clockwait_realtime()
38 const struct timespec ts = make_timespec (0, 0); in do_test() local
39 const struct timespec ts = make_timespec (0, 0); in do_test() local
77 struct timespec ts = { .tv_sec = 1000, .tv_nsec = 0 }; in tf2() local131 struct timespec ts = { .tv_sec = 0, .tv_nsec = 100000000 }; in do_test() local
34 struct timespec ts; in writer() local
74 struct timespec ts = { .tv_sec = 0, .tv_nsec = 100000000 }; in do_test() local
67 struct timespec ts; in writer_thread() local114 struct timespec ts; in reader_thread() local
118 struct timespec ts; in do_test_clock() local
114 struct timespec ts; in do_test_clock() local
Completed in 16 milliseconds