Home
last modified time | relevance | path

Searched defs:task (Results 801 - 825 of 1598) sorted by relevance

1...<<31323334353637383940>>...64

/third_party/FreeBSD/sys/dev/usb/net/
H A Dusb_ethernet.c79 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 Drunner.c70 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 Dvid_enc.c784 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 Dh264eprc.c240 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 Dvid_enc_common.c128 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 Dnode_platform.h46 std::unique_ptr<v8::Task> task; member
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_rast_priv.h155 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 Dlazy-compile-dispatcher.cc60 LazyCompileDispatcher::Job::Job(std::unique_ptr<BackgroundCompileTask> task) in Job() argument
[all...]
H A Dlazy-compile-dispatcher.h150 std::unique_ptr<BackgroundCompileTask> task; member
[all...]
/third_party/node/deps/v8/src/heap/
H A Darray-buffer-sweeper.cc159 auto task = MakeCancelableTask(heap_->isolate(), [this, type] { in RequestSweep() local
/third_party/node/deps/v8/src/libplatform/
H A Ddefault-platform.cc159 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 DvktShaderObjectCreateTests.cpp219 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 DParallelShaderCompileTest.cpp149 auto &task = compileTasks[i]; in run() local
168 auto &task = linkTasks[i]; in run() local
[all...]
/third_party/skia/src/codec/
H A DSkBmpRLECodec.cpp374 const uint8_t task = fStreamBuffer[fCurrRLEByte++]; in decodeRLE() local
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DCreatePipelineAsyncTests.cpp129 CreatePipelineAsyncTask task; member in CreatePipelineAsyncTest
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
H A DGPUDevice.cpp315 AsyncTask task; in createComputePipelineAsync() member
358 AsyncTask task; in createRenderPipelineAsync() member
455 AsyncTask task; in popErrorScope() member
/third_party/skia/tools/calmbench/
H A Dab.py209 def task(): function
/third_party/python/Lib/test/test_importlib/
H A Dtest_threaded_import.py24 def task(N, done, done_tasks, errors): function
/kernel/linux/linux-5.10/drivers/dma/qcom/
H A Dhidma.h72 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 Damdgpu_gem.c915 struct task_struct *task; in amdgpu_debugfs_gem_info() local
/kernel/linux/linux-5.10/arch/loongarch/kernel/
H A Dptrace.c514 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...]
/kernel/linux/linux-5.10/arch/alpha/kernel/
H A Dtraps.c147 void show_stack(struct task_struct *task, unsigned long *sp, const char *loglvl) in show_stack() argument
/kernel/linux/linux-5.10/arch/arm64/kernel/
H A Dvdso.c143 int vdso_join_timens(struct task_struct *task, struct time_namespace *ns) in vdso_join_timens() argument
H A Dprocess.c631 long set_tagged_addr_ctrl(struct task_struct *task, unsigned long arg) in set_tagged_addr_ctrl() argument
660 get_tagged_addr_ctrl(struct task_struct *task) get_tagged_addr_ctrl() argument
[all...]
H A Ddebug-monitors.c391 void user_rewind_single_step(struct task_struct *task) in user_rewind_single_step() argument
402 void user_fastforward_single_step(struct task_struct *task) in user_fastforward_single_step() argument
448 void user_enable_single_step(struct task_struct *task) in user_enable_single_step() argument
408 user_regs_reset_single_step(struct user_pt_regs *regs, struct task_struct *task) user_regs_reset_single_step() argument
457 user_disable_single_step(struct task_struct *task) user_disable_single_step() argument
[all...]

Completed in 27 milliseconds

1...<<31323334353637383940>>...64