Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/functionalities/thread/step_out/
H A DTestThreadStepOut.py61 other_threads = {}
65 other_threads[thread.GetIndexID()] = thread.frames[0].line_entry
68 self.assertNotEqual(len(other_threads), 0)
73 line_entry = other_threads.get(index_id)
113 (breakpoint_threads, other_threads) = ([], [])
116 other_threads=other_threads)
/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_barrier.cpp217 kmp_info_t **other_threads = team->t.t_threads; in __kmp_dist_barrier_wakeup() local
219 KMP_DEBUG_ASSERT(other_threads[thr]); in __kmp_dist_barrier_wakeup()
232 kmp_info_t **other_threads; in __kmp_dist_barrier_gather() local
239 other_threads = team->t.t_threads; in __kmp_dist_barrier_gather()
562 kmp_info_t **other_threads = team->t.t_threads; in __kmp_linear_barrier_gather_template() local
668 kmp_info_t **other_threads; in __kmp_linear_barrier_release_template() local
672 other_threads = team->t.t_threads; in __kmp_linear_barrier_release_template()
711 other_threads[i]); in __kmp_linear_barrier_release_template()
1131 kmp_info_t **other_threads; in __kmp_hyper_barrier_release() local
1194 other_threads = team->t.t_threads; in __kmp_hyper_barrier_release()
[all …]
H A Dkmp_runtime.cpp119 kmp_info_t **other_threads; in __kmp_get_global_thread_id() local
151 other_threads = __kmp_threads; in __kmp_get_global_thread_id()
201 if (!TCR_4(other_threads[i]->th.th_info.ds.ds_stackgrow)) { in __kmp_get_global_thread_id()
208 TCW_PTR(other_threads[i]->th.th_info.ds.ds_stacksize, in __kmp_get_global_thread_id()
212 TCW_PTR(other_threads[i]->th.th_info.ds.ds_stacksize, in __kmp_get_global_thread_id()
2509 kmp_info_t **other_threads = team->t.t_threads; in __kmp_join_call() local
2512 other_threads[i]->th.th_team_nproc = new_num; in __kmp_join_call()
2517 KMP_DEBUG_ASSERT(other_threads[i]); in __kmp_join_call()
5298 kmp_info_t **other_threads = team->t.t_threads; in __kmp_allocate_team() local
8960 kmp_info_t **other_threads = team->t.t_threads; in __kmp_resize_dist_barrier() local
[all …]
/llvm-project-15.0.7/lldb/test/API/commands/thread/backtrace/
H A DTestThreadBacktraceRepeat.py31 (breakpoint_threads, other_threads) = ([], [])
34 other_threads=other_threads)
110 (breakpoint_threads, other_threads) = ([], [])
113 other_threads=other_threads)
/llvm-project-15.0.7/lldb/test/API/tools/lldb-server/
H A DTestNonStop.py61 other_threads = []
68 other_threads.append(t["thread_id"])
79 all_threads.difference(other_threads + segv_threads))
80 all_threads.update(other_threads + segv_threads)
/llvm-project-15.0.7/lldb/utils/lui/
H A Dlldbutil.py291 other_threads=None): argument
299 other_threads]:
310 (None, other_threads)]:
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dlldbutil.py357 other_threads=None): argument
365 other_threads]:
376 (None, other_threads)]: