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

Go to the source code of this file.

Functions

static void prepare_cb (uv_prepare_t *handle)
 
 TEST_IMPL (loop_stop)
 
static void timer_cb (uv_timer_t *handle)
 

Variables

static int num_ticks = 10
 
static int prepare_called = 0
 
static uv_prepare_t prepare_handle
 
static int timer_called = 0
 
static uv_timer_t timer_handle
 

Function Documentation

◆ prepare_cb()

static void prepare_cb ( uv_prepare_t handle)
static

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

◆ TEST_IMPL()

TEST_IMPL ( loop_stop  )

Definition at line 50 of file test-loop-stop.c.

◆ timer_cb()

static void timer_cb ( uv_timer_t handle)
static

Definition at line 40 of file test-loop-stop.c.

Variable Documentation

◆ num_ticks

int num_ticks = 10
static

Definition at line 29 of file test-loop-stop.c.

◆ prepare_called

int prepare_called = 0
static

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

◆ prepare_handle

uv_prepare_t prepare_handle
static

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

◆ timer_called

int timer_called = 0
static

Definition at line 28 of file test-loop-stop.c.

◆ timer_handle

uv_timer_t timer_handle
static

Definition at line 26 of file test-loop-stop.c.



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