Home
last modified time | relevance | path

Searched refs:other_threads (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/openmp/runtime/src/
Dkmp_barrier.cpp52 kmp_info_t **other_threads = team->t.t_threads; in __kmp_linear_barrier_gather_template() local
58 KMP_DEBUG_ASSERT(this_thr == other_threads[this_thr->th.th_info.ds.ds_tid]); in __kmp_linear_barrier_gather_template()
81 kmp_flag_64<> flag(&thr_bar->b_arrived, other_threads[0]); in __kmp_linear_barrier_gather_template()
95 KMP_CACHE_PREFETCH(&other_threads[i + 1]->th.th_bar[bt].bb.b_arrived); in __kmp_linear_barrier_gather_template()
101 &other_threads[i]->th.th_bar[bt].bb.b_arrived, new_state)); in __kmp_linear_barrier_gather_template()
106 &other_threads[i]->th.th_bar[bt].bb.b_arrived, new_state); in __kmp_linear_barrier_gather_template()
110 kmp_flag_64<> flag(&other_threads[i]->th.th_bar[bt].bb.b_arrived, in __kmp_linear_barrier_gather_template()
114 ANNOTATE_BARRIER_END(other_threads[i]); in __kmp_linear_barrier_gather_template()
120 this_thr->th.th_bar_min_time, other_threads[i]->th.th_bar_min_time); in __kmp_linear_barrier_gather_template()
132 other_threads[i]->th.th_local.reduce_data); in __kmp_linear_barrier_gather_template()
[all …]
Dkmp_runtime.cpp109 kmp_info_t **other_threads; in __kmp_get_global_thread_id() local
141 other_threads = __kmp_threads; in __kmp_get_global_thread_id()
156 kmp_info_t *thr = (kmp_info_t *)TCR_SYNC_PTR(other_threads[i]); in __kmp_get_global_thread_id()
191 if (!TCR_4(other_threads[i]->th.th_info.ds.ds_stackgrow)) { in __kmp_get_global_thread_id()
195 stack_base = (char *)other_threads[i]->th.th_info.ds.ds_stackbase; in __kmp_get_global_thread_id()
197 TCW_PTR(other_threads[i]->th.th_info.ds.ds_stackbase, stack_addr); in __kmp_get_global_thread_id()
198 TCW_PTR(other_threads[i]->th.th_info.ds.ds_stacksize, in __kmp_get_global_thread_id()
199 other_threads[i]->th.th_info.ds.ds_stacksize + stack_addr - in __kmp_get_global_thread_id()
202 TCW_PTR(other_threads[i]->th.th_info.ds.ds_stacksize, in __kmp_get_global_thread_id()
208 char *stack_end = (char *)other_threads[i]->th.th_info.ds.ds_stackbase; in __kmp_get_global_thread_id()
[all …]
Dkmp_dispatch.cpp1221 kmp_info_t **other_threads = team->t.t_threads; in __kmp_dispatch_next_algorithm() local
1236 &other_threads[victimIdx]->th.th_dispatch->th_disp_buffer[idx]); in __kmp_dispatch_next_algorithm()
1242 &other_threads[victimIdx]->th.th_dispatch->th_disp_buffer[idx]); in __kmp_dispatch_next_algorithm()
1320 kmp_info_t **other_threads = team->t.t_threads; in __kmp_dispatch_next_algorithm() local
1336 &other_threads[victimIdx]->th.th_dispatch->th_disp_buffer[idx]); in __kmp_dispatch_next_algorithm()
1342 &other_threads[victimIdx]->th.th_dispatch->th_disp_buffer[idx]); in __kmp_dispatch_next_algorithm()
2087 kmp_info_t **other_threads = team->t.t_threads; in __kmp_dispatch_next() local
2092 &other_threads[i]->th.th_dispatch->th_disp_buffer[idx]); in __kmp_dispatch_next()
/external/llvm-project/lldb/test/API/functionalities/thread/step_out/
DTestThreadStepOut.py141 (breakpoint_threads, other_threads) = ([], [])
144 other_threads=other_threads)
/external/llvm-project/lldb/utils/lui/
Dlldbutil.py291 other_threads=None): argument
299 other_threads]:
310 (None, other_threads)]:
/external/tensorflow/tensorflow/python/training/
Dqueue_runner_test.py197 other_threads = qr.create_threads(other_sess, coord=coord)
198 self.assertEqual(len(threads), len(other_threads))
/external/llvm-project/lldb/packages/Python/lldbsuite/test/
Dlldbutil.py340 other_threads=None): argument
348 other_threads]:
359 (None, other_threads)]: