Searched refs:non_zero_nsec (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/util/tests/ | ||
H A D | timespec_test.cpp | 303 struct timespec non_zero_nsec = { 0, 1 }; in TEST() local 306 EXPECT_FALSE(timespec_is_zero(&non_zero_nsec)); in TEST() |
Completed in 1 milliseconds