Home
last modified time | relevance | path

Searched refs:ompd_state (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/contrib/llvm-project/openmp/runtime/src/
H A Dompd-specific.cpp38 uint64_t ompd_state = 0; variable
106 ompd_state |= OMPD_ENABLE_BP; in ompd_init()
H A Dompd-specific.h34 extern uint64_t ompd_state;
143 OMPD_SIZEOF(ompd_state) \
H A Dompt-specific.cpp297 if (ompd_state & OMPD_ENABLE_BP) { in __ompt_lw_taskteam_link()
310 if (ompd_state & OMPD_ENABLE_BP) { in __ompt_lw_taskteam_link()
325 if (ompd_state & OMPD_ENABLE_BP) { in __ompt_lw_taskteam_unlink()
H A Dkmp_runtime.cpp2191 if (ompd_state & OMPD_ENABLE_BP) in __kmp_fork_call()
2668 if (ompd_state & OMPD_ENABLE_BP) in __kmp_join_call()
4051 if (ompd_state & OMPD_ENABLE_BP) in __kmp_register_root()
4138 if (ompd_state & OMPD_ENABLE_BP) in __kmp_reset_root()
6007 if (ompd_state & OMPD_ENABLE_BP) in __kmp_launch_thread()
6088 if (ompd_state & OMPD_ENABLE_BP) in __kmp_launch_thread()
8284 if (ompd_state) { in __kmp_cleanup()
H A Dkmp_wait_release.h1008 if (ompd_state & OMPD_ENABLE_BP)
H A Dkmp_gsupport.cpp532 if (ompd_state & OMPD_ENABLE_BP) in KMP_EXPAND_NAME()
566 if (ompd_state & OMPD_ENABLE_BP) in KMP_EXPAND_NAME()
H A Dkmp_tasking.cpp1877 if (ompd_state & OMPD_ENABLE_BP)
1929 if (ompd_state & OMPD_ENABLE_BP)
H A Dkmp_csupport.cpp673 if (ompd_state & OMPD_ENABLE_BP) in __kmpc_end_serialized_parallel()