Home
last modified time | relevance | path

Searched defs:loop (Results 101 - 125 of 1562) sorted by relevance

12345678910>>...63

/kernel/liteos_a/testsuites/kernel/sample/kernel_extend/cpup/full/
H A DIt_extend_cpup_011.c42 UINT32 loop; in Testcase() local
[all...]
/kernel/liteos_m/components/shell/src/cmds/
H A Dshell_shellcmd.c40 UINT32 loop = 0; in OsShellCmdHelp() local
/kernel/liteos_m/testsuites/sample/kernel/hwi/
H A Dit_los_hwi_027.c45 UINT32 loop; in Testcase() local
H A Dit_los_hwi_029.c74 UINT32 loop; in Testcase() local
H A Dit_los_hwi_033.c52 UINT32 loop; in Testcase() local
H A Dit_los_hwi_036.c43 UINT32 loop = 10; // loop 10 time in Testcase() local
H A Dit_los_hwi_030.c48 UINT32 loop; in Testcase() local
H A Dit_los_hwi_034.c47 UINT32 loop; in Testcase() local
H A Dit_los_hwi_031.c48 UINT32 loop; in Testcase() local
H A Dit_los_hwi_038.c41 UINT32 loop = 10; // loop 10 time. in Testcase() local
/kernel/liteos_m/testsuites/sample/kernel/sem/
H A Dit_los_sem_042.c62 UINT32 loop; in Testcase() local
/kernel/liteos_m/testsuites/sample/kernel/task/
H A DIt_los_task_088.c59 UINT32 loop; in TestCase() local
H A DIt_los_task_085.c77 UINT32 loop; in TestCase() local
/kernel/linux/linux-6.6/net/bpfilter/
H A Dmain.c31 static void loop(void) in loop() function
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/swiper/
H A Dswiper_loop_test.cpp23 int32_t loop = 0; in TestSwiperLoop001() local
35 int32_t loop = 1; in TestSwiperLoop002() local
47 int32_t loop = -1; in TestSwiperLoop003() local
/third_party/libuv/docs/code/queue-work/
H A Dmain.c8 uv_loop_t *loop; variable
/third_party/libuv/docs/code/spawn/
H A Dmain.c6 uv_loop_t *loop; variable
/third_party/libuv/test/
H A Dtest-loop-close.c35 uv_loop_t loop; in TEST_IMPL() local
68 static uv_loop_t loop; TEST_IMPL() local
[all...]
H A Dtest-embed.c50 uv_loop_t* loop; in TEST_IMPL() local
H A Dtest-random.c54 uv_loop_t* loop; in TEST_IMPL() local
H A Dtest-walk-handles.c53 uv_loop_t* loop; in TEST_IMPL() local
H A Dtest-getters-setters.c59 uv_loop_t* loop; in TEST_IMPL() local
78 ASSERT_PTR_EQ(uv_handle_get_loop((uv_handle_t*)pipe), loop); in TEST_IMPL() local
[all...]
/third_party/libuv/src/unix/
H A Dno-fsevents.c27 int uv_fs_event_init(uv_loop_t* loop, uv_fs_event_t* handle) { in uv_fs_event_init() argument
/third_party/libuv/docs/code/idle-compute/
H A Dmain.c5 uv_loop_t *loop; variable
/third_party/libuv/src/win/
H A Dasync.c31 void uv__async_endgame(uv_loop_t* loop, uv_async_t* handle) { in uv__async_endgame() argument
40 int uv_async_init(uv_loop_t* loop, uv_async_t* handle, uv_async_cb async_cb) { in uv_async_init() argument
57 void uv__async_close(uv_loop_t* loop, uv_async_t* handle) { in uv__async_close() argument
67 uv_loop_t* loop = handle->loop; in uv_async_send() local
86 void uv__process_async_wakeup_req(uv_loop_t* loop, uv_async_t* handle, in uv__process_async_wakeup_req() argument
[all...]

Completed in 8 milliseconds

12345678910>>...63