Home
last modified time | relevance | path

Searched defs:task (Results 1 – 25 of 49) sorted by relevance

12

/llvm-project-15.0.7/openmp/runtime/test/tasking/
H A Dkmp_taskloop.c27 typedef struct task { struct
29 int(* routine)(int,struct task*); argument
39 } *ptask, kmp_task_t; argument
60 __kmpc_taskloop(ident_t *loc, int gtid, kmp_task_t *task, int if_val, argument
75 int task_entry(int gtid, ptask task) in task_entry()
94 ptask task; in main() local
H A Dkmp_taskloop_5.c28 typedef struct task { struct
30 int(* routine)(int,struct task*); argument
39 } *ptask, kmp_task_t; argument
59 __kmpc_taskloop_5(ident_t *loc, int gtid, kmp_task_t *task, int if_val, argument
74 int task_entry(int gtid, ptask task) in task_entry()
94 ptask task; in task_loop() local
H A Dbug_taskwait_detach.cpp37 void *task; member
44 typedef struct task { struct
46 int (*routine)(int, struct task *); argument
51 // privates used in the task: argument
67 kmp_task_t *task); argument
74 void target(ptask task) { in target()
81 int task_entry(int gtid, ptask task) { in task_entry()
96 ptask task = (ptask)__kmpc_omp_task_alloc( in main() local
H A Dkmp_taskwait_nowait.c23 typedef struct task { struct
40 int __kmpc_omp_task_with_deps(_id *loc, int gtid, task_t *task, int ndeps, argument
H A Dkmp_detach_tasks_t1.c36 void *task; member
43 typedef struct task { struct
45 int(*routine)(int,struct task*); argument
50 // privates used in the task: argument
61 extern int __kmpc_omp_task(id *loc, int gtid, ptask task); argument
71 int task_entry(int gtid, ptask task) { in task_entry()
79 ptask task; in main() local
H A Dkmp_detach_tasks_t2.c36 void *task; member
43 typedef struct task { struct
45 int(*routine)(int,struct task*); argument
50 // privates used in the task: argument
62 extern int __kmpc_omp_task(id *loc, int gtid, kmp_task_t *task); argument
72 int task_entry(int gtid, ptask task) { in task_entry()
81 ptask task; in main() local
H A Domp51_task_dep_inoutset.c45 typedef struct task { struct
68 printf("task _%d, th %d\n", ptask->f_priv, th); in thunk_m() argument
H A Dkmp_detach_tasks_t3.c38 void *task; member
45 typedef struct task { struct
47 int(*routine)(int,struct task*); argument
52 // privates used in the task: argument
70 extern int __kmpc_omp_task_with_deps(id *loc, int gtid, ptask task, int nd, argument
82 int task_entry(int gtid, ptask task) { in task_entry()
90 ptask task; in main() local
H A Dkmp_task_depend_all.c49 typedef struct task { struct
73 printf("task m_%d, th %d, checker %d\n", ptask->f_priv, th, lcheck); in thunk_m() argument
H A Dkmp_taskwait_depend_all.c55 typedef struct task { struct
79 printf("task m_%d, th %d, checker %d\n", ptask->f_priv, th, lcheck); in thunk_m() argument
/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/
H A DMachVMMemory.cpp33 nub_size_t MachVMMemory::PageSize(task_t task) { in PageSize()
63 nub_size_t MachVMMemory::MaxBytesLeftInPage(task_t task, nub_addr_t addr, in MaxBytesLeftInPage()
78 std::vector<nub_addr_t> get_dirty_pages(task_t task, mach_vm_address_t addr, in get_dirty_pages()
118 nub_bool_t MachVMMemory::GetMemoryRegionInfo(task_t task, nub_addr_t address, in GetMemoryRegionInfo()
168 DNBProfileDataScanType scanType, task_t task, struct task_basic_info ti, in GetMemoryProfile()
210 nub_size_t MachVMMemory::Read(task_t task, nub_addr_t address, void *data, in Read()
253 nub_size_t MachVMMemory::Write(task_t task, nub_addr_t address, in Write()
301 nub_size_t MachVMMemory::WriteRegion(task_t task, const nub_addr_t address, in WriteRegion()
H A DGenealogy.cpp66 task_t task, bool &timed_out) { in GetGenealogyInfoForThread()
92 task_t task) { in GetActivities()
/llvm-project-15.0.7/llvm/utils/vscode/llvm/src/
H A DlitTaskProvider.ts8 task: string; property
36 const task = _task.definition.task; constant
/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_cancel.cpp81 kmp_taskdata_t *task; in __kmpc_cancel() local
194 kmp_taskdata_t *task; in __kmpc_cancellationpoint() local
321 kmp_taskdata_t *task; in __kmp_get_cancellation_status() local
H A Dkmp_tasking.cpp827 kmp_task_t *task) { in __kmpc_omp_task_begin_if0()
1207 kmp_task_t *task) { in __kmpc_omp_task_complete()
1355 kmp_task_t *task; in __kmp_task_alloc() local
2848 kmp_task_t *task = NULL; in __kmp_get_priority_task() local
2948 kmp_task_t *task; in __kmp_remove_my_task() local
3022 kmp_task_t *task; in __kmp_steal_task() local
3161 kmp_task_t *task; in __kmp_execute_tasks_template() local
4406 kmp_task_t *task; in __kmp_task_dup_alloc() local
4483 kmp_task_t *task; member in kmp_taskloop_bounds_t
4704 kmp_task_t *task; member
[all …]
/llvm-project-15.0.7/openmp/runtime/test/tasking/hidden_helper_task/
H A Dtaskgroup.cpp30 kmp_task_t task; member
39 kmp_int32 omp_task_entry(kmp_int32 gtid, kmp_task_t_with_privates *task) { in omp_task_entry() argument
H A Ddepend.cpp36 kmp_task_t task; member
45 kmp_int32 omp_task_entry(kmp_int32 gtid, kmp_task_t_with_privates *task) { in omp_task_entry() argument
H A Dgtid.cpp37 kmp_task_t task; member
47 kmp_int32 omp_task_entry(kmp_int32 gtid, kmp_task_t_with_privates *task) { in omp_task_entry() argument
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/readability/Inputs/identifier-naming/system/
H A Dcoroutines.h24 struct task { struct
26 task get_return_object() noexcept { return {}; } in get_return_object() argument
/llvm-project-15.0.7/lld/wasm/
H A DLTO.cpp133 [&](size_t task, std::unique_ptr<MemoryBuffer> mb) { in compile()
138 [&](size_t task) { in compile()
/llvm-project-15.0.7/lld/ELF/
H A DLTO.cpp170 c.PostInternalizeModuleHook = [](size_t task, const Module &m) { in createConfig()
323 [&](size_t task, std::unique_ptr<MemoryBuffer> mb) { in compile()
329 [&](size_t task) { in compile()
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dubsan-coroutines.cpp29 struct task { struct
31 task get_return_object() { return task(); } in get_return_object() argument
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dcoroutine_handle-address-return-type.cpp43 struct task { struct
47 auto get_return_object() { return task{}; } in get_return_object() argument
H A Dcoroutine_handle-address-return-type-exp-namespace.cpp44 struct task { struct
48 auto get_return_object() { return task{}; } in get_return_object() argument
/llvm-project-15.0.7/lld/MachO/
H A DLTO.cpp120 [&](size_t task, std::unique_ptr<MemoryBuffer> mb) { in compile()
125 [&](size_t task) { in compile()

12