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

Go to the source code of this file.

Functions

static void check_cb (uv_check_t *handle)
 
static void prepare_cb (uv_prepare_t *handle)
 
 TEST_IMPL (timer_from_check)
 
static void timer_cb (uv_timer_t *handle)
 

Variables

static int check_cb_called
 
static uv_check_t check_handle
 
static int prepare_cb_called
 
static uv_prepare_t prepare_handle
 
static int timer_cb_called
 
static uv_timer_t timer_handle
 

Function Documentation

◆ check_cb()

static void check_cb ( uv_check_t handle)
static

Definition at line 52 of file test-timer-from-check.c.

◆ prepare_cb()

static void prepare_cb ( uv_prepare_t handle)
static

Definition at line 34 of file test-timer-from-check.c.

◆ TEST_IMPL()

TEST_IMPL ( timer_from_check  )

Definition at line 64 of file test-timer-from-check.c.

◆ timer_cb()

static void timer_cb ( uv_timer_t handle)
static

Definition at line 43 of file test-timer-from-check.c.

Variable Documentation

◆ check_cb_called

int check_cb_called
static

Definition at line 30 of file test-timer-from-check.c.

◆ check_handle

uv_check_t check_handle
static

Definition at line 26 of file test-timer-from-check.c.

◆ prepare_cb_called

int prepare_cb_called
static

Definition at line 29 of file test-timer-from-check.c.

◆ prepare_handle

uv_prepare_t prepare_handle
static

Definition at line 25 of file test-timer-from-check.c.

◆ timer_cb_called

int timer_cb_called
static

Definition at line 31 of file test-timer-from-check.c.

◆ timer_handle

uv_timer_t timer_handle
static

Definition at line 27 of file test-timer-from-check.c.



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