Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_runtime.cpp537 int team_id, int num_thr) { in __kmp_print_team_storage_map() argument
565 -1, &team->t.t_dispatch[0], &team->t.t_dispatch[num_thr], in __kmp_print_team_storage_map()
566 sizeof(kmp_disp_t) * num_thr, "%s_%d.t_dispatch", header, team_id); in __kmp_print_team_storage_map()
569 -1, &team->t.t_threads[0], &team->t.t_threads[num_thr], in __kmp_print_team_storage_map()
570 sizeof(kmp_info_t *) * num_thr, "%s_%d.t_threads", header, team_id); in __kmp_print_team_storage_map()