Home
last modified time | relevance | path

Searched refs:ompt_thread_info (Results 1 – 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
HDompt-specific.h73 void *return_address = thr->th.ompt_thread_info.return_address; in __ompt_load_return_address()
74 thr->th.ompt_thread_info.return_address = NULL; in __ompt_load_return_address()
80 !__kmp_threads[gtid]->th.ompt_thread_info.return_address) \
81 __kmp_threads[gtid]->th.ompt_thread_info.return_address = \
99 thread->th.ompt_thread_info.state = state; in ompt_set_thread_state()
HDkmp_wait_release.h127 this_thr->th.ompt_thread_info.state = ompt_state_overhead; in __ompt_implicit_task_end()
143 int flags = this_thr->th.ompt_thread_info.parallel_flags; in __ompt_implicit_task_end()
150 this_thr->th.ompt_thread_info.state = ompt_state_idle; in __ompt_implicit_task_end()
152 this_thr->th.ompt_thread_info.state = ompt_state_overhead; in __ompt_implicit_task_end()
257 ompt_entry_state = this_thr->th.ompt_thread_info.state; in __kmp_wait_template()
268 tId = &(this_thr->th.ompt_thread_info.task_data); in __kmp_wait_template()
434 ompt_state_t ompt_exit_state = this_thr->th.ompt_thread_info.state; in __kmp_wait_template()
439 ompt_exit_state = this_thr->th.ompt_thread_info.state; in __kmp_wait_template()
443 this_thr->th.ompt_thread_info.state = ompt_state_overhead; in __kmp_wait_template()
HDompt-specific.cpp201 return &(thread->th.ompt_thread_info.thread_data); in __ompt_get_thread_data_internal()
214 ti->th.ompt_thread_info.wait_id = (ompt_wait_id_t)(uintptr_t)variable; in __ompt_thread_assign_wait_id()
222 *omp_wait_id = ti->th.ompt_thread_info.wait_id; in __ompt_get_state_internal()
223 return ti->th.ompt_thread_info.state; in __ompt_get_state_internal()
HDkmp_gsupport.cpp296 enclosing_state = thr->th.ompt_thread_info.state; in __kmp_GOMP_microtask_wrapper()
297 thr->th.ompt_thread_info.state = ompt_state_work_parallel; in __kmp_GOMP_microtask_wrapper()
313 thr->th.ompt_thread_info.state = enclosing_state; in __kmp_GOMP_microtask_wrapper()
341 enclosing_state = thr->th.ompt_thread_info.state; in __kmp_GOMP_parallel_microtask_wrapper()
342 thr->th.ompt_thread_info.state = ompt_state_work_parallel; in __kmp_GOMP_parallel_microtask_wrapper()
359 thr->th.ompt_thread_info.state = enclosing_state; in __kmp_GOMP_parallel_microtask_wrapper()
401 thr->th.ompt_thread_info.state = ompt_state_work_parallel; in __kmp_GOMP_fork_call()
1196 oldInfo = thread->th.ompt_thread_info;
1197 thread->th.ompt_thread_info.wait_id = 0;
1198 thread->th.ompt_thread_info.state = ompt_state_work_parallel;
[all …]
HDkmp_runtime.cpp1182 this_thr->th.ompt_thread_info.state != ompt_state_overhead) { in __kmp_serialized_parallel()
1360 this_thr->th.ompt_thread_info.state != ompt_state_overhead) { in __kmp_serialized_parallel()
1381 this_thr->th.ompt_thread_info.state = ompt_state_work_parallel; in __kmp_serialized_parallel()
1486 master_th->th.ompt_thread_info.state = ompt_state_overhead; in __kmp_fork_call()
1535 master_th->th.ompt_thread_info.state = ompt_state_work_parallel; in __kmp_fork_call()
1572 master_th->th.ompt_thread_info.state = ompt_state_overhead; in __kmp_fork_call()
1747 master_th->th.ompt_thread_info.state = ompt_state_work_parallel; in __kmp_fork_call()
1782 master_th->th.ompt_thread_info.state = ompt_state_overhead; in __kmp_fork_call()
1821 master_th->th.ompt_thread_info.state = ompt_state_overhead; in __kmp_fork_call()
1857 master_th->th.ompt_thread_info.state = ompt_state_work_parallel; in __kmp_fork_call()
[all …]
HDkmp_csupport.cpp518 this_thr->th.ompt_thread_info.state != ompt_state_overhead) { in __kmpc_end_serialized_parallel()
537 this_thr->th.ompt_thread_info.state = ompt_state_overhead; in __kmpc_end_serialized_parallel()
616 this_thr->th.ompt_thread_info.state = in __kmpc_end_serialized_parallel()
867 th->th.ompt_thread_info.wait_id = lck; in __kmpc_ordered()
868 th->th.ompt_thread_info.state = ompt_state_wait_ordered; in __kmpc_ordered()
888 th->th.ompt_thread_info.state = ompt_state_work_parallel; in __kmpc_ordered()
889 th->th.ompt_thread_info.wait_id = 0; in __kmpc_ordered()
1196 ti = __kmp_threads[global_tid]->th.ompt_thread_info; in __kmpc_critical()
1410 ti = __kmp_threads[global_tid]->th.ompt_thread_info; in __kmpc_critical_with_hint()
1449 ti = __kmp_threads[global_tid]->th.ompt_thread_info; in __kmpc_critical_with_hint()
HDkmp_barrier.cpp1334 this_thr->th.ompt_thread_info.state = ompt_state_wait_barrier; in __kmp_barrier_template()
1584 this_thr->th.ompt_thread_info.state = ompt_state_work_parallel; in __kmp_barrier_template()
1738 this_thr->th.ompt_thread_info.task_data = *OMPT_CUR_TASK_DATA(this_thr); in __kmp_join_barrier()
1740 this_thr->th.ompt_thread_info.state = ompt_state_wait_barrier_implicit; in __kmp_join_barrier()
1998 this_thr->th.ompt_thread_info.state == ompt_state_wait_barrier_implicit) { in __kmp_fork_barrier()
2002 : &(this_thr->th.ompt_thread_info.task_data); in __kmp_fork_barrier()
2003 this_thr->th.ompt_thread_info.state = ompt_state_overhead; in __kmp_fork_barrier()
HDkmp_lock.cpp1207 this_thr->th.ompt_thread_info.state = prev_state; in __kmp_acquire_queuing_lock_timed_template()
1208 this_thr->th.ompt_thread_info.wait_id = 0; in __kmp_acquire_queuing_lock_timed_template()
1222 prev_state = this_thr->th.ompt_thread_info.state; in __kmp_acquire_queuing_lock_timed_template()
1223 this_thr->th.ompt_thread_info.wait_id = (uint64_t)lck; in __kmp_acquire_queuing_lock_timed_template()
1224 this_thr->th.ompt_thread_info.state = ompt_state_wait_lock; in __kmp_acquire_queuing_lock_timed_template()
1260 this_thr->th.ompt_thread_info.state = prev_state; in __kmp_acquire_queuing_lock_timed_template()
1261 this_thr->th.ompt_thread_info.wait_id = 0; in __kmp_acquire_queuing_lock_timed_template()
HDkmp_tasking.cpp561 if (__kmp_threads[gtid]->th.ompt_thread_info.ompt_task_yielded) { in __ompt_task_start()
563 __kmp_threads[gtid]->th.ompt_thread_info.ompt_task_yielded = 0; in __ompt_task_start()
1449 oldInfo = thread->th.ompt_thread_info; in __kmp_invoke_task()
1450 thread->th.ompt_thread_info.wait_id = 0; in __kmp_invoke_task()
1451 thread->th.ompt_thread_info.state = (thread->th.th_team_serialized) in __kmp_invoke_task()
1568 thread->th.ompt_thread_info = oldInfo; in __kmp_invoke_task()
1955 thread->th.ompt_thread_info.ompt_task_yielded = 1; in __kmpc_omp_taskyield()
1963 thread->th.ompt_thread_info.ompt_task_yielded = 0; in __kmpc_omp_taskyield()
HDkmp.h2486 ompt_thread_info_t ompt_thread_info; member