Home
last modified time | relevance | path

Searched defs:tasks (Results 1 - 25 of 58) sorted by relevance

123

/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DWorkerThread_unittest.cpp34 std::array<std::shared_ptr<TestTask>, 4> tasks = { in TEST() local
/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Dcustom_paint_element.h34 std::list<TaskFunc> tasks; variable
/third_party/musl/libc-test/src/functionalext/unittest/
H A Dunit_test_mock_dynlink.c54 struct loadtask *get_loadtask(struct loadtasks *tasks, size_t index) in get_loadtask() argument
63 void free_loadtasks(struct loadtasks *tasks) in free_loadtasks() argument
[all...]
/third_party/python/Lib/asyncio/
H A Dstaggered.py11 from . import tasks namespace
H A Dtaskgroups.py9 from . import tasks namespace
H A Dtimeouts.py8 from . import tasks namespace
H A Drunners.py12 from . import tasks namespace
/foundation/systemabilitymgr/samgr_lite/samgr/source/
H A Dtask_manager.h45 ThreadId tasks[0]; member
/third_party/python/Lib/test/test_asyncio/
H A Dtest_futures2.py5 from asyncio import tasks namespace
/foundation/multimodalinput/input/service/delegate_task/test/
H A Ddelegate_tasks_test.cpp131 std::vector<DelegateTasks::TaskPtr> tasks; in HWTEST_F() local
145 std::vector<DelegateTasks::TaskPtr> tasks; in HWTEST_F() local
/third_party/skia/tests/
H A DGrRenderTaskClusterTest.cpp24 static void make_tasks(int count, SkTArray<sk_sp<GrMockRenderTask>>* tasks) { in make_tasks() argument
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
H A Dnon_marl_bench.cpp70 std::queue<Task> tasks; in SingleQueueTaskExecutor() local
/foundation/ability/ability_runtime/frameworks/native/appkit/app_startup/
H A Dstartup_task_dispatcher.cpp24 StartupTaskDispatcher::StartupTaskDispatcher(const std::map<std::string, std::shared_ptr<StartupTask>> &tasks, in StartupTaskDispatcher() argument
H A Dstartup_task_manager.cpp24 StartupTaskManager(uint32_t startupTaskManagerId, std::map<std::string, std::shared_ptr<StartupTask>> tasks) StartupTaskManager() argument
/foundation/multimodalinput/input/intention/scheduler/task_scheduler/src/
H A Dtask_scheduler.cpp75 std::vector<TaskPtr> tasks; in ProcessTasks() local
116 void TaskScheduler::PopPendingTaskList(std::vector<TaskPtr> &tasks) in PopPendingTaskList() argument
/foundation/multimodalinput/input/service/delegate_task/src/
H A Ddelegate_tasks.cpp82 std::vector<TaskPtr> tasks; in ProcessTasks() local
125 void DelegateTasks::PopPendingTaskList(std::vector<TaskPtr> &tasks) in PopPendingTaskList() argument
/foundation/distributeddatamgr/pasteboard/framework/framework/ffrt/
H A Dffrt_utils.cpp26 void FFRTUtils::SubmitQueueTasks(const std::vector<FFRTTask> &tasks, FFRTQueue &queue) in SubmitQueueTasks() argument
/foundation/distributeddatamgr/pasteboard/framework/test/src/
H A Dffrt_utils_test.cpp84 std::vector<FFRTTask> tasks; in HWTEST_F() local
/foundation/distributeddatamgr/pasteboard/test/fuzztest/ffrtutils_fuzzer/
H A Dffrtutils_fuzzer.cpp50 std::vector<FFRTTask> tasks; in FuzzFfrtUtilsSubmitQueueTasks() local
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dswapchain9.h75 struct threadpool_task *tasks[D3DPRESENT_BACK_BUFFERS_MAX_EX + 1]; member
/third_party/mesa3d/src/gallium/frontends/omx/
H A Dvid_enc_common.h64 struct list_head tasks; member
/foundation/resourceschedule/ffrt/test/ut/testcase/
H A Dut_scheduler.cpp61 std::queue<std::unique_ptr<SCPUEUTask>> tasks; in HWTEST_F() local
/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...]

Completed in 8 milliseconds

123