Home
last modified time | relevance | path

Searched defs:loop (Results 226 - 250 of 1499) sorted by relevance

12345678910>>...60

/foundation/resourceschedule/ffrt/src/eu/
H A Dloop_api.cpp42 int ffrt_loop_destroy(ffrt_loop_t loop) in ffrt_loop_destroy() argument
51 int ffrt_loop_run(ffrt_loop_t loop) in ffrt_loop_run() argument
61 ffrt_loop_stop(ffrt_loop_t loop) ffrt_loop_stop() argument
69 ffrt_loop_epoll_ctl(ffrt_loop_t loop, int op, int fd, uint32_t events, void *data, ffrt_poller_cb cb) ffrt_loop_epoll_ctl() argument
77 ffrt_loop_timer_start(ffrt_loop_t loop, uint64_t timeout, void* data, ffrt_timer_cb cb, bool repeat) ffrt_loop_timer_start() argument
85 ffrt_loop_timer_stop(ffrt_loop_t loop, ffrt_timer_t handle) ffrt_loop_timer_stop() argument
[all...]
/foundation/communication/wifi/wifi/base/cRPC/include/
H A Dserver.h43 EventLoop *loop; member
/foundation/communication/wifi/wifi/base/cRPC/src/
H A Devloop.c76 void DestroyEventLoop(EventLoop *loop) in DestroyEventLoop() argument
96 StopEventLoop(EventLoop *loop) StopEventLoop() argument
106 AddFdEvent(EventLoop *loop, int fd, unsigned int addMask) AddFdEvent() argument
139 DelFdEvent(EventLoop *loop, int fd, unsigned int delMask) DelFdEvent() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/can/
H A Dvcan.c90 int loop; in vcan_tx() local
/kernel/linux/linux-5.10/drivers/soc/zte/
H A Dzx2967_pm_domains.c26 unsigned long loop = 1000; in zx2967_power_on() local
70 unsigned long loop = 1000; in zx2967_power_off() local
/kernel/linux/linux-5.10/sound/isa/gus/
H A Dgus_irq.c21 int loop = 100; in snd_gus_interrupt() local
/kernel/linux/linux-6.6/drivers/net/can/
H A Dvcan.c90 int loop; in vcan_tx() local
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dhtab_update.c11 int loop; member
H A Dhtab_reuse.c11 int loop; member
/kernel/liteos_a/kernel/extended/trace/
H A Dtrace_online.c71 UINT32 loop; in OsTraceSendObjTable() local
/kernel/linux/linux-6.6/sound/isa/gus/
H A Dgus_irq.c21 int loop = 100; in snd_gus_interrupt() local
/kernel/liteos_m/components/trace/
H A Dtrace_online.c72 UINT32 loop; in OsTraceSendObjTable() local
/kernel/liteos_a/testsuites/unittest/process/basic/pthread/smoke/
H A Dpthread_test_011.cpp68 int loop = 0; in child() local
/third_party/curl/tests/libtest/
H A Dlib540.c102 static int loop(int num, CURLM *cm, const char *url, const char *userpwd, in loop() function
/third_party/libuv/docs/code/pipe-echo-server/
H A Dmain.c12 uv_loop_t *loop; variable
/third_party/libuv/test/
H A Dtest-tcp-create-socket-early.c60 static void tcp_listener(uv_loop_t* loop, uv_tcp_t* server) { in tcp_listener() argument
77 static void tcp_connector(uv_loop_t* loop, uv_tcp_t* client, uv_connect_t* req) { in tcp_connector() argument
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
/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/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...]

Completed in 7 milliseconds

12345678910>>...60