reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1324 this_thr->th.ompt_thread_info.state = ompt_state_wait_barrier; 1574 this_thr->th.ompt_thread_info.state = ompt_state_work_parallel; 1728 this_thr->th.ompt_thread_info.task_data = *OMPT_CUR_TASK_DATA(this_thr); 1730 this_thr->th.ompt_thread_info.state = ompt_state_wait_barrier_implicit; 1988 this_thr->th.ompt_thread_info.state == ompt_state_wait_barrier_implicit) { 1992 : &(this_thr->th.ompt_thread_info.task_data); 1993 this_thr->th.ompt_thread_info.state = ompt_state_overhead;projects/openmp/runtime/src/kmp_csupport.cpp
304 OMPT_STORE_RETURN_ADDRESS(gtid); 402 OMPT_STORE_RETURN_ADDRESS(gtid); 484 OMPT_STORE_RETURN_ADDRESS(global_tid); 533 this_thr->th.ompt_thread_info.state != ompt_state_overhead) { 552 this_thr->th.ompt_thread_info.state = ompt_state_overhead; 631 this_thr->th.ompt_thread_info.state = 738 OMPT_STORE_RETURN_ADDRESS(global_tid); 878 OMPT_STORE_RETURN_ADDRESS(gtid); 882 th->th.ompt_thread_info.wait_id = lck; 883 th->th.ompt_thread_info.state = ompt_state_wait_ordered; 903 th->th.ompt_thread_info.state = ompt_state_work_parallel; 904 th->th.ompt_thread_info.wait_id = 0; 945 OMPT_STORE_RETURN_ADDRESS(gtid); 1164 OMPT_STORE_RETURN_ADDRESS(global_tid); 1425 ti = __kmp_threads[global_tid]->th.ompt_thread_info; 1464 ti = __kmp_threads[global_tid]->th.ompt_thread_info; 1590 OMPT_STORE_RETURN_ADDRESS(global_tid); 1630 OMPT_STORE_RETURN_ADDRESS(global_tid); 1694 OMPT_STORE_RETURN_ADDRESS(global_tid); 2095 OMPT_STORE_RETURN_ADDRESS(gtid); 2112 OMPT_STORE_RETURN_ADDRESS(gtid); 3482 OMPT_STORE_RETURN_ADDRESS(global_tid); 3659 OMPT_STORE_RETURN_ADDRESS(global_tid); 3737 OMPT_STORE_RETURN_ADDRESS(global_tid); 3761 OMPT_STORE_RETURN_ADDRESS(global_tid); 3782 OMPT_STORE_RETURN_ADDRESS(global_tid);projects/openmp/runtime/src/kmp_dispatch.cpp
2285 OMPT_STORE_RETURN_ADDRESS(gtid); 2297 OMPT_STORE_RETURN_ADDRESS(gtid); 2310 OMPT_STORE_RETURN_ADDRESS(gtid); 2323 OMPT_STORE_RETURN_ADDRESS(gtid); 2343 OMPT_STORE_RETURN_ADDRESS(gtid); 2355 OMPT_STORE_RETURN_ADDRESS(gtid); 2367 OMPT_STORE_RETURN_ADDRESS(gtid); 2379 OMPT_STORE_RETURN_ADDRESS(gtid); 2401 OMPT_STORE_RETURN_ADDRESS(gtid); 2418 OMPT_STORE_RETURN_ADDRESS(gtid); 2434 OMPT_STORE_RETURN_ADDRESS(gtid); 2451 OMPT_STORE_RETURN_ADDRESS(gtid);projects/openmp/runtime/src/kmp_ftn_entry.h
354 OMPT_STORE_RETURN_ADDRESS(__kmp_entry_gtid()); 1026 OMPT_STORE_RETURN_ADDRESS(gtid); 1039 OMPT_STORE_RETURN_ADDRESS(gtid); 1053 OMPT_STORE_RETURN_ADDRESS(gtid); 1066 OMPT_STORE_RETURN_ADDRESS(gtid); 1078 OMPT_STORE_RETURN_ADDRESS(gtid); 1090 OMPT_STORE_RETURN_ADDRESS(gtid); 1108 OMPT_STORE_RETURN_ADDRESS(gtid); 1123 OMPT_STORE_RETURN_ADDRESS(gtid); 1141 OMPT_STORE_RETURN_ADDRESS(gtid); 1159 OMPT_STORE_RETURN_ADDRESS(gtid); 1178 OMPT_STORE_RETURN_ADDRESS(gtid); 1193 OMPT_STORE_RETURN_ADDRESS(gtid);projects/openmp/runtime/src/kmp_gsupport.cpp
38 OMPT_STORE_RETURN_ADDRESS(gtid); 65 OMPT_STORE_RETURN_ADDRESS(gtid); 75 OMPT_STORE_RETURN_ADDRESS(gtid); 186 OMPT_STORE_RETURN_ADDRESS(gtid); 196 OMPT_STORE_RETURN_ADDRESS(gtid); 222 OMPT_STORE_RETURN_ADDRESS(gtid); 228 OMPT_STORE_RETURN_ADDRESS(gtid); 244 OMPT_STORE_RETURN_ADDRESS(gtid); 254 OMPT_STORE_RETURN_ADDRESS(gtid); 296 enclosing_state = thr->th.ompt_thread_info.state; 297 thr->th.ompt_thread_info.state = ompt_state_work_parallel; 313 thr->th.ompt_thread_info.state = enclosing_state; 341 enclosing_state = thr->th.ompt_thread_info.state; 342 thr->th.ompt_thread_info.state = ompt_state_work_parallel; 359 thr->th.ompt_thread_info.state = enclosing_state; 407 thr->th.ompt_thread_info.state = ompt_state_work_parallel; 415 OMPT_STORE_RETURN_ADDRESS(gtid); 431 OMPT_STORE_RETURN_ADDRESS(gtid); 772 OMPT_STORE_RETURN_ADDRESS(gtid); 1170 OMPT_STORE_RETURN_ADDRESS(gtid); 1202 oldInfo = thread->th.ompt_thread_info; 1203 thread->th.ompt_thread_info.wait_id = 0; 1204 thread->th.ompt_thread_info.state = ompt_state_work_parallel; 1206 OMPT_STORE_RETURN_ADDRESS(gtid); 1216 thread->th.ompt_thread_info = oldInfo; 1236 OMPT_STORE_RETURN_ADDRESS(gtid); 1286 OMPT_STORE_RETURN_ADDRESS(gtid); 1313 OMPT_STORE_RETURN_ADDRESS(gtid); 1352 OMPT_STORE_RETURN_ADDRESS(gtid); 1388 OMPT_STORE_RETURN_ADDRESS(gtid); 1413 OMPT_STORE_RETURN_ADDRESS(gtid); 1435 OMPT_STORE_RETURN_ADDRESS(gtid); 1454 OMPT_STORE_RETURN_ADDRESS(gtid); 1524 OMPT_STORE_RETURN_ADDRESS(gtid); 1539 OMPT_STORE_RETURN_ADDRESS(gtid);projects/openmp/runtime/src/kmp_lock.cpp
1207 this_thr->th.ompt_thread_info.state = prev_state; 1208 this_thr->th.ompt_thread_info.wait_id = 0; 1222 prev_state = this_thr->th.ompt_thread_info.state; 1223 this_thr->th.ompt_thread_info.wait_id = (uint64_t)lck; 1224 this_thr->th.ompt_thread_info.state = ompt_state_wait_lock; 1260 this_thr->th.ompt_thread_info.state = prev_state; 1261 this_thr->th.ompt_thread_info.wait_id = 0;projects/openmp/runtime/src/kmp_runtime.cpp
1182 this_thr->th.ompt_thread_info.state != ompt_state_overhead) { 1360 this_thr->th.ompt_thread_info.state != ompt_state_overhead) { 1381 this_thr->th.ompt_thread_info.state = ompt_state_work_parallel; 1492 master_th->th.ompt_thread_info.state = ompt_state_overhead; 1546 master_th->th.ompt_thread_info.state = ompt_state_work_parallel; 1583 master_th->th.ompt_thread_info.state = ompt_state_overhead; 1758 master_th->th.ompt_thread_info.state = ompt_state_work_parallel; 1793 master_th->th.ompt_thread_info.state = ompt_state_overhead; 1837 master_th->th.ompt_thread_info.state = ompt_state_overhead; 1878 master_th->th.ompt_thread_info.state = ompt_state_work_parallel; 1913 master_th->th.ompt_thread_info.state = ompt_state_overhead; 2159 master_th->th.ompt_thread_info.state = ompt_state_work_parallel; 2250 master_th->th.ompt_thread_info.state = ompt_state_overhead; 2261 thread->th.ompt_thread_info.state = 2307 master_th->th.ompt_thread_info.state = ompt_state_overhead; 3693 root_thread->th.ompt_thread_info.thread_data = ompt_data_none; 3909 &(root->r.r_uber_thread->th.ompt_thread_info.thread_data)); 3969 thread->th.ompt_thread_info.state = ompt_state_undefined; 5676 thread_data = &(this_thr->th.ompt_thread_info.thread_data); 5679 this_thr->th.ompt_thread_info.state = ompt_state_overhead; 5680 this_thr->th.ompt_thread_info.wait_id = 0; 5681 this_thr->th.ompt_thread_info.idle_frame = OMPT_GET_FRAME_ADDRESS(0); 5682 this_thr->th.ompt_thread_info.parallel_flags = 0; 5687 this_thr->th.ompt_thread_info.state = ompt_state_idle; 5704 this_thr->th.ompt_thread_info.state = ompt_state_overhead; 5724 this_thr->th.ompt_thread_info.state = ompt_state_work_parallel; 5741 this_thr->th.ompt_thread_info.state = ompt_state_overhead; 7060 this_thr->th.ompt_thread_info.parallel_flags |= ompt_parallel_team; 7153 this_thr->th.ompt_thread_info.parallel_flags |= ompt_parallel_league; 7314 this_thr->th.ompt_thread_info.state == ompt_state_wait_barrier_implicit) { 7317 this_thr->th.ompt_thread_info.state = ompt_state_overhead;projects/openmp/runtime/src/kmp_taskdeps.cpp
520 OMPT_STORE_RETURN_ADDRESS(gtid);
projects/openmp/runtime/src/kmp_tasking.cpp561 if (__kmp_threads[gtid]->th.ompt_thread_info.ompt_task_yielded) { 563 __kmp_threads[gtid]->th.ompt_thread_info.ompt_task_yielded = 0; 669 OMPT_STORE_RETURN_ADDRESS(gtid); 1449 oldInfo = thread->th.ompt_thread_info; 1450 thread->th.ompt_thread_info.wait_id = 0; 1451 thread->th.ompt_thread_info.state = (thread->th.th_team_serialized) 1568 thread->th.ompt_thread_info = oldInfo; 1699 OMPT_STORE_RETURN_ADDRESS(gtid); 1911 OMPT_STORE_RETURN_ADDRESS(gtid); 1955 thread->th.ompt_thread_info.ompt_task_yielded = 1; 1963 thread->th.ompt_thread_info.ompt_task_yielded = 0; 4390 OMPT_STORE_RETURN_ADDRESS(gtid); 4527 OMPT_STORE_RETURN_ADDRESS(gtid);projects/openmp/runtime/src/kmp_wait_release.h
127 this_thr->th.ompt_thread_info.state = ompt_state_overhead; 143 int flags = this_thr->th.ompt_thread_info.parallel_flags; 150 this_thr->th.ompt_thread_info.state = ompt_state_idle; 152 this_thr->th.ompt_thread_info.state = ompt_state_overhead; 257 ompt_entry_state = this_thr->th.ompt_thread_info.state; 268 tId = &(this_thr->th.ompt_thread_info.task_data); 434 ompt_state_t ompt_exit_state = this_thr->th.ompt_thread_info.state; 439 ompt_exit_state = this_thr->th.ompt_thread_info.state; 443 this_thr->th.ompt_thread_info.state = ompt_state_overhead;projects/openmp/runtime/src/ompt-specific.cpp
201 return &(thread->th.ompt_thread_info.thread_data); 214 ti->th.ompt_thread_info.wait_id = (ompt_wait_id_t)(uintptr_t)variable; 222 *omp_wait_id = ti->th.ompt_thread_info.wait_id; 223 return ti->th.ompt_thread_info.state;projects/openmp/runtime/src/ompt-specific.h
72 void *return_address = thr->th.ompt_thread_info.return_address; 73 thr->th.ompt_thread_info.return_address = NULL; 98 thread->th.ompt_thread_info.state = state;