Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/pthread/
Dtst-cond11.c47 clockid_t attr_clock_read; in run_test() local
48 TEST_COMPARE (pthread_condattr_getclock (&condattr, &attr_clock_read), 0); in run_test()
49 TEST_COMPARE (attr_clock, attr_clock_read); in run_test()