Home
last modified time | relevance | path

Searched defs:ts (Results 1 – 9 of 9) sorted by relevance

/nptl/
A Dtst-sem13.c28 struct timespec ts = { 0, 1000000001 }; /* Invalid. */ in do_test_wait() local
53 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()
A Dtst-sem17.c38 const struct timespec ts = make_timespec (0, 0); in do_test() local
A Dtst-cond26.c39 const struct timespec ts = make_timespec (0, 0); in do_test() local
A Dtst-cancel17.c77 struct timespec ts = { .tv_sec = 1000, .tv_nsec = 0 }; in tf2() local
131 struct timespec ts = { .tv_sec = 0, .tv_nsec = 100000000 }; in do_test() local
A Dtst-rwlock15.c34 struct timespec ts; in writer() local
A Dtst-clock2.c74 struct timespec ts = { .tv_sec = 0, .tv_nsec = 100000000 }; in do_test() local
A Dtst-rwlock9.c67 struct timespec ts; in writer_thread() local
114 struct timespec ts; in reader_thread() local
A Dtst-rwlock6.c118 struct timespec ts; in do_test_clock() local
A Dtst-rwlock7.c114 struct timespec ts; in do_test_clock() local

Completed in 6 milliseconds