#include <threadpool.h>
Public Attributes | |
void(* | done )(struct uv__work *w, int status) |
struct uv_loop_s * | loop |
void(* | work )(struct uv__work *w) |
void * | wq [2] |
Definition at line 30 of file third_party/libuv/include/uv/threadpool.h.
Definition at line 32 of file third_party/libuv/include/uv/threadpool.h.
struct uv_loop_s* uv__work::loop |
Definition at line 33 of file third_party/libuv/include/uv/threadpool.h.
void(* uv__work::work) (struct uv__work *w) |
Definition at line 31 of file third_party/libuv/include/uv/threadpool.h.
void* uv__work::wq[2] |
Definition at line 34 of file third_party/libuv/include/uv/threadpool.h.