/llvm-project/openmp/libompd/gdb-plugin/ompd/ |
H A D | ompd_address_space.py | 399 def save_thread_object(self, thread_num, thread_id, addr_space): argument 404 def get_thread(self, thread_num): argument
|
H A D | ompd_handles.py | 16 def get_thread_in_parallel(self, thread_num): argument 42 def get_task_in_parallel(self, thread_num): argument
|
/llvm-project/openmp/runtime/test/ompt/tasks/ |
H A D | explicit_task_thread_num.c | 17 int thread_num; in print_task_info_at() local
|
H A D | task_memory.c | 28 unsigned int thread_num, int flag) { in on_ompt_callback_implicit_task()
|
/llvm-project/openmp/runtime/test/ompt/parallel/ |
H A D | nested_lwt_thread_num.c | 17 int thread_num; in print_task_info_at() local
|
/llvm-project/openmp/runtime/test/teams/ |
H A D | kmp_num_teams.c | 48 int thread_num = omp_get_thread_num(); in check_num_teams() local
|
/llvm-project/openmp/tools/multiplex/ |
H A D | ompt-multiplex.h | 388 ompt_data_t *task_data, unsigned int team_size, unsigned int thread_num, in ompt_multiplex_callback_implicit_task() 903 int *thread_num) { in ompt_multiplex_own_get_task_info() 922 int *thread_num) { in ompt_multiplex_client_get_task_info()
|
/llvm-project/openmp/libompd/src/ |
H A D | omp-debug.cpp | 179 int thread_num, /* IN: Thread num, handle of which is to be returned */ in ompd_get_thread_in_parallel() 620 int thread_num, /* IN: thread num of implicit task of team */ in ompd_get_task_in_parallel()
|
/llvm-project/openmp/runtime/src/ |
H A D | ompt-internal.h | 63 int thread_num; member
|
H A D | ompt-specific.cpp | 361 int *thread_num) { in __ompt_get_task_info_internal() argument
|
H A D | ompt-general.cpp | 661 ompt_get_task_info(int ancestor_level,int * type,ompt_data_t ** task_data,ompt_frame_t ** task_frame,ompt_data_t ** parallel_data,int * thread_num) global() argument
|
/llvm-project/openmp/libompd/test/ |
H A D | ompt_plugin.h | 59 unsigned int thread_num, int flags) { in on_ompt_callback_implicit_task()
|
/llvm-project/openmp/runtime/test/ompt/ |
H A D | callback.h | 140 int task_type, thread_num; print_ids() local 761 on_ompt_callback_implicit_task(ompt_scope_endpoint_t endpoint,ompt_data_t * parallel_data,ompt_data_t * task_data,unsigned int team_size,unsigned int thread_num,int flags) on_ompt_callback_implicit_task() argument [all...] |
/llvm-project/openmp/tools/multiplex/tests/custom_data_storage/ |
H A D | first-tool.h | 95 unsigned int thread_num, in on_cds_ompt_callback_implicit_task()
|
/llvm-project/openmp/tools/archer/ |
H A D | ompt-tsan.cpp | 671 unsigned int thread_num, int type) { in ompt_tsan_implicit_task()
|
/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteCommunicationServerLLGS.cpp | 861 uint32_t thread_num = 0; PrepareStopReplyPacketForThread() local
|