Functions | Variables
test-timer-again.c File Reference
#include "uv.h"
#include "task.h"
Include dependency graph for test-timer-again.c:

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
 

Function Documentation

◆ close_cb()

static void close_cb ( uv_handle_t handle)
static

Definition at line 37 of file test-timer-again.c.

◆ repeat_1_cb()

static void repeat_1_cb ( uv_timer_t handle)
static

Definition at line 44 of file test-timer-again.c.

◆ repeat_2_cb()

static void repeat_2_cb ( uv_timer_t handle)
static

Definition at line 69 of file test-timer-again.c.

◆ TEST_IMPL()

TEST_IMPL ( timer_again  )

Definition at line 95 of file test-timer-again.c.

Variable Documentation

◆ close_cb_called

int close_cb_called = 0
static

Definition at line 26 of file test-timer-again.c.

◆ dummy

uv_timer_t dummy
static

Definition at line 32 of file test-timer-again.c.

◆ repeat_1

uv_timer_t repeat_1
static

Definition at line 32 of file test-timer-again.c.

◆ repeat_1_cb_called

int repeat_1_cb_called = 0
static

Definition at line 27 of file test-timer-again.c.

◆ repeat_2

uv_timer_t repeat_2
static

Definition at line 32 of file test-timer-again.c.

◆ repeat_2_cb_allowed

int repeat_2_cb_allowed = 0
static

Definition at line 30 of file test-timer-again.c.

◆ repeat_2_cb_called

int repeat_2_cb_called = 0
static

Definition at line 28 of file test-timer-again.c.

◆ start_time

uint64_t start_time
static

Definition at line 34 of file test-timer-again.c.



grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:33