| /third_party/libuv/docs/code/multi-echo-server/ |
| H A D | main.c | 7 uv_loop_t *loop; variable
|
| /third_party/libuv/test/ |
| H A D | benchmark-ping-pongs.c | 48 static uv_loop_t* loop; variable
|
| H A D | benchmark-ping-udp.c | 45 static uv_loop_t* loop; variable
|
| H A D | test-tty-duplicate-key.c | 138 uv_loop_t* loop; in TEST_IMPL() local 191 uv_loop_t* loop; in TEST_IMPL() local 257 uv_loop_t* loop; in TEST_IMPL() local [all...] |
| H A D | test-signal-multiple-loops.c | 87 uv_loop_t loop; in signal_handling_worker() local 170 uv_loop_t *loop; in loop_creating_worker() local [all...] |
| H A D | test-tcp-close-reset.c | 34 static uv_loop_t* loop; variable 170 static void start_server(uv_loop_t* loop, uv_tcp_t* handle) { in start_server() argument 187 static void do_connect(uv_loop_t* loop, uv_tcp_t* tcp_client) { in do_connect() argument [all...] |
| H A D | test-tcp-close-accept.c | 88 uv_loop_t* loop; in read_cb() local 144 uv_loop_t* loop; in TEST_IMPL() local [all...] |
| H A D | test-udp-open.c | 309 uv_loop_t* loop; in TEST_IMPL() local
|
| /third_party/libuv/docs/code/uvwget/ |
| H A D | main.c | 7 uv_loop_t *loop; variable
|
| /third_party/mesa3d/bin/ |
| H A D | gen_release_notes.py | 341 loop = asyncio.get_event_loop() variable
|
| /third_party/mesa3d/src/compiler/nir/ |
| H A D | nir_lower_returns.c | 31 nir_loop *loop; member 83 lower_returns_in_loop(nir_loop *loop, struct lower_returns_state *state) in lower_returns_in_loop() argument [all...] |
| H A D | nir_opt_sink.c | 89 loop_contains_block(nir_loop *loop, nir_block *block) in loop_contains_block() argument
|
| H A D | nir_lower_multiview.c | 297 nir_loop* loop = nir_push_loop(&b); in nir_lower_multiview() local
|
| /third_party/mesa3d/src/compiler/glsl/ |
| H A D | test_optpass.cpp | 145 int loop = 0; in test_optpass() local
|
| /third_party/libwebsockets/lwsws/ |
| H A D | main.c | 62 static uv_loop_t loop; variable
|
| /third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/crypto/sha/ |
| H A D | sha256-x86_64.s | |
| /third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/crypto/sha/ |
| H A D | sha256-x86_64.s | |
| /third_party/node/src/tracing/ |
| H A D | node_trace_writer.cc | 14 void NodeTraceWriter::InitializeOnThread(uv_loop_t* loop) { in InitializeOnThread() argument
|
| /third_party/node/benchmark/napi/function_args/ |
| H A D | binding.cc | 117 int32_t loop = args[0].As<Uint32>()->Value(); in CallWithArguments() local
|
| /third_party/libinput/tools/ |
| H A D | libinput-measure-touchpad-pressure.py | 333 def loop(device): function
|
| /third_party/ltp/testcases/kernel/syscalls/send/ |
| H A D | send02.c | 74 static int check_recv(int sock, long expsize, int loop) in check_recv() argument
|
| /third_party/node/deps/openssl/openssl/crypto/engine/ |
| H A D | eng_table.c | 205 int initres, loop = 0; in ossl_engine_table_select() local
|
| /third_party/node/deps/uv/src/ |
| H A D | fs-poll.c | 42 uv_loop_t* loop; member 59 int uv_fs_poll_init(uv_loop_t* loop, uv_fs_poll_t* handle) { in uv_fs_poll_init() argument 71 uv_loop_t* loop; in uv_fs_poll_start() local 281 uv__fs_poll_endgame(uv_loop_t* loop, uv_fs_poll_t* handle) uv__fs_poll_endgame() argument [all...] |
| /third_party/node/deps/uv/src/unix/ |
| H A D | internal.h | 309 UV_UNUSED(static void uv__update_time(uv_loop_t* loop)) UV_UNUSED() argument [all...] |
| H A D | linux-inotify.c | 68 static int init_inotify(uv_loop_t* loop) { in init_inotify() argument 86 int uv__inotify_fork(uv_loop_t* loop, voi argument 151 find_watcher(uv_loop_t* loop, int wd) find_watcher() argument 157 maybe_free_watcher_list(struct watcher_list* w, uv_loop_t* loop) maybe_free_watcher_list() argument 167 uv__inotify_read(uv_loop_t* loop, uv__io_t* dummy, unsigned int events) uv__inotify_read() argument 243 uv_fs_event_init(uv_loop_t* loop, uv_fs_event_t* handle) uv_fs_event_init() argument [all...] |