Functions | Variables
test-idle.c File Reference
#include "uv.h"
#include "task.h"
Include dependency graph for test-idle.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)
 
static void idle_cb (uv_idle_t *handle)
 
 TEST_IMPL (idle_starvation)
 
static void timer_cb (uv_timer_t *handle)
 

Variables

static int check_cb_called = 0
 
static uv_check_t check_handle
 
static int close_cb_called = 0
 
static int idle_cb_called = 0
 
static uv_idle_t idle_handle
 
static int timer_cb_called = 0
 
static uv_timer_t timer_handle
 

Function Documentation

◆ check_cb()

static void check_cb ( uv_check_t handle)
static

Definition at line 63 of file test-idle.c.

◆ close_cb()

static void close_cb ( uv_handle_t handle)
static

Definition at line 36 of file test-idle.c.

◆ idle_cb()

static void idle_cb ( uv_idle_t handle)
static

Definition at line 54 of file test-idle.c.

◆ TEST_IMPL()

TEST_IMPL ( idle_starvation  )

Definition at line 72 of file test-idle.c.

◆ timer_cb()

static void timer_cb ( uv_timer_t handle)
static

Definition at line 41 of file test-idle.c.

Variable Documentation

◆ check_cb_called

int check_cb_called = 0
static

Definition at line 31 of file test-idle.c.

◆ check_handle

uv_check_t check_handle
static

Definition at line 27 of file test-idle.c.

◆ close_cb_called

int close_cb_called = 0
static

Definition at line 33 of file test-idle.c.

◆ idle_cb_called

int idle_cb_called = 0
static

Definition at line 30 of file test-idle.c.

◆ idle_handle

uv_idle_t idle_handle
static

Definition at line 26 of file test-idle.c.

◆ timer_cb_called

int timer_cb_called = 0
static

Definition at line 32 of file test-idle.c.

◆ timer_handle

uv_timer_t timer_handle
static

Definition at line 28 of file test-idle.c.



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