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

Go to the source code of this file.

Functions

static void check_cb (uv_check_t *handle)
 
static void close_cb (uv_handle_t *handle)
 
 TEST_IMPL (close_order)
 
static void timer_cb (uv_timer_t *handle)
 

Variables

static int check_cb_called
 
static uv_check_t check_handle
 
static int close_cb_called
 
static int timer_cb_called
 
static uv_timer_t timer_handle1
 
static uv_timer_t timer_handle2
 

Function Documentation

◆ check_cb()

static void check_cb ( uv_check_t handle)
static

Definition at line 41 of file test-close-order.c.

◆ close_cb()

static void close_cb ( uv_handle_t handle)
static

Definition at line 34 of file test-close-order.c.

◆ TEST_IMPL()

TEST_IMPL ( close_order  )

Definition at line 57 of file test-close-order.c.

◆ timer_cb()

static void timer_cb ( uv_timer_t handle)
static

Definition at line 51 of file test-close-order.c.

Variable Documentation

◆ check_cb_called

int check_cb_called
static

Definition at line 25 of file test-close-order.c.

◆ check_handle

uv_check_t check_handle
static

Definition at line 29 of file test-close-order.c.

◆ close_cb_called

int close_cb_called
static

Definition at line 27 of file test-close-order.c.

◆ timer_cb_called

int timer_cb_called
static

Definition at line 26 of file test-close-order.c.

◆ timer_handle1

uv_timer_t timer_handle1
static

Definition at line 30 of file test-close-order.c.

◆ timer_handle2

uv_timer_t timer_handle2
static

Definition at line 31 of file test-close-order.c.



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