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

Go to the source code of this file.

Functions

static void close_cb (uv_handle_t *handle)
 
static void connect_cb (uv_connect_t *req, int status)
 
static void shutdown_cb (uv_shutdown_t *req, int status)
 
 TEST_IMPL (shutdown_twice)
 

Variables

static uv_shutdown_t req1
 
static uv_shutdown_t req2
 
static int shutdown_cb_called = 0
 

Function Documentation

◆ close_cb()

static void close_cb ( uv_handle_t handle)
static

Definition at line 35 of file test-shutdown-twice.c.

◆ connect_cb()

static void connect_cb ( uv_connect_t req,
int  status 
)
static

Definition at line 46 of file test-shutdown-twice.c.

◆ shutdown_cb()

static void shutdown_cb ( uv_shutdown_t req,
int  status 
)
static

Definition at line 39 of file test-shutdown-twice.c.

◆ TEST_IMPL()

TEST_IMPL ( shutdown_twice  )

Definition at line 58 of file test-shutdown-twice.c.

Variable Documentation

◆ req1

uv_shutdown_t req1
static

Definition at line 30 of file test-shutdown-twice.c.

◆ req2

uv_shutdown_t req2
static

Definition at line 31 of file test-shutdown-twice.c.

◆ shutdown_cb_called

int shutdown_cb_called = 0
static

Definition at line 33 of file test-shutdown-twice.c.



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