Lines Matching refs:th
60 #define OMPT_CUR_TASK_INFO(thr) (&(thr->th.th_current_task->ompt_task_info))
62 (&(thr->th.th_current_task->ompt_task_info.task_data))
63 #define OMPT_CUR_TEAM_INFO(thr) (&(thr->th.th_team->t.ompt_team_info))
65 (&(thr->th.th_team->t.ompt_team_info.parallel_data))
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) \
118 thread->th.ompt_thread_info.state = state; in ompt_set_thread_state()
133 !__kmp_threads[Gtid]->th.ompt_thread_info.return_address) { in OmptReturnAddressGuard()
135 __kmp_threads[Gtid]->th.ompt_thread_info.return_address = ReturnAddress; in OmptReturnAddressGuard()
140 __kmp_threads[Gtid]->th.ompt_thread_info.return_address = NULL; in ~OmptReturnAddressGuard()