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

Go to the source code of this file.

Functions

static void after_work_cb (uv_work_t *req, int status)
 
 TEST_IMPL (loop_alive)
 
static void timer_cb (uv_timer_t *handle)
 
static void work_cb (uv_work_t *req)
 

Variables

static uv_timer_t timer_handle
 
static uv_work_t work_req
 

Function Documentation

◆ after_work_cb()

static void after_work_cb ( uv_work_t req,
int  status 
)
static

Definition at line 38 of file test-loop-alive.c.

◆ TEST_IMPL()

TEST_IMPL ( loop_alive  )

Definition at line 44 of file test-loop-alive.c.

◆ timer_cb()

static void timer_cb ( uv_timer_t handle)
static

Definition at line 27 of file test-loop-alive.c.

◆ work_cb()

static void work_cb ( uv_work_t req)
static

Definition at line 34 of file test-loop-alive.c.

Variable Documentation

◆ timer_handle

uv_timer_t timer_handle
static

Definition at line 25 of file test-loop-alive.c.

◆ work_req

uv_work_t work_req
static

Definition at line 32 of file test-loop-alive.c.



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