| /kernel/linux/linux-6.6/net/sunrpc/ |
| H A D | debugfs.c | 23 struct rpc_task *task = v; in tasks_show() local 47 struct rpc_task *task; global() variable 60 struct rpc_task *task = v; tasks_next() local [all...] |
| /test/xts/acts/ability_lite/ability_posix/src/ |
| H A D | AbilityMgrTest.cpp | 946 auto task = [hapPath]{
in HWTEST_F() local
|
| H A D | AbilityMgrTest2.cpp | 978 auto task = [this, hapPath]{
in HWTEST_F() local
|
| /third_party/ffmpeg/libavfilter/dnn/ |
| H A D | dnn_backend_native.c | 51 static int extract_lltask_from_task(TaskItem *task, Queue *lltask_queue) in extract_lltask_from_task() argument 105 TaskItem task; in get_output_native() local 308 TaskItem *task = NULL; execute_model_native() local 439 TaskItem *task; ff_dnn_execute_model_native() local [all...] |
| /third_party/FreeBSD/sys/dev/usb/net/ |
| H A D | usb_ethernet.c | 79 struct usb_ether_cfg_task *task; in ue_queue_command() local 281 struct usb_ether_cfg_task *task = in ue_attach_post_task() local 418 struct usb_ether_cfg_task *task = in ue_start_task() local 438 struct usb_ether_cfg_task *task in ue_stop_task() local 510 struct usb_ether_cfg_task *task = ue_tick_task() local [all...] |
| /third_party/libuv/test/ |
| H A D | runner.c | 70 task_entry_t* task; in run_tests() local 152 task_entry_t* task; run_test() local 352 task_entry_t* task; run_test_part() local 370 find_helpers(const task_entry_t* task, const task_entry_t** helpers) find_helpers() argument 388 const task_entry_t* task; print_tests() local [all...] |
| /third_party/mesa3d/src/gallium/frontends/omx/bellagio/ |
| H A D | vid_enc.c | 784 static void enc_HandleTask(omx_base_PortType *port, struct encode_task *task, in enc_HandleTask() argument 821 struct encode_task *task; in enc_ClearBframes() local 852 struct encode_task *task; vid_enc_EncodeFrame() local [all...] |
| /third_party/mesa3d/src/gallium/frontends/omx/tizonia/ |
| H A D | h264eprc.c | 240 static void enc_HandleTask(vid_enc_PrivateType * priv, struct encode_task *task, in enc_HandleTask() argument 271 struct encode_task *task; in enc_ClearBframes() local 307 struct encode_task *task; encode_frame() local [all...] |
| /third_party/mesa3d/src/gallium/frontends/omx/ |
| H A D | vid_enc_common.c | 128 struct encode_task *task; in vid_enc_BufferEncoded_common() local 183 struct encode_task *task; in enc_NeedTask_common() local [all...] |
| /third_party/node/src/ |
| H A D | node_platform.h | 46 std::unique_ptr<v8::Task> task; member [all...] |
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| H A D | lp_rast_priv.h | 155 lp_rast_get_color_block_pointer(struct lp_rasterizer_task *task, in lp_rast_get_color_block_pointer() argument 193 lp_rast_get_depth_block_pointer(struct lp_rasterizer_task *task, unsigned x, unsigned y, unsigned layer) lp_rast_get_depth_block_pointer() argument 225 lp_rast_shade_quads_all( struct lp_rasterizer_task *task, const struct lp_rast_shader_inputs *inputs, unsigned x, unsigned y ) lp_rast_shade_quads_all() argument [all...] |
| /third_party/node/deps/v8/src/compiler-dispatcher/ |
| H A D | lazy-compile-dispatcher.cc | 60 LazyCompileDispatcher::Job::Job(std::unique_ptr<BackgroundCompileTask> task) in Job() argument [all...] |
| H A D | lazy-compile-dispatcher.h | 150 std::unique_ptr<BackgroundCompileTask> task; member [all...] |
| /third_party/node/deps/v8/src/heap/ |
| H A D | array-buffer-sweeper.cc | 159 auto task = MakeCancelableTask(heap_->isolate(), [this, type] { in RequestSweep() local
|
| /third_party/node/deps/v8/src/libplatform/ |
| H A D | default-platform.cc | 159 std::unique_ptr<Task> task = task_runner->PopTaskFromQueue(wait_for_work); in PumpMessageLoop() local 183 std::unique_ptr<IdleTask> task = task_runner->PopTaskFromIdleQueue(); in RunIdleTasks() local 204 void DefaultPlatform::CallOnWorkerThread(std::unique_ptr<Task> task) { in CallOnWorkerThread() argument 214 CallDelayedOnWorkerThread(std::unique_ptr<Task> task, double delay_in_seconds) CallDelayedOnWorkerThread() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/ |
| H A D | vktShaderObjectCreateTests.cpp | 219 const auto& task = binaries.get("task"); in iterate() local 344 std::stringstream task; in initPrograms() local 670 std::stringstream task; in initPrograms() local [all...] |
| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| H A D | ParallelShaderCompileTest.cpp | 149 auto &task = compileTasks[i]; in run() local 168 auto &task = linkTasks[i]; in run() local [all...] |
| /third_party/skia/src/codec/ |
| H A D | SkBmpRLECodec.cpp | 374 const uint8_t task = fStreamBuffer[fCurrRLEByte++]; in decodeRLE() local
|
| /third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
| H A D | CreatePipelineAsyncTests.cpp | 129 CreatePipelineAsyncTask task; member in CreatePipelineAsyncTest [all...] |
| /third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
| H A D | GPUDevice.cpp | 315 AsyncTask task; in createComputePipelineAsync() member 358 AsyncTask task; in createRenderPipelineAsync() member 455 AsyncTask task; in popErrorScope() member
|
| /third_party/skia/tools/calmbench/ |
| H A D | ab.py | 209 def task(): function
|
| /third_party/python/Lib/test/test_importlib/ |
| H A D | test_threaded_import.py | 24 def task(N, done, done_tasks, errors): function
|
| /kernel/linux/linux-5.10/drivers/dma/qcom/ |
| H A D | hidma.h | 72 struct tasklet_struct task; /* task delivering notifications */ member 132 struct tasklet_struct task; member
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_gem.c | 915 struct task_struct *task; in amdgpu_debugfs_gem_info() local
|
| /kernel/linux/linux-5.10/arch/loongarch/kernel/ |
| H A D | ptrace.c | 514 const struct user_regset_view *task_user_regset_view(struct task_struct *task) in task_user_regset_view() argument 693 void user_enable_single_step(struct task_struct *task) in user_enable_single_step() argument 706 user_disable_single_step(struct task_struct *task) user_disable_single_step() argument [all...] |