Searched refs:ompt_thread_info (Results 1 – 11 of 11) sorted by relevance
73 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()88 __kmp_threads[gtid]->th.ompt_thread_info.return_address)? \106 thread->th.ompt_thread_info.state = state; in ompt_set_thread_state()121 !__kmp_threads[Gtid]->th.ompt_thread_info.return_address) { in OmptReturnAddressGuard()123 __kmp_threads[Gtid]->th.ompt_thread_info.return_address = ReturnAddress; in OmptReturnAddressGuard()128 __kmp_threads[Gtid]->th.ompt_thread_info.return_address = NULL; in ~OmptReturnAddressGuard()
135 this_thr->th.ompt_thread_info.state = ompt_state_overhead; in __ompt_implicit_task_end()151 int flags = this_thr->th.ompt_thread_info.parallel_flags; in __ompt_implicit_task_end()158 this_thr->th.ompt_thread_info.state = ompt_state_idle; in __ompt_implicit_task_end()160 this_thr->th.ompt_thread_info.state = ompt_state_overhead; in __ompt_implicit_task_end()265 ompt_entry_state = this_thr->th.ompt_thread_info.state; in __kmp_wait_template()276 tId = &(this_thr->th.ompt_thread_info.task_data); in __kmp_wait_template()450 ompt_state_t ompt_exit_state = this_thr->th.ompt_thread_info.state; in __kmp_wait_template()455 ompt_exit_state = this_thr->th.ompt_thread_info.state; in __kmp_wait_template()459 this_thr->th.ompt_thread_info.state = ompt_state_overhead; in __kmp_wait_template()
201 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()
363 enclosing_state = thr->th.ompt_thread_info.state; in __kmp_GOMP_microtask_wrapper()364 thr->th.ompt_thread_info.state = ompt_state_work_parallel; in __kmp_GOMP_microtask_wrapper()380 thr->th.ompt_thread_info.state = enclosing_state; in __kmp_GOMP_microtask_wrapper()408 enclosing_state = thr->th.ompt_thread_info.state; in __kmp_GOMP_parallel_microtask_wrapper()409 thr->th.ompt_thread_info.state = ompt_state_work_parallel; in __kmp_GOMP_parallel_microtask_wrapper()426 thr->th.ompt_thread_info.state = enclosing_state; in __kmp_GOMP_parallel_microtask_wrapper()469 thr->th.ompt_thread_info.state = ompt_state_work_parallel; in __kmp_GOMP_fork_call()1261 oldInfo = thread->th.ompt_thread_info;1262 thread->th.ompt_thread_info.wait_id = 0;1263 thread->th.ompt_thread_info.state = ompt_state_work_parallel;[all …]
1191 this_thr->th.ompt_thread_info.state != ompt_state_overhead) { in __kmp_serialized_parallel()1369 this_thr->th.ompt_thread_info.state != ompt_state_overhead) { in __kmp_serialized_parallel()1390 this_thr->th.ompt_thread_info.state = ompt_state_work_parallel; in __kmp_serialized_parallel()1495 master_th->th.ompt_thread_info.state = ompt_state_overhead; in __kmp_fork_call()1551 master_th->th.ompt_thread_info.state = ompt_state_work_parallel; in __kmp_fork_call()1588 master_th->th.ompt_thread_info.state = ompt_state_overhead; in __kmp_fork_call()1782 master_th->th.ompt_thread_info.state = ompt_state_work_parallel; in __kmp_fork_call()1817 master_th->th.ompt_thread_info.state = ompt_state_overhead; in __kmp_fork_call()1856 master_th->th.ompt_thread_info.state = ompt_state_overhead; in __kmp_fork_call()1892 master_th->th.ompt_thread_info.state = ompt_state_work_parallel; in __kmp_fork_call()[all …]
521 this_thr->th.ompt_thread_info.state != ompt_state_overhead) { in __kmpc_end_serialized_parallel()540 this_thr->th.ompt_thread_info.state = ompt_state_overhead; in __kmpc_end_serialized_parallel()619 this_thr->th.ompt_thread_info.state = in __kmpc_end_serialized_parallel()859 th->th.ompt_thread_info.wait_id = lck; in __kmpc_ordered()860 th->th.ompt_thread_info.state = ompt_state_wait_ordered; in __kmpc_ordered()880 th->th.ompt_thread_info.state = ompt_state_work_parallel; in __kmpc_ordered()881 th->th.ompt_thread_info.wait_id = 0; in __kmpc_ordered()1190 ti = __kmp_threads[global_tid]->th.ompt_thread_info; in __kmpc_critical()1405 ti = __kmp_threads[global_tid]->th.ompt_thread_info; in __kmpc_critical_with_hint()1444 ti = __kmp_threads[global_tid]->th.ompt_thread_info; in __kmpc_critical_with_hint()
1335 this_thr->th.ompt_thread_info.state = ompt_state_wait_barrier; in __kmp_barrier_template()1586 this_thr->th.ompt_thread_info.state = ompt_state_work_parallel; in __kmp_barrier_template()1740 this_thr->th.ompt_thread_info.task_data = *OMPT_CUR_TASK_DATA(this_thr); in __kmp_join_barrier()1742 this_thr->th.ompt_thread_info.state = ompt_state_wait_barrier_implicit; in __kmp_join_barrier()2002 this_thr->th.ompt_thread_info.state == ompt_state_wait_barrier_implicit) { in __kmp_fork_barrier()2006 : &(this_thr->th.ompt_thread_info.task_data); in __kmp_fork_barrier()2007 this_thr->th.ompt_thread_info.state = ompt_state_overhead; in __kmp_fork_barrier()
231 sink_data = &__kmp_threads[gtid]->th.ompt_thread_info.task_data; in __kmp_track_dependence()689 ompt_data_t *taskwait_task_data = &thread->th.ompt_thread_info.task_data; in __kmpc_omp_wait_deps()
1207 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()1263 this_thr->th.ompt_thread_info.state = prev_state; in __kmp_acquire_queuing_lock_timed_template()1264 this_thr->th.ompt_thread_info.wait_id = 0; in __kmp_acquire_queuing_lock_timed_template()
564 if (__kmp_threads[gtid]->th.ompt_thread_info.ompt_task_yielded) { in __ompt_task_start()566 __kmp_threads[gtid]->th.ompt_thread_info.ompt_task_yielded = 0; in __ompt_task_start()1461 oldInfo = thread->th.ompt_thread_info; in __kmp_invoke_task()1462 thread->th.ompt_thread_info.wait_id = 0; in __kmp_invoke_task()1463 thread->th.ompt_thread_info.state = (thread->th.th_team_serialized) in __kmp_invoke_task()1582 thread->th.ompt_thread_info = oldInfo; in __kmp_invoke_task()1974 thread->th.ompt_thread_info.ompt_task_yielded = 1; in __kmpc_omp_taskyield()1982 thread->th.ompt_thread_info.ompt_task_yielded = 0; in __kmpc_omp_taskyield()
2575 ompt_thread_info_t ompt_thread_info; member