Searched refs:omp_get_team_num (Results 1 – 12 of 12) sorted by relevance
14 if (omp_get_team_num() == 0) { in main()22 } else if (omp_get_team_num() == 1) { in main()
45 printf(" team %d, param %d\n", omp_get_team_num(), *nt); in foo()
28 int team_id = omp_get_team_num(); in main()
315 function omp_get_team_num() bind(c)317 integer(kind=omp_integer_kind) :: omp_get_team_num318 end function omp_get_team_num
409 function omp_get_team_num() bind(c)411 integer (kind=omp_integer_kind) omp_get_team_num412 end function omp_get_team_num795 !DIR$ ATTRIBUTES OFFLOAD:MIC :: omp_get_team_num878 !$omp declare target(omp_get_team_num )
327 function omp_get_team_num() bind(c)329 integer (kind=omp_integer_kind) omp_get_team_num330 end function omp_get_team_num
137 extern int __KAI_KMPC_CONVENTION omp_get_team_num (void);
313 EXTERN int omp_get_team_num() { in omp_get_team_num() function
91 EXTERN int omp_get_team_num(void);
75 #define FTN_GET_TEAM_NUM omp_get_team_num
479 omp_get_team_num 866
168 %call23 = call i32 @omp_get_team_num()398 declare dso_local i32 @omp_get_team_num()799 ; CHECK: declare dso_local i32 @omp_get_team_num()1336 ; OPTIMISTIC: declare dso_local i32 @omp_get_team_num()