/third_party/alsa-lib/test/ |
H A D | queue_timer.c | 23 snd_seq_t *handle; in main() local [all...] |
H A D | omixer.c | 33 sndo_mixer_t *handle; in main() local
|
/third_party/NuttX/drivers/bch/ |
H A D | bchlib_write.c | 45 ssize_t bchlib_write(void *handle, const char *buffer, loff_t offset, size_t len) in bchlib_write() argument
|
H A D | bchlib_read.c | 61 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 D | main.c | 31 void print_progress(uv_async_t *handle) { in print_progress() argument
|
/third_party/libuv/src/unix/ |
H A D | poll.c | 31 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 D | test-not-writable-after-shutdown.c | 27 static void close_cb(uv_handle_t* handle) { in close_cb() argument
|
H A D | test-poll-close-doesnt-corrupt-stack.c | 36 static uv_poll_t handle; variable
|
H A D | test-poll-multiple-handles.c | 37 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 D | test-pipe-server-close.c | 37 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 D | test-tcp-read-stop.c | 41 static void timer_cb(uv_timer_t* handle) { in timer_cb() argument
|
H A D | test-udp-send-hang-loop.c | 44 static void idle_cb(uv_idle_t* handle) { in idle_cb() argument
|
H A D | test-udp-sendmmsg-error.c | 37 static void close_cb(uv_handle_t* handle) { in close_cb() argument
|
H A D | test-tcp-bind6-error.c | 31 static void close_cb(uv_handle_t* handle) { in close_cb() argument
|
H A D | test-async.c | 72 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 D | test-close-fd.c | 30 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 D | test-close-order.c | 34 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 D | test-getnameinfo.c | 37 static void getnameinfo_req(uv_getnameinfo_t* handle, in getnameinfo_req() argument
|
H A D | test-timer-again.c | 37 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 D | test-timer-from-check.c | 34 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 D | benchmark-loop-count.c | 36 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 D | benchmark-getaddrinfo.c | 44 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 D | handle-inl.h | 88 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 D | handle.c | 32 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 D | main.c | 9 void run_command(uv_fs_event_t *handle, const char *filename, int events, int status) { in run_command() argument
|