Lines Matching defs:loop
3789 uv_loop_t* loop;
3790 ExpectCheckCall(napi_get_uv_event_loop(data->env, &loop));
3791 int res = uv_async_init(loop, &data->async, AfterCleanupHookOne);
4271 * @tc.desc: Test napi_run_event_loop with nullptr loop
4286 * @tc.desc: Test napi_run_event_loop with nullptr loop
4404 * @tc.desc: Test napi_stop_event_loop with nullptr loop.
4465 * @tc.desc: Test napi_stop_event_loop before running the loop.
4499 // 2. create async work to stop the loop
4512 // stop the loop after the task is processed
4518 // 3. run the loop
6283 struct uv_loop_s** loop = nullptr;
6285 napi_status status = napi_get_uv_event_loop(env, loop);