Functions | Variables
test-walk-handles.c File Reference
#include "uv.h"
#include "task.h"
#include <stdio.h>
#include <stdlib.h>
Include dependency graph for test-walk-handles.c:

Go to the source code of this file.

Functions

 TEST_IMPL (walk_handles)
 
static void timer_cb (uv_timer_t *handle)
 
static void walk_cb (uv_handle_t *handle, void *arg)
 

Variables

static char magic_cookie [] = "magic cookie"
 
static int seen_timer_handle
 
static uv_timer_t timer
 

Function Documentation

◆ TEST_IMPL()

TEST_IMPL ( walk_handles  )

Definition at line 52 of file test-walk-handles.c.

◆ timer_cb()

static void timer_cb ( uv_timer_t handle)
static

Definition at line 44 of file test-walk-handles.c.

◆ walk_cb()

static void walk_cb ( uv_handle_t handle,
void *  arg 
)
static

Definition at line 33 of file test-walk-handles.c.

Variable Documentation

◆ magic_cookie

char magic_cookie[] = "magic cookie"
static

Definition at line 28 of file test-walk-handles.c.

◆ seen_timer_handle

int seen_timer_handle
static

Definition at line 29 of file test-walk-handles.c.

◆ timer

uv_timer_t timer
static

Definition at line 30 of file test-walk-handles.c.



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