ReactOS 0.4.16-dev-257-g6aa11ac
|
#include "test_timers.h"
#include "lwip/def.h"
#include "lwip/timeouts.h"
#include "arch/sys_arch.h"
Go to the source code of this file.
Macros | |
#define | HANDLER_EXECUTION_TIME 5 |
Functions | |
static void | timers_setup (void) |
static void | timers_teardown (void) |
static void | dummy_handler (void *arg) |
static void | dummy_cyclic_handler (void) |
static void | do_test_cyclic_timers (u32_t offset) |
START_TEST (test_cyclic_timers) | |
END_TEST | START_TEST (test_bug52748) |
static END_TEST void | do_test_timers (u32_t offset) |
START_TEST (test_timers) | |
END_TEST | START_TEST (test_long_timer) |
END_TEST Suite * | timers_suite (void) |
Variables | |
static struct sys_timeo * | old_list_head |
static int | fired [3] |
static int | cyclic_fired |
struct lwip_cyclic_timer | test_cyclic = {10, dummy_cyclic_handler} |
#define HANDLER_EXECUTION_TIME 5 |
Definition at line 35 of file test_timers.c.
Definition at line 47 of file test_timers.c.
Referenced by START_TEST().
Definition at line 128 of file test_timers.c.
Referenced by START_TEST().
Definition at line 38 of file test_timers.c.
Definition at line 29 of file test_timers.c.
Referenced by do_test_timers(), and START_TEST().
END_TEST START_TEST | ( | test_bug52748 | ) |
Definition at line 96 of file test_timers.c.
START_TEST | ( | test_cyclic_timers | ) |
Definition at line 83 of file test_timers.c.
END_TEST START_TEST | ( | test_long_timer | ) |
Definition at line 190 of file test_timers.c.
START_TEST | ( | test_timers | ) |
Definition at line 178 of file test_timers.c.
END_TEST Suite * timers_suite | ( | void | ) |
Create the suite including all tests for this module
Definition at line 224 of file test_timers.c.
Referenced by main().
Definition at line 20 of file test_timers.c.
Referenced by timers_suite().
|
static |
Definition at line 36 of file test_timers.c.
Referenced by do_test_cyclic_timers(), and dummy_cyclic_handler().
|
static |
Definition at line 27 of file test_timers.c.
Referenced by do_test_timers(), dummy_handler(), and START_TEST().
|
static |
Definition at line 9 of file test_timers.c.
Referenced by timers_setup(), and timers_teardown().
struct lwip_cyclic_timer test_cyclic = {10, dummy_cyclic_handler} |
Definition at line 44 of file test_timers.c.
Referenced by do_test_cyclic_timers().