Functions | Variables
test-async-null-cb.c File Reference
#include "uv.h"
#include "task.h"
#include <string.h>
Include dependency graph for test-async-null-cb.c:

Go to the source code of this file.

Functions

static void check_cb (uv_check_t *handle)
 
 TEST_IMPL (async_null_cb)
 
static void thread_cb (void *dummy)
 

Variables

static uv_async_t async_handle
 
static int check_cb_called
 
static uv_check_t check_handle
 
static uv_thread_t thread
 

Function Documentation

◆ check_cb()

static void check_cb ( uv_check_t handle)
static

Definition at line 38 of file test-async-null-cb.c.

◆ TEST_IMPL()

TEST_IMPL ( async_null_cb  )

Definition at line 46 of file test-async-null-cb.c.

◆ thread_cb()

static void thread_cb ( void *  dummy)
static

Definition at line 32 of file test-async-null-cb.c.

Variable Documentation

◆ async_handle

uv_async_t async_handle
static

Definition at line 26 of file test-async-null-cb.c.

◆ check_cb_called

int check_cb_called
static

Definition at line 28 of file test-async-null-cb.c.

◆ check_handle

uv_check_t check_handle
static

Definition at line 27 of file test-async-null-cb.c.

◆ thread

uv_thread_t thread
static

Definition at line 29 of file test-async-null-cb.c.



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