Go to the source code of this file.
Macros | |
#define | __STDC_LIMIT_MACROS |
Functions | |
void | handler (int timer_id_, void *arg_) |
int | main () |
void | setUp () |
int | sleep_and_execute (void *timers_) |
void | tearDown () |
void | test_corner_cases () |
void | test_null_timer_pointers () |
void | test_timers () |
#define __STDC_LIMIT_MACROS |
Definition at line 3 of file test_timers.cpp.
Definition at line 15 of file test_timers.cpp.
int main | ( | ) |
Definition at line 186 of file test_timers.cpp.
void setUp | ( | ) |
Definition at line 7 of file test_timers.cpp.
int sleep_and_execute | ( | void * | timers_ | ) |
Definition at line 21 of file test_timers.cpp.
void tearDown | ( | ) |
Definition at line 11 of file test_timers.cpp.
void test_corner_cases | ( | ) |
Definition at line 76 of file test_timers.cpp.
void test_null_timer_pointers | ( | ) |
Definition at line 34 of file test_timers.cpp.
void test_timers | ( | ) |
Definition at line 116 of file test_timers.cpp.