/libuv/include/uv/ |
H A D | tree.h | 51 #define RB_HEAD(name, type) \ argument 65 #define RB_ENTRY(type) \ argument 136 #define RB_PROTOTYPE(name, type, field, cmp) \ argument 138 #define RB_PROTOTYPE_STATIC(name, type, field, cmp) \ argument 140 #define RB_PROTOTYPE_INTERNAL(name, type, field, cmp, attr) \ argument 155 #define RB_GENERATE(name, type, field, cmp) \ argument 157 #define RB_GENERATE_STATIC(name, type, field, cmp) \ argument 159 #define RB_GENERATE_INTERNAL(name, type, field, cmp, attr) \ argument
|
/libuv/src/unix/ |
H A D | posix-hrtime.c | 29 uint64_t uv__hrtime(uv_clocktype_t type) { in uv__hrtime()
|
H A D | loop-watcher.c | 25 #define UV_LOOP_WATCHER_DEFINE(name, type) \ argument
|
H A D | aix-common.c | 43 uint64_t uv__hrtime(uv_clocktype_t type) { in uv__hrtime()
|
H A D | tty.c | 137 uv_handle_type type; in uv_tty_init() local 391 int type; in uv_guess_handle() local
|
H A D | fsevents.c | 85 uv__cf_loop_signal_type_t type; member 401 uv__cf_loop_signal_type_t type) { in uv__fsevents_reschedule() 765 uv__cf_loop_signal_type_t type) { in uv__cf_loop_signal()
|
H A D | darwin.c | 60 uint64_t uv__hrtime(uv_clocktype_t type) { in uv__hrtime()
|
H A D | tcp.c | 630 int uv_socketpair(int type, int protocol, uv_os_sock_t fds[2], int flags0, int flags1) { in uv_socketpair()
|
H A D | sunos.c | 373 uint64_t uv__hrtime(uv_clocktype_t type) { in uv__hrtime()
|
H A D | os390.c | 134 uint64_t uv__hrtime(uv_clocktype_t type) { in uv__hrtime()
|
H A D | internal.h | 108 #define ACCESS_ONCE(type, var) \ argument
|
/libuv/src/win/ |
H A D | stream-inl.h | 35 uv_handle_type type) { in uv__stream_init()
|
H A D | signal.c | 116 static BOOL WINAPI uv__signal_control_handler(DWORD type) { in uv__signal_control_handler()
|
H A D | tcp.c | 1567 int uv_socketpair(int type, int protocol, uv_os_sock_t fds[2], int flags0, int flags1) { in uv_socketpair()
|
/libuv/src/ |
H A D | uv-data-getter-setters.c | 24 const char* uv_handle_type_name(uv_handle_type type) { in uv_handle_type_name() 52 const char* uv_req_type_name(uv_req_type type) { in uv_req_type_name()
|
H A D | queue.h | 21 #define uv__queue_data(pointer, type, field) \ argument
|
H A D | uv-common.c | 166 size_t uv_handle_size(uv_handle_type type) { in uv_handle_size() 174 size_t uv_req_size(uv_req_type type) { in uv_req_size() 555 const char* type; in uv__print_handles() local 749 uv_dirent_type_t type; in uv__fs_get_dirent_type() local
|
H A D | uv-common.h | 57 #define container_of(ptr, type, member) \ argument
|
/libuv/test/ |
H A D | test-udp-send-hang-loop.c | 29 #define CHECK_OBJECT(handle, type, parent) \ argument
|
H A D | test-tcp-rst.c | 52 uv_handle_type type = uv_guess_handle(fd); in read_cb() local
|
H A D | benchmark-async-pummel.c | 29 #define ACCESS_ONCE(type, var) (*(volatile type*) &(var)) argument
|
H A D | task.h | 78 #define container_of(ptr, type, member) \ argument 114 #define ASSERT_BASE(a, operator, b, type, conv) \ argument 134 #define ASSERT_BASE_STR(expr, a, operator, b, type, conv) \ argument
|
H A D | benchmark-multi-accept.c | 178 uv_handle_type type; in ipc_read_cb() local 203 static void send_listen_handles(uv_handle_type type, in send_listen_handles()
|
H A D | benchmark-pound.c | 272 const char* type, in pound_it()
|
H A D | benchmark-pump.c | 74 static stream_type type; variable
|