Home
last modified time | relevance | path

Searched +defs:team +defs:y (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_runtime.cpp74 #define KMP_MIN(x, y) ((x) < (y) ? (x) : (y)) argument
536 static void __kmp_print_team_storage_map(const char *header, kmp_team_t *team, in __kmp_print_team_storage_map()
650 kmp_team_t *team = __kmp_team_from_gtid(gtid); in __kmp_parallel_deo() local
676 kmp_team_t *team = __kmp_team_from_gtid(gtid); in __kmp_parallel_dxo() local
702 kmp_team_t *team; in __kmp_enter_single() local
959 static void __kmp_fork_team_threads(kmp_root_t *root, kmp_team_t *team, in __kmp_fork_team_threads()
1118 inline static void propagateFPControl(kmp_team_t *team) { in propagateFPControl()
1151 inline static void updateHWFPControl(kmp_team_t *team) { in updateHWFPControl()
1710 kmp_team_t *team; in __kmp_serial_fork_call() local
1935 kmp_team_t *team; in __kmp_fork_call() local
[all …]
H A Dkmp.h319 #define KMP_MAX(x, y) ((x) > (y) ? (x) : (y)) argument
320 #define KMP_MIN(x, y) ((x) < (y) ? (x) : (y)) argument
1263 #define KMP_BLOCKTIME(team, tid) \ argument
1274 #define KMP_BLOCKTIME_INTERVAL(team, tid) \ argument
1281 #define KMP_BLOCKTIME_INTERVAL(team, tid) \ argument
2216 kmp_team_t *team; member
3633 static inline int __kmp_gtid_from_tid(int tid, const kmp_team_t *team) { in __kmp_gtid_from_tid()
4156 #define KMP_DEBUG_ASSERT_TASKTEAM_INVARIANT(team, thr) \ argument
4161 #define KMP_DEBUG_ASSERT_TASKTEAM_INVARIANT(team, thr) /* Nothing */ argument
4612 #define KMP_HIDDEN_HELPER_TEAM(team) \ argument