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.h108 __kmp_omp_task(gtid, successor->task, false); in __kmp_release_deps()
187 __kmp_omp_task(gtid, successor->dn.task, false); in __kmp_release_deps()
190 __kmp_omp_task(gtid, successor->dn.task, false); in __kmp_release_deps()
H A Dkmp_tasking.cpp2016 kmp_int32 __kmp_omp_task(kmp_int32 gtid, kmp_task_t *new_task, function
2147 res = __kmp_omp_task(gtid, new_task, true);
2199 res = __kmp_omp_task(gtid, new_task, true);
4955 __kmp_omp_task(gtid, next_task, true); // schedule new task
5169 __kmp_omp_task(gtid, new_task, true); // schedule new task
5555 __kmp_omp_task(gtid, this_record_map[this_root_tasks[j]].task, true);
H A Dkmp_taskdeps.cpp863 kmp_int32 ret = __kmp_omp_task(gtid, new_task, true); in __kmpc_omp_task_with_deps()
H A Dkmp.h4361 extern kmp_int32 __kmp_omp_task(kmp_int32 gtid, kmp_task_t *new_task,