Rizin
unix-like reverse engineering framework and cli tools
|
#include <threadpool.h>
Public Attributes | |
void(* | work )(struct uv__work *w) |
void(* | done )(struct uv__work *w, int status) |
struct uv_loop_s * | loop |
void * | wq [2] |
Definition at line 30 of file threadpool.h.
struct uv_loop_s* uv__work::loop |
Definition at line 33 of file threadpool.h.
Definition at line 31 of file threadpool.h.
Referenced by uv__work_submit().
void* uv__work::wq[2] |
Definition at line 34 of file threadpool.h.