Lines Matching +defs:team +defs:y
74 #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
2415 kmp_team_t *team) { in __kmp_join_restore_state()
2423 kmp_team_t *team, ompt_data_t *parallel_data, in __kmp_join_ompt()
2444 kmp_team_t *team; in __kmp_join_call() local
3052 kmp_team_t *team; in __kmp_get_ancestor_thread_num() local
3110 kmp_team_t *team; in __kmp_get_team_size() local
3195 static void __kmp_alloc_argv_entries(int argc, kmp_team_t *team, int realloc) { in __kmp_alloc_argv_entries()
3241 static void __kmp_allocate_team_arrays(kmp_team_t *team, int max_nth) { in __kmp_allocate_team_arrays()
3261 static void __kmp_free_team_arrays(kmp_team_t *team) { in __kmp_free_team_arrays()
3283 static void __kmp_reallocate_team_arrays(kmp_team_t *team, int max_nth) { in __kmp_reallocate_team_arrays()
3333 static kmp_internal_control_t __kmp_get_x_global_icvs(const kmp_team_t *team) { in __kmp_get_x_global_icvs()
3448 kmp_team_p const *team // Team to add. in __kmp_print_structure_team_accum()
3491 static void __kmp_print_structure_team(char const *title, kmp_team_p const *team in __kmp_print_structure_team()
3596 kmp_team_p const *team = list->entry; in __kmp_print_structure() local
4076 kmp_team_t *team = hot_teams[level].hot_team; in __kmp_free_hot_teams() local
4212 kmp_team_t *team = thread->th.th_team; in __kmp_unregister_root_current_thread() local
4262 kmp_team_t *team = this_thr->th.th_team; in __kmp_task_info() local
4275 static void __kmp_initialize_info(kmp_info_t *this_thr, kmp_team_t *team, in __kmp_initialize_info()
4423 kmp_info_t *__kmp_allocate_thread(kmp_root_t *root, kmp_team_t *team, in __kmp_allocate_thread()
4724 static void __kmp_reinitialize_team(kmp_team_t *team, in __kmp_reinitialize_team()
4745 static void __kmp_initialize_team(kmp_team_t *team, int new_nproc, in __kmp_initialize_team()
4799 static inline void __kmp_set_thread_place(kmp_team_t *team, kmp_info_t *th, in __kmp_set_thread_place()
4817 static void __kmp_partition_places(kmp_team_t *team, int update_master_only) { in __kmp_partition_places()
5143 kmp_team_t *team; in __kmp_allocate_team() local
5840 kmp_team_t *__kmp_reap_team(kmp_team_t *team) { in __kmp_reap_team()
6401 kmp_team_t *team = CCAST(kmp_team_t *, __kmp_team_pool); in __kmp_internal_end() local
7648 kmp_team_t *team) { in __kmp_run_before_invoked_task()
7673 kmp_team_t *team) { in __kmp_run_after_invoked_task()
7684 kmp_team_t *team = this_thr->th.th_team; in __kmp_invoke_task_func() local
7778 kmp_team_t *team = thr->th.th_team; in __kmp_teams_master() local
7825 kmp_team_t *team = this_thr->th.th_team; in __kmp_invoke_teams_master() local
8059 void __kmp_internal_fork(ident_t *id, int gtid, kmp_team_t *team) { in __kmp_internal_fork()
8102 void __kmp_internal_join(ident_t *id, int gtid, kmp_team_t *team) { in __kmp_internal_join()
8527 kmp_team_t *team = thr->th.th_team; in __kmp_aux_get_team_info() local
8553 kmp_team_t *team = __kmp_aux_get_team_info(serialized); in __kmp_aux_get_team_num() local
8566 kmp_team_t *team = __kmp_aux_get_team_info(serialized); in __kmp_aux_get_num_teams() local
9158 void __kmp_resize_dist_barrier(kmp_team_t *team, int old_nthreads, in __kmp_resize_dist_barrier()
9213 void __kmp_add_threads_to_team(kmp_team_t *team, int new_nthreads) { in __kmp_add_threads_to_team()