Home
last modified time | relevance | path

Searched defs:tasks (Results 1 – 25 of 70) sorted by relevance

123

/third_party/musl/porting/linux/user/ldso/
Ddynlink_rand.c123 struct loadtasks *tasks = internal_malloc(sizeof(struct loadtasks)); in create_loadtasks() local
133 bool append_loadtasks(struct loadtasks *tasks, struct loadtask *item) in append_loadtasks()
186 struct loadtask *get_loadtask(struct loadtasks *tasks, size_t index) in get_loadtask()
195 void free_loadtasks(struct loadtasks *tasks) in free_loadtasks()
213 void shuffle_loadtasks(struct loadtasks *tasks) in shuffle_loadtasks()
/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/meta/
Dshard_shuffle.cc45 Status ShardShuffle::CategoryShuffle(ShardTaskList &tasks) { in CategoryShuffle()
68 Status ShardShuffle::ShuffleFiles(ShardTaskList &tasks) { in ShuffleFiles()
122 Status ShardShuffle::ShuffleInfile(ShardTaskList &tasks) { in ShuffleInfile()
157 Status ShardShuffle::Execute(ShardTaskList &tasks) { in Execute()
Dshard_sample.cc83 Status ShardSample::UpdateTasks(ShardTaskList &tasks, int taking) { in UpdateTasks()
125 Status ShardSample::Execute(ShardTaskList &tasks) { in Execute()
166 Status ShardSample::SufExecute(ShardTaskList &tasks) { in SufExecute()
Dshard_category.cc37 Status ShardCategory::Execute(ShardTaskList &tasks) { return Status::OK(); } in Execute()
Dshard_pk_sample.cc40 Status ShardPkSample::SufExecute(ShardTaskList &tasks) { in SufExecute()
Dshard_sequential_sample.cc41 Status ShardSequentialSample::Execute(ShardTaskList &tasks) { in Execute()
Dshard_distributed_sample.cc58 Status ShardDistributedSample::PreExecute(ShardTaskList &tasks) { in PreExecute()
/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/include/
Dshard_operator.h48 virtual Status PreExecute(ShardTaskList &tasks) { return Status::OK(); } in PreExecute()
52 virtual Status SufExecute(ShardTaskList &tasks) { return Status::OK(); } in SufExecute()
/third_party/boost/libs/graph/example/
Dtopo-sort2.cpp17 const char* tasks[] in main() local
Dtopo-sort1.cpp18 const char* tasks[] in main() local
Dtopo-sort-with-sgb.cpp20 const char* tasks[] in main() local
/third_party/typescript/scripts/
Drun-sequence.js8 function runSequence(tasks, opts = { timeout: 100000, shell: true }) { argument
DerrorCheck.ts23 const tasks: ((callback: () => void) => void)[] = []; constant
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/
Dunique_cpu_kernel.h112 std::vector<common::Task> tasks; in SplitAndCalculateBucketSize() local
220 std::vector<common::Task> tasks; in GatherSegmentsToBuckets() local
295 std::vector<common::Task> tasks; in UniqueEachBucket() local
351 std::vector<common::Task> tasks; in MergeBuckets() local
Dsparse_optimizer_cpu_kernel.h124 std::vector<common::Task> tasks; in MultiThreadCompute() local
178 std::vector<common::Task> tasks; in SplitAndCalculateSegmentBucketSize() local
271 std::vector<common::Task> tasks; in GatherSegmentIndicesToOutputBucket() local
390 std::vector<common::Task> tasks; in ReduceBucketSparseGradientToWorkspace() local
Dshift_cpu_kernel.cc116 std::vector<common::Task> tasks; in Launch() local
Dassign_cpu_kernel.cc78 std::vector<common::Task> tasks; in Launch() local
/third_party/icu/docs/ide4c/vscode/
Dtasks.json5 "tasks": [ array
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DWorkerThread_unittest.cpp34 std::array<std::shared_ptr<TestTask>, 4> tasks = { in TEST() local
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DWorkerThread_unittest.cpp34 std::array<std::shared_ptr<TestTask>, 4> tasks = { in TEST() local
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-converter.c137 GstQueueArray *tasks; member
480 gpointer tasks[4]; member
3266 ConvertTask *tasks; in video_converter_generic() local
3415 FConvertTask *tasks; in convert_I420_YUY2() local
3492 FConvertTask *tasks; in convert_I420_UYVY() local
3570 FConvertTask *tasks; in convert_I420_AYUV() local
3725 FConvertTask *tasks; in convert_I420_v210() local
3809 FConvertTask *tasks; in convert_YUY2_I420() local
3972 FConvertTask *tasks; in convert_v210_I420() local
4053 FConvertPlaneTask *tasks; in convert_YUY2_AYUV() local
[all …]
/third_party/elfio/.vscode/
Dtasks.json2 "tasks": [ array
/third_party/typescript/.vscode/
Dtasks.json5 "tasks": [ array
/third_party/mindspore/mindspore/ccsrc/common/
Dthread_pool.cc74 bool ThreadPool::SyncRun(const std::vector<Task> &tasks) { in SyncRun()
/third_party/cef/tests/cefclient/browser/
Dmain_message_loop_multithreaded_gtk.cc132 std::queue<CefRefPtr<CefTask>> tasks; in RunTasks() local

123