Rizin
unix-like reverse engineering framework and cli tools
uv__work Struct Reference

#include <threadpool.h>

Public Attributes

void(* work )(struct uv__work *w)
 
void(* done )(struct uv__work *w, int status)
 
struct uv_loop_sloop
 
void * wq [2]
 

Detailed Description

Definition at line 30 of file threadpool.h.

Member Data Documentation

◆ done

void(* uv__work::done) (struct uv__work *w, int status)

Definition at line 32 of file threadpool.h.

◆ loop

struct uv_loop_s* uv__work::loop

Definition at line 33 of file threadpool.h.

◆ work

void(* uv__work::work) (struct uv__work *w)

Definition at line 31 of file threadpool.h.

Referenced by uv__work_submit().

◆ wq

void* uv__work::wq[2]

Definition at line 34 of file threadpool.h.


The documentation for this struct was generated from the following file: