Home
last modified time | relevance | path

Searched refs:uv_loop_s (Results 1 - 11 of 11) sorted by relevance

/third_party/node/deps/uv/include/uv/
H A Dthreadpool.h33 struct uv_loop_s* loop;
H A Dunix.h87 struct uv_loop_s;
89 typedef void (*uv__io_cb)(struct uv_loop_s* loop,
/third_party/libuv/include/uv/
H A Dthreadpool.h68 struct uv_loop_s* loop;
H A Dunix.h86 struct uv_loop_s;
88 typedef void (*uv__io_cb)(struct uv_loop_s* loop,
/third_party/node/src/
H A Djsvm_node_api.h15 struct uv_loop_s; // Forward declaration.
172 jsvm_get_uv_event_loop(JSVM_Env env, struct uv_loop_s** loop);
H A Dnode_api.h15 struct uv_loop_s; // Forward declaration.
185 struct uv_loop_s** loop);
H A Dnode.h125 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 Duv.h231 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 Dcore.c1931 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 Duv.h213 typedef struct uv_loop_s uv_loop_t;
1782 struct uv_loop_s { struct
/third_party/node/deps/uv/include/
H A Duv.h213 typedef struct uv_loop_s uv_loop_t;
1806 struct uv_loop_s { struct

Completed in 16 milliseconds