reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1389 ompt_state_t prev_state = ompt_state_undefined;
projects/openmp/runtime/src/kmp_lock.cpp1097 ompt_state_t prev_state = ompt_state_undefined; 1205 if (ompt_enabled.enabled && prev_state != ompt_state_undefined) { 1220 if (ompt_enabled.enabled && prev_state == ompt_state_undefined) {projects/openmp/runtime/src/kmp_runtime.cpp
3969 thread->th.ompt_thread_info.state = ompt_state_undefined;
projects/openmp/runtime/src/kmp_wait_release.h 435 if (ompt_enabled.enabled && ompt_exit_state != ompt_state_undefined) {
projects/openmp/runtime/src/ompt-general.cpp77 FOREACH_OMPT_STATE(ompt_state_macro) 494 if (thread_state == ompt_state_undefined) {projects/openmp/runtime/src/ompt-specific.cpp
225 return ompt_state_undefined;