Searched refs:thread_finished (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/openmp/runtime/src/ |
| H A D | kmp_wait_release.h | 878 int *thread_finished USE_ITT_BUILD_ARG(void *itt_sync_obj), 882 thread_finished USE_ITT_BUILD_ARG(itt_sync_obj), is_constrained); 912 int *thread_finished USE_ITT_BUILD_ARG(void *itt_sync_obj), 916 thread_finished USE_ITT_BUILD_ARG(itt_sync_obj), is_constrained); 1026 int *thread_finished USE_ITT_BUILD_ARG(void *itt_sync_obj), 1031 thread_finished USE_ITT_BUILD_ARG(itt_sync_obj), is_constrained); 1038 thread_finished USE_ITT_BUILD_ARG(itt_sync_obj), is_constrained);
|
| H A D | kmp_tasking.cpp | 1870 int thread_finished = FALSE; in __kmpc_omp_taskwait_template() local 2003 int thread_finished = FALSE; in __kmpc_omp_taskyield() local 2041 &thread_finished USE_ITT_BUILD_ARG(itt_sync_obj), in __kmpc_omp_taskyield() 2522 int thread_finished = FALSE; in __kmpc_end_taskgroup() local 2736 int *thread_finished, in __kmp_steal_task() argument 2832 if (*thread_finished) { in __kmp_steal_task() 2845 *thread_finished = FALSE; in __kmp_steal_task() 2874 int *thread_finished USE_ITT_BUILD_ARG(void *itt_sync_obj), in __kmp_execute_tasks_template() 2893 gtid, final_spin, *thread_finished)); in __kmp_execute_tasks_template() 3036 if (!*thread_finished) { in __kmp_execute_tasks_template() [all …]
|
| H A D | kmp_taskdeps.cpp | 787 int thread_finished = FALSE; in __kmpc_omp_wait_deps() local 792 &thread_finished USE_ITT_BUILD_ARG(NULL), in __kmpc_omp_wait_deps()
|
| H A D | kmp.h | 4146 int *thread_finished, 4154 int *thread_finished, 4161 int *thread_finished,
|