Searched refs:task_type (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/openmp/runtime/test/ompt/tasks/ |
| H A D | explicit_task_thread_num.c | 13 int task_type; in print_task_info_at() local 18 ompt_get_task_info(ancestor_level, &task_type, &task_data, NULL, in print_task_info_at() 20 format_task_type(task_type, buffer); 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_types_serialized.c | 12 int task_type; in print_task_type() local 14 ompt_get_task_info(0, &task_type, NULL, NULL, NULL, NULL); in print_task_type() 15 format_task_type(task_type, buffer); in print_task_type() 16 …intf("%" PRIu64 ": id=%d task_type=%s=%d\n", ompt_get_thread_data()->value, id, buffer, task_type); in print_task_type()
|
| /llvm-project-15.0.7/openmp/runtime/test/ompt/parallel/ |
| H A D | nested_lwt_thread_num.c | 13 int task_type; in print_task_info_at() local 18 ompt_get_task_info(ancestor_level, &task_type, &task_data, NULL, in print_task_info_at() 20 format_task_type(task_type, buffer); 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/lldb/test/API/python_api/type/ |
| H A D | TestTypeList.py | 93 task_type = target.FindFirstType('Task') 94 self.assertTrue(task_type) 95 self.DebugSBType(task_type) 98 task_ref_type = task_type.GetReferenceType() 104 task_pointer_type = task_type.GetPointerType() 123 self.assertEqual(task_type, task_head_pointee_type)
|
| /llvm-project-15.0.7/openmp/runtime/test/ompt/ |
| H A D | callback.h | 105 int task_type, thread_num; in print_ids() local 109 int exists_task = ompt_get_task_info(level, &task_type, &task_data, &frame, in print_ids() 112 format_task_type(task_type, buffer); in print_ids() 120 frame->enter_frame.ptr, buffer, task_type, thread_num); in print_ids()
|