Home
last modified time | relevance | path

Searched defs:this_thr (Results 1 – 12 of 12) sorted by relevance

/freebsd-src/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_cancel.cpp30 kmp_info_t *this_thr = __kmp_threads[gtid]; in __kmpc_cancel() local
137 kmp_info_t *this_thr = __kmp_threads[gtid]; in __kmpc_cancellationpoint() local
245 kmp_info_t *this_thr = __kmp_threads[gtid]; in __kmpc_cancel_barrier() local
311 kmp_info_t *this_thr = __kmp_entry_thread(); in __kmp_get_cancellation_status() local
H A Dkmp_barrier.cpp227 enum barrier_type bt, kmp_info_t *this_thr, int gtid, int tid, in __kmp_dist_barrier_gather() argument
376 __kmp_dist_barrier_release(enum barrier_type bt,kmp_info_t * this_thr,int gtid,int tid,int propagate_icvs USE_ITT_BUILD_ARG (void * itt_sync_obj)) __kmp_dist_barrier_release() argument
557 __kmp_linear_barrier_gather_template(enum barrier_type bt,kmp_info_t * this_thr,int gtid,int tid,void (* reduce)(void *,void *)USE_ITT_BUILD_ARG (void * itt_sync_obj)) __kmp_linear_barrier_gather_template() argument
659 __kmp_linear_barrier_release_template(enum barrier_type bt,kmp_info_t * this_thr,int gtid,int tid,int propagate_icvs USE_ITT_BUILD_ARG (void * itt_sync_obj)) __kmp_linear_barrier_release_template() argument
766 __kmp_linear_barrier_gather(enum barrier_type bt,kmp_info_t * this_thr,int gtid,int tid,void (* reduce)(void *,void *)USE_ITT_BUILD_ARG (void * itt_sync_obj)) __kmp_linear_barrier_gather() argument
773 __kmp_linear_barrier_gather_cancellable(enum barrier_type bt,kmp_info_t * this_thr,int gtid,int tid,void (* reduce)(void *,void *)USE_ITT_BUILD_ARG (void * itt_sync_obj)) __kmp_linear_barrier_gather_cancellable() argument
780 __kmp_linear_barrier_release(enum barrier_type bt,kmp_info_t * this_thr,int gtid,int tid,int propagate_icvs USE_ITT_BUILD_ARG (void * itt_sync_obj)) __kmp_linear_barrier_release() argument
787 __kmp_linear_barrier_release_cancellable(enum barrier_type bt,kmp_info_t * this_thr,int gtid,int tid,int propagate_icvs USE_ITT_BUILD_ARG (void * itt_sync_obj)) __kmp_linear_barrier_release_cancellable() argument
795 __kmp_tree_barrier_gather(enum barrier_type bt,kmp_info_t * this_thr,int gtid,int tid,void (* reduce)(void *,void *)USE_ITT_BUILD_ARG (void * itt_sync_obj)) __kmp_tree_barrier_gather() argument
901 __kmp_tree_barrier_release(enum barrier_type bt,kmp_info_t * this_thr,int gtid,int tid,int propagate_icvs USE_ITT_BUILD_ARG (void * itt_sync_obj)) __kmp_tree_barrier_release() argument
1007 __kmp_hyper_barrier_gather(enum barrier_type bt,kmp_info_t * this_thr,int gtid,int tid,void (* reduce)(void *,void *)USE_ITT_BUILD_ARG (void * itt_sync_obj)) __kmp_hyper_barrier_gather() argument
1126 __kmp_hyper_barrier_release(enum barrier_type bt,kmp_info_t * this_thr,int gtid,int tid,int propagate_icvs USE_ITT_BUILD_ARG (void * itt_sync_obj)) __kmp_hyper_barrier_release() argument
1358 __kmp_hierarchical_barrier_gather(enum barrier_type bt,kmp_info_t * this_thr,int gtid,int tid,void (* reduce)(void *,void *)USE_ITT_BUILD_ARG (void * itt_sync_obj)) __kmp_hierarchical_barrier_gather() argument
1527 __kmp_hierarchical_barrier_release(enum barrier_type bt,kmp_info_t * this_thr,int gtid,int tid,int propagate_icvs USE_ITT_BUILD_ARG (void * itt_sync_obj)) __kmp_hierarchical_barrier_release() argument
1773 kmp_info_t *this_thr = __kmp_threads[gtid]; __kmp_barrier_template() local
2097 kmp_info_t *this_thr = __kmp_threads[gtid]; __kmp_barrier_gomp_cancel() local
2118 kmp_info_t *this_thr = __kmp_threads[gtid]; __kmp_end_split_barrier() local
2164 kmp_info_t *this_thr = __kmp_threads[gtid]; __kmp_join_barrier() local
2401 kmp_info_t *this_thr = __kmp_threads[gtid]; __kmp_fork_barrier() local
[all...]
H A Dompt-specific.h156 OMPT_REDUCTION_DECL(this_thr,gtid) global() argument
173 OMPT_REDUCTION_DECL(this_thr,gtid) global() argument
H A Dkmp_wait_release.cpp15 void __kmp_wait_64(kmp_info_t *this_thr, kmp_flag_64<> *flag, in __kmp_wait_64()
H A Dkmp_csupport.cpp460 kmp_info_t *this_thr = __kmp_threads[gtid]; __kmpc_fork_teams() local
578 kmp_info_t *this_thr; __kmpc_end_serialized_parallel() local
825 kmp_info_t *this_thr = __kmp_threads[global_tid]; __kmpc_master() local
869 kmp_info_t *this_thr = __kmp_threads[global_tid]; __kmpc_end_master() local
915 kmp_info_t *this_thr = __kmp_threads[global_tid]; __kmpc_masked() local
956 kmp_info_t *this_thr = __kmp_threads[global_tid]; __kmpc_end_masked() local
1878 kmp_info_t *this_thr = __kmp_threads[global_tid]; __kmpc_single() local
1926 kmp_info_t *this_thr = __kmp_threads[global_tid]; __kmpc_end_single() local
[all...]
H A Dkmp_runtime.cpp758 kmp_info_t *this_thr = parent_team->t.t_threads[master_tid]; __kmp_reserve_threads() local
1127 kmp_info_t *this_thr; __kmp_serialized_parallel() local
4254 kmp_info_t *this_thr = __kmp_threads[gtid]; __kmp_task_info() local
4269 __kmp_initialize_info(kmp_info_t * this_thr,kmp_team_t * team,int tid,int gtid) __kmp_initialize_info() argument
5987 __kmp_launch_thread(kmp_info_t * this_thr) __kmp_launch_thread() argument
7632 __kmp_run_before_invoked_task(int gtid,int tid,kmp_info_t * this_thr,kmp_team_t * team) __kmp_run_before_invoked_task() argument
7657 __kmp_run_after_invoked_task(int gtid,int tid,kmp_info_t * this_thr,kmp_team_t * team) __kmp_run_after_invoked_task() argument
7668 kmp_info_t *this_thr = __kmp_threads[gtid]; __kmp_invoke_task_func() local
7809 kmp_info_t *this_thr = __kmp_threads[gtid]; __kmp_invoke_teams_master() local
8013 kmp_info_t *this_thr = __kmp_threads[gtid]; __kmp_internal_fork() local
8056 kmp_info_t *this_thr = __kmp_threads[gtid]; __kmp_internal_join() local
[all...]
H A Dkmp_tasking.cpp612 void __kmp_pop_current_task_from_thread(kmp_info_t *this_thr) { argument
634 __kmp_push_current_task_to_thread(kmp_info_t * this_thr,kmp_team_t * team,int tid) global() argument
1327 __kmp_init_implicit_task(ident_t * loc_ref,kmp_info_t * this_thr,kmp_team_t * team,int tid,int set_curr_task) global() argument
2081 kmp_info_t *this_thr = __kmp_threads[gtid]; global() local
3652 __kmp_enable_tasking(kmp_task_team_t * task_team,kmp_info_t * this_thr) global() argument
4117 __kmp_shift_task_state_stack(kmp_info_t * this_thr,kmp_uint8 value) global() argument
4157 __kmp_task_team_setup(kmp_info_t * this_thr,kmp_team_t * team,int always) global() argument
4246 __kmp_task_team_sync(kmp_info_t * this_thr,kmp_team_t * team) global() argument
4272 __kmp_task_team_wait(kmp_info_t * this_thr,kmp_team_t * team USE_ITT_BUILD_ARG (void * itt_sync_obj),int wait) global() argument
[all...]
H A Dkmp_alloc.cpp2076 void *___kmp_fast_allocate(kmp_info_t *this_thr, size_t size KMP_SRC_LOC_DECL) { in ___kmp_fast_allocate()
2165 void ___kmp_fast_free(kmp_info_t *this_thr, void *ptr KMP_SRC_LOC_DECL) { in ___kmp_fast_free()
2276 void __kmp_initialize_fast_memory(kmp_info_t *this_thr) { in __kmp_initialize_fast_memory()
H A Dz_Windows_NT_util.cpp994 kmp_info_t *this_thr = (kmp_info_t *)arg; in __kmp_launch_worker() local
1050 kmp_info_t *this_thr = (kmp_info_t *)arg; in __kmp_launch_monitor() local
H A Dkmp_lock.cpp1035 static void __kmp_dump_queuing_lock(kmp_info_t *this_thr, kmp_int32 gtid, in __kmp_dump_queuing_lock()
1086 kmp_info_t *this_thr = __kmp_thread_from_gtid(gtid); in __kmp_acquire_queuing_lock_timed_template() local
1307 kmp_info_t *this_thr; in __kmp_test_queuing_lock() local
1361 kmp_info_t *this_thr = __kmp_thread_from_gtid(gtid); in __kmp_release_queuing_lock() local
H A Dkmp_gsupport.cpp225 kmp_info_t *this_thr = __kmp_threads[gtid]; in KMP_EXPAND_NAME() local
H A Dkmp.h3757 __kmp_fast_allocate(this_thr,size) global() argument
3759 __kmp_fast_free(this_thr,ptr) global() argument
[all...]