Home
last modified time | relevance | path

Searched refs:__kmp_omp_task (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_taskdeps.h105 __kmp_omp_task(gtid, successor->task, false); in __kmp_release_deps()
184 __kmp_omp_task(gtid, successor->dn.task, false); in __kmp_release_deps()
187 __kmp_omp_task(gtid, successor->dn.task, false); in __kmp_release_deps()
H A Dkmp_tasking.cpp2029 kmp_int32 __kmp_omp_task(kmp_int32 gtid, kmp_task_t *new_task, function
2160 res = __kmp_omp_task(gtid, new_task, true);
2212 res = __kmp_omp_task(gtid, new_task, true);
4971 __kmp_omp_task(gtid, next_task, true); // schedule new task
5185 __kmp_omp_task(gtid, new_task, true); // schedule new task
5571 __kmp_omp_task(gtid, this_record_map[this_root_tasks[j]].task, true);
H A Dkmp_taskdeps.cpp856 kmp_int32 ret = __kmp_omp_task(gtid, new_task, true); in __kmpc_omp_task_with_deps()
H A Dkmp.h4320 extern kmp_int32 __kmp_omp_task(kmp_int32 gtid, kmp_task_t *new_task,