Home
last modified time | relevance | path

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

123

/llvm-project/clang/test/CodeGenCoroutines/
H A Dpr59221.cpp9 template <typename T> struct task { struct
10 struct promise_type {
41 task(promise_type & p) noexcept: promise{p} { } in task() argument
43 ~task() noexcept { in ~task() argument
47 auto await_ready() noexcept { in await_ready()
73 static inline auto a() noexcept -> task<int> { in a() argument
H A Dcoro-function-try-block.cpp6 struct task { struct
8 task get_return_object(); argument
H A Dcoro-dealloc.cpp12 struct task { struct
16 auto get_return_object() { return task{}; } in get_return_object() argument
/llvm-project/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_task_deps.h14 typedef struct task { struct
22 } kmp_task_t; 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/clang/test/SemaCXX/
H A Dwarn-throw-out-noexcept-coro.cpp11 struct task { struct
14 explicit task(promise_type& p) { throw 1; p.return_val = this; } in task() argument
21 task<T> get_return_object() { return task{*this}; } in get_return_object() argument
H A Dwarn-unused-parameters-coroutine.cpp11 struct task : awaitable { struct
13 task get_return_object() noexcept; argument
H A Dcoroutine-no-valid-dealloc.cpp12 struct task { struct
16 auto get_return_object() { return task{}; } in get_return_object() argument
H A Dcoroutine-unreachable-warning.cpp7 struct task { struct
13 task get_return_object(); argument
/llvm-project/openmp/runtime/test/ompt/tasks/
H A Dkmp_task_depend_all.c97 typedef struct task { struct
121 printf("task m_%d, th %d, checker %d\n", ptask->f_priv, th, lcheck); in thunk_m() argument
H A Domp_task_depend_all.c96 typedef struct task { struct
120 printf("task m_%d, th %d, checker %d\n", ptask->f_priv, th, lcheck); in thunk_m() argument
/llvm-project/openmp/tools/archer/tests/task/
H A Domp_task_depend_all.c54 typedef struct task { struct
78 printf("task m_%d, th %d, checker %d\n", ptask->f_priv, th, lcheck); in thunk_m() argument
/llvm-project/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()
/llvm-project/llvm/utils/vscode/llvm/src/
H A DlitTaskProvider.ts8 task: string; property
36 const task = _task.definition.task; constant
/llvm-project/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
/llvm-project/openmp/runtime/test/tasking/hidden_helper_task/
H A Daffinity.cpp48 kmp_task_t task; member
57 kmp_int32 omp_task_entry(kmp_int32 gtid, kmp_task_t_with_privates *task) { in omp_task_entry() argument

123