Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
Dkmp_runtime.cpp503 int team_id, int num_thr) { in __kmp_print_team_storage_map() argument
531 -1, &team->t.t_dispatch[0], &team->t.t_dispatch[num_thr], in __kmp_print_team_storage_map()
532 sizeof(kmp_disp_t) * num_thr, "%s_%d.t_dispatch", header, team_id); in __kmp_print_team_storage_map()
535 -1, &team->t.t_threads[0], &team->t.t_threads[num_thr], in __kmp_print_team_storage_map()
536 sizeof(kmp_info_t *) * num_thr, "%s_%d.t_threads", header, team_id); in __kmp_print_team_storage_map()