Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/tests/
Dtimespec_test.cpp310 TEST(timespec_test, timespec_eq) in TEST() argument
315 EXPECT_TRUE(timespec_eq(&a, &a)); in TEST()
316 EXPECT_TRUE(timespec_eq(&b, &b)); in TEST()
318 EXPECT_FALSE(timespec_eq(&a, &b)); in TEST()
319 EXPECT_FALSE(timespec_eq(&b, &a)); in TEST()
/third_party/mesa3d/src/util/
Dtimespec.h299 timespec_eq(const struct timespec *a, const struct timespec *b) in timespec_eq() function