Searched refs:timespec_eq (Results 1 – 2 of 2) sorted by relevance
310 TEST(timespec_test, timespec_eq) in TEST() argument315 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()
299 timespec_eq(const struct timespec *a, const struct timespec *b) in timespec_eq() function