Home
last modified time | relevance | path

Searched defs:tasks (Results 51 - 75 of 144) sorted by relevance

123456

/kernel/linux/linux-6.6/samples/bpf/
H A Dtest_overhead_user.c108 static void run_perf_test(int tasks, int flags) in run_perf_test() argument
H A Dtracex2_user.c85 static struct task tasks[1024]; in print_hist() local
H A Dmap_perf_test_user.c94 static int pre_test_lru_hash_lookup(int tasks) in pre_test_lru_hash_lookup() argument
315 static int pre_test(int tasks) in pre_test() argument
346 static void run_perf_test(int tasks) in run_perf_test() argument
/third_party/ffmpeg/libavcodec/
H A Dframe_thread_encoder.c59 Task tasks[BUFFER_SIZE]; member
[all...]
/third_party/musl/porting/linux/user/ldso/
H A Ddynlink_rand.c121 struct loadtasks *tasks = __libc_malloc(sizeof(struct loadtasks)); in create_loadtasks() local
131 bool append_loadtasks(struct loadtasks *tasks, struct loadtask *item) in append_loadtasks() argument
184 get_loadtask(struct loadtasks *tasks, size_t index) get_loadtask() argument
193 free_loadtasks(struct loadtasks *tasks) free_loadtasks() argument
211 shuffle_loadtasks(struct loadtasks *tasks) shuffle_loadtasks() argument
[all...]
/third_party/musl/ldso/linux/
H A Ddynlink_rand.c121 struct loadtasks *tasks = __libc_malloc(sizeof(struct loadtasks)); in create_loadtasks() local
131 bool append_loadtasks(struct loadtasks *tasks, struct loadtask *item) in append_loadtasks() argument
188 get_loadtask(struct loadtasks *tasks, size_t index) get_loadtask() argument
197 free_loadtasks(struct loadtasks *tasks) free_loadtasks() argument
215 shuffle_loadtasks(struct loadtasks *tasks) shuffle_loadtasks() argument
[all...]
/third_party/libabigail/src/
H A Dabg-workers.cc327 schedule_tasks(const tasks_type& tasks) schedule_tasks() argument
[all...]
/third_party/python/Lib/test/test_asyncio/
H A Dtest_timeouts.py7 from asyncio import tasks namespace
/third_party/python/Lib/asyncio/
H A Dsubprocess.py8 from . import tasks namespace
H A Dlocks.py11 from . import tasks namespace
[all...]
/base/request/request/services/src/manage/scheduler/qos/
H A Dapps.rs191 let mut tasks in reload_all_app_from_database() variables
[all...]
/base/request/request/test/unittest/cpp_test/fwkTest/src/
H A Drequest_manager_impl_test.cpp710 std::map<std::string, std::shared_ptr<Request>> tasks = RequestManagerImpl::GetInstance()->tasks_; in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dui_task_scheduler.cpp108 auto tasks = std::move(syncGeometryNodeTasks_); in FlushSyncGeometryNodeTasks() local
[all...]
/kernel/linux/linux-5.10/samples/bpf/
H A Dtracex2_user.c86 static struct task tasks[1024]; in print_hist() local
H A Dmap_perf_test_user.c95 static int pre_test_lru_hash_lookup(int tasks) in pre_test_lru_hash_lookup() argument
313 static int pre_test(int tasks) in pre_test() argument
344 static void run_perf_test(int tasks) in run_perf_test() argument
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_rast_priv.h125 struct lp_rasterizer_task tasks[LP_MAX_THREADS]; member
/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Drender_custom_paint.h59 void SetTasks(const std::list<TaskFunc>& tasks) in SetTasks() argument
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Dskinning_system.cpp319 const auto tasks = resultCount / (taskSize == 0 ? 1 : taskSize); in Update() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_uifirst_manager_test.cpp649 std::vector<std::function<void()>> tasks; in HWTEST_F() local
665 std::vector<std::function<void()>> tasks; in HWTEST_F() local
/kernel/linux/linux-5.10/include/linux/
H A Dpsi_types.h71 unsigned int tasks[NR_PSI_TASK_COUNTS]; member
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H A Dqed_nvmetcp.c192 qed_nvmetcp_start(struct qed_dev *cdev, struct qed_nvmetcp_tid *tasks, void *event_context, nvmetcp_event_cb_t async_event_cb) qed_nvmetcp_start() argument
/kernel/linux/linux-6.6/include/linux/
H A Dpsi_types.h91 unsigned int tasks[NR_PSI_TASK_COUNTS]; member
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
H A Dscheduler.h440 GUARDED_BY(mutex) TaskQueue tasks; global() member
[all...]
/base/request/request/frameworks/cj/ffi/include/
H A Dcj_request_ffi.h186 RequestCArrString tasks; member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_event_handler_test/
H A Dbms_event_handler_test.cpp964 std::vector<PreScanInfo> tasks; in HWTEST_F() local

Completed in 31 milliseconds

123456