
Go to the source code of this file.
| Functions | |
| static void | close_cb (uv_handle_t *handle) | 
| static void | repeat_1_cb (uv_timer_t *handle) | 
| static void | repeat_2_cb (uv_timer_t *handle) | 
| TEST_IMPL (timer_again) | |
| Variables | |
| static int | close_cb_called = 0 | 
| static uv_timer_t | dummy | 
| static uv_timer_t | repeat_1 | 
| static int | repeat_1_cb_called = 0 | 
| static uv_timer_t | repeat_2 | 
| static int | repeat_2_cb_allowed = 0 | 
| static int | repeat_2_cb_called = 0 | 
| static uint64_t | start_time | 
| 
 | static | 
Definition at line 37 of file test-timer-again.c.
| 
 | static | 
Definition at line 44 of file test-timer-again.c.
| 
 | static | 
Definition at line 69 of file test-timer-again.c.
| TEST_IMPL | ( | timer_again | ) | 
Definition at line 95 of file test-timer-again.c.
| 
 | static | 
Definition at line 26 of file test-timer-again.c.
| 
 | static | 
Definition at line 32 of file test-timer-again.c.
| 
 | static | 
Definition at line 32 of file test-timer-again.c.
| 
 | static | 
Definition at line 27 of file test-timer-again.c.
| 
 | static | 
Definition at line 32 of file test-timer-again.c.
| 
 | static | 
Definition at line 30 of file test-timer-again.c.
| 
 | static | 
Definition at line 28 of file test-timer-again.c.
| 
 | static | 
Definition at line 34 of file test-timer-again.c.