Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libompd/src/
H A Domp-icv.cpp798 char temp_str[16]; in ompd_get_run_schedule() local
799 sprintf(temp_str, ",%d", chunk); in ompd_get_run_schedule()
800 strcat(run_sched_var_string, temp_str); in ompd_get_run_schedule()