Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dompt-general.cpp89 ompt_state_info_t ompt_state_info[] = { variable
508 const static int len = sizeof(ompt_state_info) / sizeof(ompt_state_info_t);
512 if (ompt_state_info[i].state_id == current_state) {
513 *next_state = ompt_state_info[i + 1].state_id;
514 *next_state_name = ompt_state_info[i + 1].state_name;