Home
last modified time | relevance | path

Searched defs:type (Results 1 – 25 of 31) sorted by relevance

12

/libuv/include/uv/
H A Dtree.h51 #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 Dposix-hrtime.c29 uint64_t uv__hrtime(uv_clocktype_t type) { in uv__hrtime()
H A Dloop-watcher.c25 #define UV_LOOP_WATCHER_DEFINE(name, type) \ argument
H A Daix-common.c43 uint64_t uv__hrtime(uv_clocktype_t type) { in uv__hrtime()
H A Dtty.c137 uv_handle_type type; in uv_tty_init() local
391 int type; in uv_guess_handle() local
H A Dfsevents.c85 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 Ddarwin.c60 uint64_t uv__hrtime(uv_clocktype_t type) { in uv__hrtime()
H A Dtcp.c630 int uv_socketpair(int type, int protocol, uv_os_sock_t fds[2], int flags0, int flags1) { in uv_socketpair()
H A Dsunos.c373 uint64_t uv__hrtime(uv_clocktype_t type) { in uv__hrtime()
H A Dos390.c134 uint64_t uv__hrtime(uv_clocktype_t type) { in uv__hrtime()
H A Dinternal.h108 #define ACCESS_ONCE(type, var) \ argument
/libuv/src/win/
H A Dstream-inl.h35 uv_handle_type type) { in uv__stream_init()
H A Dsignal.c116 static BOOL WINAPI uv__signal_control_handler(DWORD type) { in uv__signal_control_handler()
H A Dtcp.c1567 int uv_socketpair(int type, int protocol, uv_os_sock_t fds[2], int flags0, int flags1) { in uv_socketpair()
/libuv/src/
H A Duv-data-getter-setters.c24 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 Dqueue.h21 #define uv__queue_data(pointer, type, field) \ argument
H A Duv-common.c166 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 Duv-common.h57 #define container_of(ptr, type, member) \ argument
/libuv/test/
H A Dtest-udp-send-hang-loop.c29 #define CHECK_OBJECT(handle, type, parent) \ argument
H A Dtest-tcp-rst.c52 uv_handle_type type = uv_guess_handle(fd); in read_cb() local
H A Dbenchmark-async-pummel.c29 #define ACCESS_ONCE(type, var) (*(volatile type*) &(var)) argument
H A Dtask.h78 #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 Dbenchmark-multi-accept.c178 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 Dbenchmark-pound.c272 const char* type, in pound_it()
H A Dbenchmark-pump.c74 static stream_type type; variable

Completed in 64 milliseconds

12