Lines Matching refs:kmp_info_t
3089 } kmp_info_t; typedef
3181 KMP_ALIGN_CACHE kmp_info_t **t_threads;
3274 kmp_info_t *r_uber_thread;
3298 kmp_info_t **threads;
3590 extern kmp_info_t **__kmp_threads; /* Descriptors for the threads */
3595 extern volatile kmp_info_t *__kmp_thread_pool;
3596 extern kmp_info_t *__kmp_thread_pool_insert_pt;
3638 static inline int __kmp_gtid_from_thread(const kmp_info_t *thr) { in __kmp_gtid_from_thread()
3643 static inline kmp_info_t *__kmp_thread_from_gtid(int gtid) { in __kmp_thread_from_gtid()
3676 extern kmp_info_t __kmp_monitor;
3740 static inline kmp_info_t *__kmp_entry_thread() { in __kmp_entry_thread()
3753 extern unsigned short __kmp_get_random(kmp_info_t *thread);
3754 extern void __kmp_init_random(kmp_info_t *thread);
3768 extern void *___kmp_fast_allocate(kmp_info_t *this_thr,
3770 extern void ___kmp_fast_free(kmp_info_t *this_thr, void *ptr KMP_SRC_LOC_DECL);
3771 extern void __kmp_free_fast_memory(kmp_info_t *this_thr);
3772 extern void __kmp_initialize_fast_memory(kmp_info_t *this_thr);
3779 extern void *___kmp_thread_malloc(kmp_info_t *th, size_t size KMP_SRC_LOC_DECL);
3780 extern void *___kmp_thread_calloc(kmp_info_t *th, size_t nelem,
3782 extern void *___kmp_thread_realloc(kmp_info_t *th, void *ptr,
3784 extern void ___kmp_thread_free(kmp_info_t *th, void *ptr KMP_SRC_LOC_DECL);
3881 extern void __kmp_wait_64(kmp_info_t *this_thr, kmp_flag_64<> *flag,
3903 extern void __kmp_check_stack_overlap(kmp_info_t *thr);
3935 extern void __kmp_balanced_affinity(kmp_info_t *th, int team_size);
3955 kmp_info_t *th = __kmp_threads[gtid]; in __kmp_reset_root_init_mask()
3991 extern void __kmp_create_monitor(kmp_info_t *th);
3994 extern void *__kmp_launch_thread(kmp_info_t *thr);
3996 extern void __kmp_create_worker(int gtid, kmp_info_t *th, size_t stack_size);
3999 extern int __kmp_still_running(kmp_info_t *th);
4000 extern int __kmp_is_thread_alive(kmp_info_t *th, DWORD *exit_val);
4005 extern void __kmp_reap_monitor(kmp_info_t *th);
4007 extern void __kmp_reap_worker(kmp_info_t *th);
4010 extern int __kmp_try_suspend_mx(kmp_info_t *th);
4011 extern void __kmp_lock_suspend_mx(kmp_info_t *th);
4012 extern void __kmp_unlock_suspend_mx(kmp_info_t *th);
4030 extern void __kmp_suspend_initialize_thread(kmp_info_t *th);
4031 extern void __kmp_suspend_uninitialize_thread(kmp_info_t *th);
4033 extern kmp_info_t *__kmp_allocate_thread(kmp_root_t *root, kmp_team_t *team,
4041 int argc USE_NESTED_HOT_ARG(kmp_info_t *thr));
4042 extern void __kmp_free_thread(kmp_info_t *);
4044 kmp_team_t *USE_NESTED_HOT_ARG(kmp_info_t *));
4049 extern void __kmp_initialize_bget(kmp_info_t *th);
4050 extern void __kmp_finalize_bget(kmp_info_t *th);
4094 kmp_info_t *this_thr,
4097 kmp_info_t *this_thr,
4106 extern void __kmp_save_internal_controls(kmp_info_t *thread);
4110 extern void __kmp_aux_set_blocktime(int arg, kmp_info_t *thread, int tid);
4119 extern void __kmp_push_current_task_to_thread(kmp_info_t *this_thr,
4121 extern void __kmp_pop_current_task_from_thread(kmp_info_t *this_thr);
4127 extern void __kmp_init_implicit_task(ident_t *loc_ref, kmp_info_t *this_thr,
4130 extern void __kmp_finish_implicit_task(kmp_info_t *this_thr);
4131 extern void __kmp_free_implicit_task(kmp_info_t *this_thr);
4138 extern void __kmp_free_task_team(kmp_info_t *thread,
4141 extern void __kmp_push_task_team_node(kmp_info_t *thread, kmp_team_t *team);
4142 extern void __kmp_pop_task_team_node(kmp_info_t *thread, kmp_team_t *team);
4144 extern void __kmp_task_team_setup(kmp_info_t *this_thr, kmp_team_t *team);
4145 extern void __kmp_task_team_sync(kmp_info_t *this_thr, kmp_team_t *team);
4146 extern void __kmp_task_team_wait(kmp_info_t *this_thr, kmp_team_t *team
4153 extern void __kmp_tasking_barrier(kmp_team_t *team, kmp_info_t *thread,
4582 extern kmp_info_t *__kmp_hidden_helper_main_thread;
4584 extern kmp_info_t **__kmp_hidden_helper_threads;
4674 int __kmp_execute_tasks_32(kmp_info_t *thread, kmp_int32 gtid,
4682 int __kmp_execute_tasks_64(kmp_info_t *thread, kmp_int32 gtid,
4690 int __kmp_atomic_execute_tasks_64(kmp_info_t *thread, kmp_int32 gtid,
4697 int __kmp_execute_tasks_oncore(kmp_info_t *thread, kmp_int32 gtid,