Home
last modified time | relevance | path

Searched refs:ts_invalid (Results 1 – 1 of 1) sorted by relevance

/glibc-2.36/nptl/
Dtst-rwlock7.c74 struct timespec ts_invalid; in tf() local
75 xclock_gettime (clockid_for_get, &ts_invalid); in tf()
76 ts_invalid.tv_sec += 10; in tf()
78 ts_invalid.tv_nsec += 1000000000; in tf()
81 TEST_COMPARE (pthread_rwlock_timedwrlock (r, &ts_invalid), EINVAL); in tf()
83 TEST_COMPARE (pthread_rwlock_clockwrlock (r, clockid, &ts_invalid), EINVAL); in tf()