Home
last modified time | relevance | path

Searched defs:handle (Results 351 - 375 of 4334) sorted by relevance

1...<<11121314151617181920>>...174

/third_party/alsa-lib/test/
H A Dqueue_timer.c23 snd_seq_t *handle; in main() local
[all...]
H A Domixer.c33 sndo_mixer_t *handle; in main() local
/third_party/NuttX/drivers/bch/
H A Dbchlib_write.c45 ssize_t bchlib_write(void *handle, const char *buffer, loff_t offset, size_t len) in bchlib_write() argument
H A Dbchlib_read.c61 ssize_t bchlib_read(void *handle, char *buffer, loff_t offset, size_t len) in bchlib_read() argument
/third_party/libuv/docs/code/progress/
H A Dmain.c31 void print_progress(uv_async_t *handle) { in print_progress() argument
/third_party/libuv/src/unix/
H A Dpoll.c31 uv_poll_t* handle; in uv__poll_io() local
68 int uv_poll_init(uv_loop_t* loop, uv_poll_t* handle, int fd) { in uv_poll_init() argument
97 uv_poll_init_socket(uv_loop_t* loop, uv_poll_t* handle, uv_os_sock_t socket) uv_poll_init_socket() argument
103 uv__poll_stop(uv_poll_t* handle) uv__poll_stop() argument
112 uv_poll_stop(uv_poll_t* handle) uv_poll_stop() argument
119 uv_poll_start(uv_poll_t* handle, int pevents, uv_poll_cb poll_cb) uv_poll_start() argument
158 uv__poll_close(uv_poll_t* handle) uv__poll_close() argument
[all...]
/third_party/libuv/test/
H A Dtest-not-writable-after-shutdown.c27 static void close_cb(uv_handle_t* handle) { in close_cb() argument
H A Dtest-poll-close-doesnt-corrupt-stack.c36 static uv_poll_t handle; variable
H A Dtest-poll-multiple-handles.c37 static void close_cb(uv_handle_t* handle) { in close_cb() argument
41 static void poll_cb(uv_poll_t* handle, int status, int events) { in poll_cb() argument
H A Dtest-pipe-server-close.c37 static void pipe_close_cb(uv_handle_t* handle) { in pipe_close_cb() argument
55 static void pipe_server_connection_cb(uv_stream_t* handle, int status) { in pipe_server_connection_cb() argument
H A Dtest-tcp-read-stop.c41 static void timer_cb(uv_timer_t* handle) { in timer_cb() argument
H A Dtest-udp-send-hang-loop.c44 static void idle_cb(uv_idle_t* handle) { in idle_cb() argument
H A Dtest-udp-sendmmsg-error.c37 static void close_cb(uv_handle_t* handle) { in close_cb() argument
H A Dtest-tcp-bind6-error.c31 static void close_cb(uv_handle_t* handle) { in close_cb() argument
H A Dtest-async.c72 static void close_cb(uv_handle_t* handle) { in close_cb() argument
78 static void async_cb(uv_async_t* handle) { in async_cb() argument
94 static void prepare_cb(uv_prepare_t* handle) { in prepare_cb() argument
H A Dtest-close-fd.c30 static void alloc_cb(uv_handle_t* handle, size_t size, uv_buf_t* buf) { in alloc_cb() argument
36 static void read_cb(uv_stream_t* handle, ssize_t nread, const uv_buf_t* buf) { in read_cb() argument
H A Dtest-close-order.c34 static void close_cb(uv_handle_t* handle) { in close_cb() argument
41 static void check_cb(uv_check_t* handle) { in check_cb() argument
51 static void timer_cb(uv_timer_t* handle) { in timer_cb() argument
H A Dtest-getnameinfo.c37 static void getnameinfo_req(uv_getnameinfo_t* handle, in getnameinfo_req() argument
H A Dtest-timer-again.c37 static void close_cb(uv_handle_t* handle) { in close_cb() argument
44 static void repeat_1_cb(uv_timer_t* handle) { in repeat_1_cb() argument
69 static void repeat_2_cb(uv_timer_t* handle) { in repeat_2_cb() argument
[all...]
H A Dtest-timer-from-check.c34 static void prepare_cb(uv_prepare_t* handle) { in prepare_cb() argument
43 static void timer_cb(uv_timer_t* handle) { in timer_cb() argument
52 static void check_cb(uv_check_t* handle) { in check_cb() argument
H A Dbenchmark-loop-count.c36 static void idle_cb(uv_idle_t* handle) { in idle_cb() argument
41 static void idle_alive_cb(uv_idle_t* handle) { in idle_alive_cb() argument
55 static void idle2_cb(uv_idle_t* handle) { in idle2_cb() argument
60 static void timer_cb(uv_timer_t* handle) { in timer_cb() argument
H A Dbenchmark-getaddrinfo.c44 static void getaddrinfo_cb(uv_getaddrinfo_t* handle, int status, in getaddrinfo_cb() argument
56 static void getaddrinfo_initiate(uv_getaddrinfo_t* handle) { in getaddrinfo_initiate() argument
/third_party/libuv/src/win/
H A Dhandle-inl.h88 uv__want_endgame(uv_loop_t* loop, uv_handle_t* handle) uv__want_endgame() argument
99 uv_handle_t* handle; uv__process_endgames() local
173 HANDLE handle; uv__get_osfhandle() local
[all...]
H A Dhandle.c32 HANDLE handle; in uv_guess_handle() local
61 int uv_is_active(const uv_handle_t* handle) { in uv_is_active() argument
67 void uv_close(uv_handle_t* handle, uv_close_cb cb) { in uv_close() argument
151 uv_is_closing(const uv_handle_t* handle) uv_is_closing() argument
[all...]
/third_party/libuv/docs/code/onchange/
H A Dmain.c9 void run_command(uv_fs_event_t *handle, const char *filename, int events, int status) { in run_command() argument

Completed in 10 milliseconds

1...<<11121314151617181920>>...174