| /llvm-project-15.0.7/openmp/runtime/test/ompt/tasks/ |
| H A D | explicit_task_thread_num.c | 17 int thread_num; in print_task_info_at() local 19 ¶llel_data, &thread_num); in print_task_info_at() 25 task_type, parallel_data->value, task_data->value, thread_num); in print_task_info_at()
|
| H A D | task_memory.c | 28 unsigned int thread_num, int flag) { in on_ompt_callback_implicit_task() argument
|
| /llvm-project-15.0.7/openmp/runtime/test/ompt/parallel/ |
| H A D | nested_lwt_thread_num.c | 17 int thread_num; in print_task_info_at() local 19 ¶llel_data, &thread_num); in print_task_info_at() 25 task_type, parallel_data->value, task_data->value, thread_num); in print_task_info_at()
|
| /llvm-project-15.0.7/openmp/runtime/src/ |
| H A D | ompt-specific.cpp | 346 int *thread_num) { in __ompt_get_task_info_internal() argument 427 if (thread_num) { in __ompt_get_task_info_internal() 429 *thread_num = __kmp_get_tid(); in __ompt_get_task_info_internal() 431 *thread_num = 0; in __ompt_get_task_info_internal() 440 *thread_num = __kmp_get_tid(); in __ompt_get_task_info_internal() 442 *thread_num = prev_team->t.t_master_tid; in __ompt_get_task_info_internal()
|
| H A D | ompt-internal.h | 59 int thread_num; member
|
| H A D | ompt-specific.h | 45 ompt_data_t **parallel_data, int *thread_num);
|
| H A D | ompt-general.cpp | 657 int *thread_num) { argument 661 task_frame, parallel_data, thread_num);
|
| H A D | kmp_runtime.cpp | 1341 OMPT_CUR_TASK_INFO(this_thr)->thread_num = in __kmp_serialized_parallel() 1506 OMPT_CUR_TASK_INFO(master_th)->thread_num = in __kmp_fork_call() 1789 OMPT_CUR_TASK_INFO(master_th)->thread_num = in __kmp_fork_call() 1794 OMPT_CUR_TASK_INFO(master_th)->thread_num, in __kmp_fork_call() 1823 OMPT_CUR_TASK_INFO(master_th)->thread_num, in __kmp_fork_call() 1904 OMPT_CUR_TASK_INFO(master_th)->thread_num = in __kmp_fork_call() 1932 OMPT_CUR_TASK_INFO(master_th)->thread_num, in __kmp_fork_call() 2489 OMPT_CUR_TASK_INFO(master_th)->thread_num, ompt_task_implicit); in __kmp_join_call() 2571 OMPT_CUR_TASK_INFO(master_th)->thread_num, flags); in __kmp_join_call() 7563 OMPT_CUR_TASK_INFO(this_thr)->thread_num = __kmp_tid_from_gtid(gtid); in __kmp_invoke_task_func() [all …]
|
| H A D | kmp_gsupport.cpp | 496 task_info->thread_num = __kmp_tid_from_gtid(gtid); in __kmp_GOMP_fork_call()
|
| H A D | kmp_csupport.cpp | 553 OMPT_CUR_TASK_INFO(this_thr)->thread_num, ompt_task_implicit); in __kmpc_end_serialized_parallel()
|
| /llvm-project-15.0.7/lldb/test/API/tools/lldb-server/ |
| H A D | TestNonStop.py | 14 thread_num = 3 16 inferior_args=["thread:segfault"] + thread_num * ["thread:new"]) 30 for segv_no in range(thread_num): 116 self.assertEqual(len(all_threads), thread_num + 1)
|
| /llvm-project-15.0.7/openmp/runtime/test/teams/ |
| H A D | kmp_num_teams.c | 48 int thread_num = omp_get_thread_num(); in check_num_teams() local 50 if (team_num == 0 && thread_num == 0) in check_num_teams()
|
| /llvm-project-15.0.7/openmp/tools/multiplex/ |
| H A D | ompt-multiplex.h | 322 ompt_data_t *task_data, unsigned int team_size, unsigned int thread_num, in ompt_multiplex_callback_implicit_task() argument 335 ompt_multiplex_get_own_task_data(task_data), team_size, thread_num, in ompt_multiplex_callback_implicit_task() 341 ompt_multiplex_get_client_task_data(task_data), team_size, thread_num, in ompt_multiplex_callback_implicit_task() 352 ompt_multiplex_get_own_task_data(task_data), team_size, thread_num, in ompt_multiplex_callback_implicit_task() 360 ompt_multiplex_get_client_task_data(task_data), team_size, thread_num, in ompt_multiplex_callback_implicit_task() 369 ompt_multiplex_get_own_task_data(task_data), team_size, thread_num, in ompt_multiplex_callback_implicit_task() 837 int *thread_num) { in ompt_multiplex_own_get_task_info() argument 839 task_frame, parallel_data, thread_num); in ompt_multiplex_own_get_task_info() 856 int *thread_num) { in ompt_multiplex_client_get_task_info() argument 858 task_frame, parallel_data, thread_num); in ompt_multiplex_client_get_task_info()
|
| /llvm-project-15.0.7/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() argument 200 if (thread_num < 0 || thread_num >= team_size_var) in ompd_get_thread_in_parallel() 209 .getArrayElement(thread_num) /*t.t_threads[nth_handle]*/ in ompd_get_thread_in_parallel() 620 int thread_num, /* IN: thread num of implicit task of team */ in ompd_get_task_in_parallel() argument 640 if (thread_num < 0 || thread_num >= team_size_var) in ompd_get_task_in_parallel() 650 thread_num) /*t.t_implicit_task_taskdata[nth_handle]*/ in ompd_get_task_in_parallel()
|
| /llvm-project-15.0.7/openmp/runtime/test/ompt/ |
| H A D | callback.h | 105 int task_type, thread_num; in print_ids() local 110 &task_parallel_data, &thread_num); in print_ids() 120 frame->enter_frame.ptr, buffer, task_type, thread_num); in print_ids() 665 unsigned int thread_num, in on_ompt_callback_implicit_task() argument 683 if (team_size == 1 && thread_num == 1 && parallel_data->ptr) in on_ompt_callback_implicit_task() 691 task_data->value, team_size, thread_num, flags); in on_ompt_callback_implicit_task() 698 task_data->value, team_size, thread_num); in on_ompt_callback_implicit_task() 710 team_size, thread_num); in on_ompt_callback_implicit_task() 718 team_size, thread_num); in on_ompt_callback_implicit_task()
|
| /llvm-project-15.0.7/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() argument 106 thread_num, type); in on_cds_ompt_callback_implicit_task()
|
| /llvm-project-15.0.7/openmp/runtime/src/include/ |
| H A D | omp-tools.h.var | 628 int *thread_num 1247 int thread_num, 1297 int thread_num,
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServerLLGS.cpp | 863 uint32_t thread_num = 0; in PrepareStopReplyPacketForThread() local 865 if (thread_num > 0) in PrepareStopReplyPacketForThread() 868 ++thread_num; in PrepareStopReplyPacketForThread() 877 if (thread_num > 1) { in PrepareStopReplyPacketForThread()
|
| /llvm-project-15.0.7/openmp/tools/archer/ |
| H A D | ompt-tsan.cpp | 674 unsigned int thread_num, int type) { in ompt_tsan_implicit_task() argument
|