Searched refs:timespec_eq (Results 1 – 2 of 2) sorted by relevance
282 TEST(timespec_test, timespec_eq) in TEST() argument287 EXPECT_TRUE(timespec_eq(&a, &a)); in TEST()288 EXPECT_TRUE(timespec_eq(&b, &b)); in TEST()290 EXPECT_FALSE(timespec_eq(&a, &b)); in TEST()291 EXPECT_FALSE(timespec_eq(&b, &a)); in TEST()
281 timespec_eq(const struct timespec *a, const struct timespec *b) in timespec_eq() function