Home
last modified time | relevance | path

Searched defs:loop (Results 176 - 200 of 1108) sorted by relevance

12345678910>>...45

/third_party/libuv/docs/code/signal/
H A Dmain.c8 uv_loop_t *loop = malloc(sizeof(uv_loop_t)); in create_loop() local
/third_party/libuv/test/
H A Dblackhole-server.c102 uv_loop_t* loop; in HELPER_IMPL() local
H A Dbenchmark-million-async.c82 uv_loop_t* loop; in BENCHMARK_IMPL() local
H A Dtest-eintr-handling.c36 static uv_loop_t* loop; variable
H A Dtest-fs-copyfile.c101 uv_loop_t* loop; in TEST_IMPL() local
H A Dtest-signal-pending-on-close.c29 static uv_loop_t loop; variable
[all...]
H A Dtest-pipe-connect-multiple.c78 uv_loop_t* loop; in TEST_IMPL() local
144 uv_loop_t* loop; TEST_IMPL() local
[all...]
H A Dtest-tcp-close.c79 static void start_server(uv_loop_t* loop, uv_tcp_t* handle) { in start_server() argument
104 uv_loop_t* loop; in TEST_IMPL() local
H A Dtest-tcp-close-while-connecting.c68 uv_loop_t* loop; in TEST_IMPL() local
/third_party/libwebsockets/lib/event-libs/glib/
H A Dprivate-lib-event-libs-glib.h33 GMainLoop *loop; member
/third_party/libuv/docs/code/multi-echo-server/
H A Dworker.c8 uv_loop_t *loop; variable
/third_party/libuv/docs/code/dns/
H A Dmain.c6 uv_loop_t *loop; variable
/third_party/libuv/src/unix/
H A Dasync.c51 int uv_async_init(uv_loop_t* loop, uv_async_t* handle, uv_async_cb async_cb) { in uv_async_init() argument
104 static void uv__async_io(uv_loop_t* loop, uv__io_t* w, unsigned int events) { in uv__async_io() argument
164 uv_loop_t* loop = handle->loop; uv__async_send() local
203 uv__async_start(uv_loop_t* loop) uv__async_start() argument
234 uv__async_fork(uv_loop_t* loop) uv__async_fork() argument
244 uv__async_stop(uv_loop_t* loop) uv__async_stop() argument
[all...]
/third_party/libuv/docs/code/cgi/
H A Dmain.c7 uv_loop_t *loop; variable
/third_party/jerryscript/targets/particle/source/
H A Dmain.cpp138 loop () in loop() function
/third_party/mesa3d/src/compiler/nir/
H A Dnir_sweep.c78 sweep_loop(nir_shader *nir, nir_loop *loop) in sweep_loop() argument
H A Dnir_opt_trivial_continues.c36 lower_trivial_continues_block(nir_block *block, nir_loop *loop) in lower_trivial_continues_block() argument
95 nir_loop *loop = nir_cf_node_as_loop(cf_node); in lower_trivial_continues_list() local
73 lower_trivial_continues_list(struct exec_list *cf_list, bool list_ends_at_loop_tail, nir_loop *loop) lower_trivial_continues_list() argument
[all...]
/third_party/mesa3d/src/compiler/nir/tests/
H A Dopt_if_tests.cpp148 nir_loop *loop = nir_push_loop(&bld); in TEST_F() local
/third_party/node/test/node-api/test_uv_loop/
H A Dtest_uv_loop.cc13 uv_loop_t* loop = nullptr; in SetImmediate() local
/third_party/node/test/addons/async-cleanup-hook/
H A Dbinding.cc19 uv_loop_t* loop = node::GetCurrentEventLoop(data->isolate); in AsyncCleanupHook() local
/third_party/nghttp2/src/
H A Dshrpx_quic_listener.cc33 void readcb(struct ev_loop *loop, ev_io *w, int revent) { in readcb() argument
/third_party/ltp/testcases/kernel/sched/cfs-scheduler/
H A Dstarvation.c26 static long loop = 2000000; variable
/third_party/ltp/testcases/kernel/syscalls/migrate_pages/
H A Dmigrate_pages03.c119 int loop, i, ret; in migrate_test() local
/third_party/ltp/testcases/network/multicast/mc_opts/
H A Dmc_verify_opts.c32 char loop = 0; in main() local
[all...]
/third_party/ltp/testcases/kernel/syscalls/signal/
H A Dsignal06.c68 int loop = 0; in test() local

Completed in 7 milliseconds

12345678910>>...45