Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_runtime.cpp497 int team_id, int num_thr) { in __kmp_print_team_storage_map() argument
525 -1, &team->t.t_dispatch[0], &team->t.t_dispatch[num_thr], in __kmp_print_team_storage_map()
526 sizeof(kmp_disp_t) * num_thr, "%s_%d.t_dispatch", header, team_id); in __kmp_print_team_storage_map()
529 -1, &team->t.t_threads[0], &team->t.t_threads[num_thr], in __kmp_print_team_storage_map()
530 sizeof(kmp_info_t *) * num_thr, "%s_%d.t_threads", header, team_id); in __kmp_print_team_storage_map()