Searched refs:thread_finished (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/openmp/runtime/src/ |
| H A D | kmp_wait_release.h | 731 int *thread_finished USE_ITT_BUILD_ARG(void *itt_sync_obj), 735 thread_finished USE_ITT_BUILD_ARG(itt_sync_obj), is_constrained); 760 int *thread_finished USE_ITT_BUILD_ARG(void *itt_sync_obj), 764 thread_finished USE_ITT_BUILD_ARG(itt_sync_obj), is_constrained); 871 int *thread_finished USE_ITT_BUILD_ARG(void *itt_sync_obj), 875 thread_finished USE_ITT_BUILD_ARG(itt_sync_obj), is_constrained);
|
| H A D | kmp_tasking.cpp | 1832 int thread_finished = FALSE; in __kmpc_omp_taskwait_template() local 1959 int thread_finished = FALSE; in __kmpc_omp_taskyield() local 1995 &thread_finished USE_ITT_BUILD_ARG(itt_sync_obj), in __kmpc_omp_taskyield() 2253 int thread_finished = FALSE; in __kmpc_end_taskgroup() local 2427 int *thread_finished, in __kmp_steal_task() argument 2523 if (*thread_finished) { in __kmp_steal_task() 2536 *thread_finished = FALSE; in __kmp_steal_task() 2565 int *thread_finished USE_ITT_BUILD_ARG(void *itt_sync_obj), in __kmp_execute_tasks_template() 2584 gtid, final_spin, *thread_finished)); in __kmp_execute_tasks_template() 2736 if (!*thread_finished) { in __kmp_execute_tasks_template() [all …]
|
| H A D | kmp_taskdeps.cpp | 652 int thread_finished = FALSE; in __kmpc_omp_wait_deps() local 656 &thread_finished USE_ITT_BUILD_ARG(NULL), in __kmpc_omp_wait_deps()
|
| H A D | kmp.h | 3616 int *thread_finished, 3623 int *thread_finished, 3630 int *thread_finished,
|