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

Go to the source code of this file.

Functions

static void after_work_cb (uv_work_t *req, int status)
 
 TEST_IMPL (threadpool_queue_work_einval)
 
 TEST_IMPL (threadpool_queue_work_simple)
 
static void work_cb (uv_work_t *req)
 

Variables

static int after_work_cb_count
 
static char data
 
static int work_cb_count
 
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-threadpool.c.

◆ TEST_IMPL() [1/2]

TEST_IMPL ( threadpool_queue_work_einval  )

Definition at line 62 of file test-threadpool.c.

◆ TEST_IMPL() [2/2]

TEST_IMPL ( threadpool_queue_work_simple  )

Definition at line 46 of file test-threadpool.c.

◆ work_cb()

static void work_cb ( uv_work_t req)
static

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

Variable Documentation

◆ after_work_cb_count

int after_work_cb_count
static

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

◆ data

char data
static

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

◆ work_cb_count

int work_cb_count
static

Definition at line 25 of file test-threadpool.c.

◆ work_req

uv_work_t work_req
static

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



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