Searched defs:ptask (Results 1 – 13 of 13) sorted by relevance
/llvm-project/openmp/runtime/test/tasking/ |
H A D | omp51_task_dep_inoutset.c | 64 int thunk_m(int gtid, task_t* ptask) { in thunk_m() 83 int thunk_s(int gtid, task_t* ptask) { in thunk_s()
|
H A D | kmp_task_depend_all.c | 68 int thunk_m(int gtid, task_t* ptask) { in thunk_m() 90 int thunk_s(int gtid, task_t* ptask) { in thunk_s()
|
H A D | kmp_taskwait_depend_all.c | 74 int thunk_m(int gtid, task_t* ptask) { in thunk_m() 96 int thunk_s(int gtid, task_t* ptask) { in thunk_s()
|
H A D | kmp_detach_tasks_t1.c | 52 } *ptask, kmp_task_t; typedef
|
H A D | bug_taskwait_detach.cpp | 53 } * ptask, kmp_task_t; typedef
|
H A D | kmp_taskloop.c | 39 } *ptask, kmp_task_t; typedef
|
H A D | kmp_detach_tasks_t2.c | 52 } *ptask, kmp_task_t; typedef
|
H A D | kmp_taskloop_5.c | 39 } *ptask, kmp_task_t; typedef
|
H A D | kmp_detach_tasks_t3.c | 54 } *ptask, kmp_task_t; typedef
|
/llvm-project/openmp/runtime/test/ompt/tasks/ |
H A D | kmp_task_depend_all.c | 116 int thunk_m(int gtid, task_t *ptask) { in thunk_m() 138 int thunk_s(int gtid, task_t *ptask) { in thunk_s()
|
H A D | omp_task_depend_all.c | 115 int thunk_m(int gtid, task_t *ptask) { in thunk_m() 137 int thunk_s(int gtid, task_t *ptask) { in thunk_s()
|
/llvm-project/openmp/tools/archer/tests/task/ |
H A D | omp_task_depend_all.c | 73 int thunk_m(int gtid, task_t *ptask) { in thunk_m() 95 int thunk_s(int gtid, task_t *ptask) { in thunk_s()
|
/llvm-project/openmp/runtime/src/ |
H A D | kmp_tasking.cpp | 4488 static void __kmp_bottom_half_finish_proxy(kmp_int32 gtid, kmp_task_t *ptask) { argument 4514 void __kmpc_proxy_task_completed(kmp_int32 gtid, kmp_task_t *ptask) { argument 4532 void __kmpc_give_task(kmp_task_t *ptask, kmp_int3 argument 4578 __kmpc_proxy_task_completed_ooo(kmp_task_t * ptask) global() argument 4614 kmp_task_t *ptask = event->ed.task; global() local 5011 __kmp_taskloop_task(int gtid,void * ptask) global() argument [all...] |