Functions | Variables
test-emfile.c File Reference
#include "uv.h"
#include "task.h"
#include <errno.h>
#include <sys/resource.h>
#include <unistd.h>
Include dependency graph for test-emfile.c:

Go to the source code of this file.

Functions

static void connect_cb (uv_connect_t *req, int status)
 
static void connection_cb (uv_stream_t *server_handle, int status)
 
 TEST_IMPL (emfile)
 

Variables

static uv_tcp_t client_handle
 
static unsigned connect_cb_called
 
static const int maxfd = 31
 
static uv_tcp_t server_handle
 

Function Documentation

◆ connect_cb()

static void connect_cb ( uv_connect_t req,
int  status 
)
static

Definition at line 107 of file test-emfile.c.

◆ connection_cb()

static void connection_cb ( uv_stream_t server_handle,
int  status 
)
static

Definition at line 102 of file test-emfile.c.

◆ TEST_IMPL()

TEST_IMPL ( emfile  )

Definition at line 40 of file test-emfile.c.

Variable Documentation

◆ client_handle

uv_tcp_t client_handle
static

Definition at line 37 of file test-emfile.c.

◆ connect_cb_called

unsigned connect_cb_called
static

Definition at line 35 of file test-emfile.c.

◆ maxfd

const int maxfd = 31
static

Definition at line 34 of file test-emfile.c.

◆ server_handle

uv_tcp_t server_handle
static

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



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