|
Crinit -- Configurable Rootfs Init
|
#include <assert.h>#include "common.h"#include "timer.h"#include "unit_test.h"#include "utest-crinit-timer-next.h"
Functions | |
| static void | crinitCheckTimerRange (struct timespec now, crinitTimerDef_t *td, long int minVal, long int maxVal, int n) |
| void | crinitCountSecondUp (struct timespec now) |
| void | crinitCountMinuteUp (struct timespec now) |
| void | crinitCountHourUp (struct timespec now) |
| void | crinitCountDayUp (struct timespec now) |
| void | crinitCountWeekUp (struct timespec now) |
| void | crinitCountMonthUp (struct timespec now) |
| void | crinitCountYearUp (struct timespec now) |
| void | crinitCountChecks (struct timespec now) |
| void | crinitTimerNextTimeRangeSuccess (void **state) |
|
static |
| void crinitCountChecks | ( | struct timespec | now | ) |
| void crinitCountDayUp | ( | struct timespec | now | ) |
| void crinitCountHourUp | ( | struct timespec | now | ) |
| void crinitCountMinuteUp | ( | struct timespec | now | ) |
| void crinitCountMonthUp | ( | struct timespec | now | ) |
| void crinitCountSecondUp | ( | struct timespec | now | ) |
| void crinitCountWeekUp | ( | struct timespec | now | ) |
| void crinitCountYearUp | ( | struct timespec | now | ) |
| void crinitTimerNextTimeRangeSuccess | ( | void ** | state | ) |