Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
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
Dkmp_barrier.cpp47 enum barrier_type bt, kmp_info_t *this_thr, int gtid, int tid, in __kmp_linear_barrier_gather_template()
154 enum barrier_type bt, kmp_info_t *this_thr, int gtid, int tid, in __kmp_linear_barrier_release_template()
263 enum barrier_type bt, kmp_info_t *this_thr, int gtid, int tid, in __kmp_linear_barrier_gather()
270 enum barrier_type bt, kmp_info_t *this_thr, int gtid, int tid, in __kmp_linear_barrier_gather_cancellable()
277 enum barrier_type bt, kmp_info_t *this_thr, int gtid, int tid, in __kmp_linear_barrier_release()
284 enum barrier_type bt, kmp_info_t *this_thr, int gtid, int tid, in __kmp_linear_barrier_release_cancellable()
292 __kmp_tree_barrier_gather(enum barrier_type bt, kmp_info_t *this_thr, int gtid, in __kmp_tree_barrier_gather()
404 enum barrier_type bt, kmp_info_t *this_thr, int gtid, int tid, in __kmp_tree_barrier_release()
512 __kmp_hyper_barrier_gather(enum barrier_type bt, kmp_info_t *this_thr, int gtid, in __kmp_hyper_barrier_gather()
637 enum barrier_type bt, kmp_info_t *this_thr, int gtid, int tid, in __kmp_hyper_barrier_release()
[all …]
Dompt-specific.h136 #define OMPT_REDUCTION_DECL(this_thr, gtid) \ argument
153 #define OMPT_REDUCTION_DECL(this_thr, gtid) argument
Dkmp_wait_release.cpp15 void __kmp_wait_64(kmp_info_t *this_thr, kmp_flag_64<> *flag, in __kmp_wait_64()
Dkmp_wait_release.h130 static void __ompt_implicit_task_end(kmp_info_t *this_thr, in __ompt_implicit_task_end()
174 __kmp_wait_template(kmp_info_t *this_thr, in __kmp_wait_template()
Dkmp_runtime.cpp791 kmp_info_t *this_thr = parent_team->t.t_threads[master_tid]; in __kmp_reserve_threads() local
1142 kmp_info_t *this_thr; in __kmp_serialized_parallel() local
4021 kmp_info_t *this_thr = __kmp_threads[gtid]; in __kmp_task_info() local
4036 static void __kmp_initialize_info(kmp_info_t *this_thr, kmp_team_t *team, in __kmp_initialize_info()
5703 void *__kmp_launch_thread(kmp_info_t *this_thr) { in __kmp_launch_thread()
7120 void __kmp_run_before_invoked_task(int gtid, int tid, kmp_info_t *this_thr, in __kmp_run_before_invoked_task()
7145 void __kmp_run_after_invoked_task(int gtid, int tid, kmp_info_t *this_thr, in __kmp_run_after_invoked_task()
7156 kmp_info_t *this_thr = __kmp_threads[gtid]; in __kmp_invoke_task_func() local
7287 kmp_info_t *this_thr = __kmp_threads[gtid]; in __kmp_invoke_teams_master() local
7400 kmp_info_t *this_thr = __kmp_threads[gtid]; in __kmp_internal_fork() local
[all …]
Dkmp_csupport.cpp367 kmp_info_t *this_thr = __kmp_threads[gtid]; in __kmpc_fork_teams() local
485 kmp_info_t *this_thr; in __kmpc_end_serialized_parallel() local
762 kmp_info_t *this_thr = __kmp_threads[global_tid]; in __kmpc_master() local
806 kmp_info_t *this_thr = __kmp_threads[global_tid]; in __kmpc_end_master() local
1725 kmp_info_t *this_thr = __kmp_threads[global_tid]; in __kmpc_single() local
1773 kmp_info_t *this_thr = __kmp_threads[global_tid]; in __kmpc_end_single() local
Dkmp_tasking.cpp439 void __kmp_pop_current_task_from_thread(kmp_info_t *this_thr) { in __kmp_pop_current_task_from_thread()
461 void __kmp_push_current_task_to_thread(kmp_info_t *this_thr, kmp_team_t *team, in __kmp_push_current_task_to_thread()
1047 void __kmp_init_implicit_task(ident_t *loc_ref, kmp_info_t *this_thr, in __kmp_init_implicit_task()
3064 kmp_info_t *this_thr) { in __kmp_enable_tasking()
3507 void __kmp_task_team_setup(kmp_info_t *this_thr, kmp_team_t *team, int always) { in __kmp_task_team_setup()
3569 void __kmp_task_team_sync(kmp_info_t *this_thr, kmp_team_t *team) { in __kmp_task_team_sync()
3594 kmp_info_t *this_thr, in __kmp_task_team_wait()
Dkmp_alloc.cpp1893 void *___kmp_fast_allocate(kmp_info_t *this_thr, size_t size KMP_SRC_LOC_DECL) { in ___kmp_fast_allocate()
1985 void ___kmp_fast_free(kmp_info_t *this_thr, void *ptr KMP_SRC_LOC_DECL) { in ___kmp_fast_free()
2096 void __kmp_initialize_fast_memory(kmp_info_t *this_thr) { in __kmp_initialize_fast_memory()
Dz_Windows_NT_util.cpp958 kmp_info_t *this_thr = (kmp_info_t *)arg; in __kmp_launch_worker() local
1013 kmp_info_t *this_thr = (kmp_info_t *)arg; in __kmp_launch_monitor() local
Dkmp_lock.cpp1039 static void __kmp_dump_queuing_lock(kmp_info_t *this_thr, kmp_int32 gtid, in __kmp_dump_queuing_lock()
1090 kmp_info_t *this_thr = __kmp_thread_from_gtid(gtid); in __kmp_acquire_queuing_lock_timed_template() local
1315 kmp_info_t *this_thr; in __kmp_test_queuing_lock() local
1363 kmp_info_t *this_thr; in __kmp_release_queuing_lock() local
Dkmp_gsupport.cpp196 kmp_info_t *this_thr = __kmp_threads[gtid]; in KMP_EXPAND_NAME() local
Dkmp.h3284 #define __kmp_fast_allocate(this_thr, size) \ argument
3286 #define __kmp_fast_free(this_thr, ptr) \ argument