Home | History | Annotate | Download | only in tests

Lines Matching full:timer_create

208 TEST(time, timer_create) {
214 ASSERT_EQ(0, timer_create(CLOCK_MONOTONIC, &se, &timer_id));
244 ASSERT_EQ(0, timer_create(CLOCK_MONOTONIC, &se, &timer_id));
271 ASSERT_EQ(0, timer_create(CLOCK_REALTIME, &se, &timer_id));
358 ASSERT_EQ(0, timer_create(CLOCK_MONOTONIC, NULL, &timer_id));
376 ASSERT_EQ(-1, timer_create(invalid_clock, NULL, &timer_id));
384 ASSERT_EQ(-1, timer_create(invalid_clock, &se, &timer_id));
390 ASSERT_EQ(0, timer_create(CLOCK_MONOTONIC, NULL, &timer_id));
399 ASSERT_EQ(0, timer_create(CLOCK_MONOTONIC, &se, &timer_id));
486 ASSERT_EQ(0, timer_create(CLOCK_REALTIME, &se, &tdd.timer_id));