Searched refs:uv_loop_s (Results 1 - 11 of 11) sorted by relevance
/third_party/node/deps/uv/include/uv/ |
H A D | threadpool.h | 33 struct uv_loop_s* loop;
|
H A D | unix.h | 87 struct uv_loop_s; 89 typedef void (*uv__io_cb)(struct uv_loop_s* loop,
|
/third_party/libuv/include/uv/ |
H A D | threadpool.h | 68 struct uv_loop_s* loop;
|
H A D | unix.h | 86 struct uv_loop_s; 88 typedef void (*uv__io_cb)(struct uv_loop_s* loop,
|
/third_party/node/src/ |
H A D | jsvm_node_api.h | 15 struct uv_loop_s; // Forward declaration. 172 jsvm_get_uv_event_loop(JSVM_Env env, struct uv_loop_s** loop);
|
H A D | node_api.h | 15 struct uv_loop_s; // Forward declaration. 185 struct uv_loop_s** loop);
|
H A D | node.h | 125 struct uv_loop_s; 437 struct uv_loop_s* loop) = 0; 504 struct uv_loop_s* event_loop, 508 struct uv_loop_s* event_loop, 526 struct uv_loop_s* loop, 724 NODE_EXTERN struct uv_loop_s* GetCurrentEventLoop(v8::Isolate* isolate); 755 struct uv_loop_s* event_loop() const;
|
/third_party/libuv/include/ |
H A D | uv.h | 231 typedef struct uv_loop_s uv_loop_t; 1935 struct uv_loop_s { struct 1954 UV_EXTERN int uv_register_task_to_event(struct uv_loop_s* loop, uv_post_task func, void* handler); 1955 UV_EXTERN int uv_unregister_task_to_event(struct uv_loop_s* loop);
|
/third_party/libuv/src/unix/ |
H A D | core.c | 1931 int uv_register_task_to_event(struct uv_loop_s* loop, uv_post_task func, void* handler) in uv_register_task_to_event() 1958 int uv_unregister_task_to_event(struct uv_loop_s* loop) in uv_unregister_task_to_event()
|
/third_party/libuv/include/uv_ndk/ |
H A D | uv.h | 213 typedef struct uv_loop_s uv_loop_t; 1782 struct uv_loop_s { struct
|
/third_party/node/deps/uv/include/ |
H A D | uv.h | 213 typedef struct uv_loop_s uv_loop_t; 1806 struct uv_loop_s { struct
|
Completed in 16 milliseconds