Home
last modified time | relevance | path

Searched refs:thread_data (Results 1 – 22 of 22) sorted by relevance

/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp234 for (const auto &thread_data : m_thread_data) { in DoLoadCore() local
235 if (thread_data.siginfo.si_signo != 0) in DoLoadCore()
237 if (thread_data.prstatus_sig != 0) in DoLoadCore()
244 for (auto &thread_data : m_thread_data) in DoLoadCore() local
245 thread_data.siginfo.si_signo = thread_data.prstatus_sig; in DoLoadCore()
491 static void ParseFreeBSDPrStatus(ThreadData &thread_data, in ParseFreeBSDPrStatus()
509 thread_data.siginfo.si_signo = data.GetU32(&offset); // pr_cursig in ParseFreeBSDPrPsInfo()
510 thread_data.tid = data.GetU32(&offset); // pr_pid in ParseFreeBSDPrPsInfo()
515 thread_data in ParseFreeBSDPrPsInfo()
478 ParseFreeBSDPrStatus(ThreadData & thread_data,const DataExtractor & data,bool lp64) ParseFreeBSDPrStatus() argument
570 ParseOpenBSDProcInfo(ThreadData & thread_data,const DataExtractor & data) ParseOpenBSDProcInfo() argument
611 ThreadData thread_data; parseFreeBSDNotes() local
681 ThreadData thread_data; parseNetBSDNotes() local
841 ThreadData thread_data = {}; parseOpenBSDNotes() local
888 ThreadData thread_data; parseLinuxNotes() local
[all...]
/llvm-project/openmp/libompd/gdb-plugin/ompd/
H A Dompd_address_space.py100 thread_data = gdb.parse_and_eval("thread_data")
109 ompt_state = str(thread_data["ompt_state"])
119 ompt_wait_id = thread_data["ompt_wait_id"]
129 ompt_thread_num = thread_data["omp_thread_num"]
143 ompt_thread_data = thread_data["ompt_thread_data"].dereference()["value"]
155 ompt_num_threads = thread_data["omp_num_threads"]
169 ompt_levels = thread_data["omp_level"]
183 ompt_active_levels = thread_data["omp_active_level"]
197 ompt_parallel_data = thread_data["ompt_parallel_data"].dereference()[
212 ompt_max_threads = thread_data["omp_max_threads"]
[all …]
/llvm-project/openmp/runtime/src/
H A Dkmp_tasking.cpp36 kmp_thread_data_t *thread_data);
51 // thread_data: thread data for task team thread containing stack
55 kmp_thread_data_t *thread_data, in __kmp_trace_task_stack() argument
57 kmp_task_stack_t *task_stack = &thread_data->td.td_susp_tied_tasks; in __kmp_trace_task_stack()
103 // after a thread_data structure is created.
107 // thread_data: thread data for task team thread containing stack
109 kmp_thread_data_t *thread_data) { in __kmp_init_task_stack() argument
110 kmp_task_stack_t *task_stack = &thread_data->td.td_susp_tied_tasks; in __kmp_init_task_stack()
125 // __kmp_free_task_stack: free the task stack when thread_data is destroyed.
128 // thread_data
130 __kmp_free_task_stack(kmp_int32 gtid,kmp_thread_data_t * thread_data) __kmp_free_task_stack() argument
161 kmp_thread_data_t *thread_data = __kmp_push_task_stack() local
220 kmp_thread_data_t *thread_data = __kmp_pop_task_stack() local
313 __kmp_realloc_task_deque(kmp_info_t * thread,kmp_thread_data_t * thread_data) global() argument
340 kmp_thread_data_t *thread_data = &l->td; global() local
359 kmp_thread_data_t *thread_data; global() local
406 kmp_thread_data_t *thread_data = NULL; global() local
495 kmp_thread_data_t *thread_data; global() local
1530 kmp_thread_data_t *thread_data = &task_team->tt.tt_threads_data[tid]; global() local
3064 kmp_thread_data_t *thread_data; global() local
3164 kmp_thread_data_t *thread_data; global() local
3768 __kmp_alloc_task_deque(kmp_info_t * thread,kmp_thread_data_t * thread_data) global() argument
3794 __kmp_free_task_deque(kmp_thread_data_t * thread_data) global() argument
3868 kmp_thread_data_t *thread_data = &(*threads_data_p)[i]; global() local
3887 kmp_thread_data_t *thread_data = &(*threads_data_p)[i]; global() local
3900 kmp_thread_data_t *thread_data = &(*threads_data_p)[i]; global() local
4242 kmp_thread_data_t *thread_data = &task_team->tt.tt_threads_data[j]; global() local
4371 kmp_thread_data_t *thread_data = &task_team->tt.tt_threads_data[tid]; global() local
[all...]
H A Dompt-internal.h80 ompt_data_t thread_data; member
H A Dompd-specific.h100 OMPD_ACCESS(ompt_thread_info_t, thread_data) \
H A Dompt-specific.cpp206 return &(thread->th.ompt_thread_info.thread_data); in __ompt_get_thread_data_internal()
H A Dkmp_runtime.cpp3935 root_thread->th.ompt_thread_info.thread_data = ompt_data_none; in __kmp_register_root()
4159 &(root->r.r_uber_thread->th.ompt_thread_info.thread_data)); in __kmp_reset_root()
6032 ompt_data_t *thread_data = nullptr; in __kmp_launch_thread() local
6034 thread_data = &(this_thr->th.ompt_thread_info.thread_data); in __kmp_launch_thread()
6035 *thread_data = ompt_data_none; in __kmp_launch_thread()
6043 ompt_thread_worker, thread_data); in __kmp_launch_thread()
6114 ompt_callbacks.ompt_callback(ompt_callback_thread_end)(thread_data); in __kmp_launch_thread()
/llvm-project/openmp/tools/multiplex/tests/custom_data_storage/
H A Dfirst-tool.h79 static void on_cds_ompt_callback_flush(ompt_data_t *thread_data, in on_cds_ompt_callback_flush() argument
81 thread_data = get_own_ompt_data(thread_data); in on_cds_ompt_callback_flush()
82 on_cds_ompt_callback_flush(thread_data, codeptr_ra); in on_cds_ompt_callback_flush()
193 ompt_data_t *thread_data) { in on_cds_ompt_callback_thread_begin() argument
194 if (thread_data->ptr) in on_cds_ompt_callback_thread_begin()
196 allocate_data_pair(thread_data); in on_cds_ompt_callback_thread_begin()
197 thread_data = get_own_ompt_data(thread_data); in on_cds_ompt_callback_thread_begin()
198 on_ompt_callback_thread_begin(thread_type, thread_data); in on_cds_ompt_callback_thread_begin()
201 static void on_cds_ompt_callback_thread_end(ompt_data_t *thread_data) { in on_cds_ompt_callback_thread_end() argument
202 thread_data = get_own_ompt_data(thread_data); in on_cds_ompt_callback_thread_end()
[all …]
/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_thread_list.cpp9 static ThreadArgRetval *thread_data; variable
12 ThreadArgRetval &hwasanThreadArgRetval() { return *thread_data; } in hwasanThreadArgRetval()
22 CHECK_EQ(thread_data, nullptr); in InitThreadList()
26 thread_data = new (thread_data_placeholder) ThreadArgRetval(); in InitThreadList()
/llvm-project/openmp/runtime/test/ompt/synchronization/
H A Dmaster.c49 ompt_data_t *thread_data) { in on_ompt_callback_thread_begin() argument
50 if (thread_data->ptr) in on_ompt_callback_thread_begin()
52 thread_data->value = ompt_get_unique_id(); in on_ompt_callback_thread_begin()
56 thread_type, thread_data->value); in on_ompt_callback_thread_begin()
/llvm-project/openmp/runtime/test/ompt/parallel/
H A Drepeated_calls.c52 ompt_data_t *thread_data) { in on_ompt_callback_thread_begin() argument
53 if (thread_data->ptr) in on_ompt_callback_thread_begin()
55 thread_data->value = ompt_get_unique_id(); in on_ompt_callback_thread_begin()
59 thread_type, thread_data->value); in on_ompt_callback_thread_begin()
/llvm-project/openmp/libompd/test/
H A Dompt_plugin.h34 static __thread omp_t_data_t thread_data; variable
187 collectThreadData(&thread_data); in ompd_tool_test()
188 collectParallelData(&thread_data); in ompd_tool_test()
189 collectTaskData(&thread_data); in ompd_tool_test()
190 breakToolTest(&thread_data); in ompd_tool_test()
/llvm-project/lldb/test/API/functionalities/postmortem/FreeBSDKernel/
H A DTestFreeBSDKernelVMCore.py47 for thread_index, thread_data in threads.items():
48 bt_expected = thread_data["bt"]
49 regs_expected = thread_data["regs"]
51 self.assertEqual(thread.GetName(), thread_data["name"])
/llvm-project/openmp/runtime/test/ompt/synchronization/barrier/
H A Dimplicit_task_data.c64 ompt_data_t *thread_data) in on_ompt_callback_thread_begin()
66 if(thread_data->ptr) in on_ompt_callback_thread_begin()
67 printf("%s\n", "0: thread_data initially not null"); in on_ompt_callback_thread_begin()
68 thread_data->value = ompt_get_unique_id(); in on_ompt_callback_thread_begin()
69 printf("%" PRIu64 ": ompt_event_thread_begin: thread_type=%s=%d, thread_id=%" PRIu64 "\n", ompt_get_thread_data()->value, ompt_thread_t_values[thread_type], thread_type, thread_data->value); in on_ompt_callback_thread_begin()
63 on_ompt_callback_thread_begin(ompt_thread_t thread_type,ompt_data_t * thread_data) on_ompt_callback_thread_begin() argument
/llvm-project/openmp/tools/multiplex/
H A Dompt-multiplex.h362 static void ompt_multiplex_callback_flush(ompt_data_t *thread_data, in ompt_multiplex_callback_flush() argument
366 ompt_multiplex_get_own_thread_data(thread_data), codeptr_ra); in ompt_multiplex_callback_flush()
370 ompt_multiplex_get_client_thread_data(thread_data), codeptr_ra); in ompt_multiplex_callback_flush()
690 ompt_data_t *thread_data) { in ompt_multiplex_callback_thread_begin() argument
692 ompt_multiplex_allocate_data_pair(thread_data); in ompt_multiplex_callback_thread_begin()
696 thread_type, ompt_multiplex_get_own_thread_data(thread_data)); in ompt_multiplex_callback_thread_begin()
700 thread_type, ompt_multiplex_get_client_thread_data(thread_data)); in ompt_multiplex_callback_thread_begin()
704 static void ompt_multiplex_callback_thread_end(ompt_data_t *thread_data) { in ompt_multiplex_callback_thread_end() argument
711 ompt_multiplex_get_own_thread_data(thread_data)); in ompt_multiplex_callback_thread_end()
717 ompt_multiplex_get_client_thread_data(thread_data)); in ompt_multiplex_callback_thread_end()
[all …]
/llvm-project/openmp/runtime/test/ompt/
H A Dcallback.h606 ompt_data_t *thread_data, in on_ompt_callback_sync_region_wait()
610 thread_data->value, codeptr_ra); in on_ompt_callback_sync_region_wait()
978 ompt_data_t *thread_data) in on_ompt_callback_parallel_begin()
980 if(thread_data->ptr) in on_ompt_callback_parallel_begin()
981 printf("%s\n", "0: thread_data initially not null"); in on_ompt_callback_parallel_begin()
982 thread_data->value = ompt_get_unique_id(); in on_ompt_callback_parallel_begin()
986 thread_type, thread_data->value);
991 ompt_data_t *thread_data) in on_ompt_callback_parallel_end()
995 ompt_get_thread_data()->value, thread_data->value); in on_ompt_callback_parallel_end()
718 on_ompt_callback_flush(ompt_data_t * thread_data,const void * codeptr_ra) on_ompt_callback_flush() argument
1090 on_ompt_callback_thread_begin(ompt_thread_t thread_type,ompt_data_t * thread_data) on_ompt_callback_thread_begin() argument
1103 on_ompt_callback_thread_end(ompt_data_t * thread_data) on_ompt_callback_thread_end() argument
/llvm-project/lld/test/ELF/
H A Dtls.s50 .section .thread_data,"awT",@progbits
71 // CHECK-NEXT: Name: .thread_data
180 // CHECK-NEXT: Section: .thread_data
/llvm-project/openmp/runtime/test/ompt/loadtool/tool_available_search/
H A Dtool_available_search.c100 ompt_data_t *thread_data) in on_ompt_callback_thread_begin() argument
/llvm-project/compiler-rt/lib/asan/
H A Dasan_thread.cpp42 static ThreadArgRetval *thread_data;
75 thread_data = new (thread_data_placeholder) ThreadArgRetval(); in InitThreads()
86 return *thread_data; in asanThreadArgRetval()
44 static ThreadArgRetval *thread_data; global() variable
/llvm-project/openmp/tools/archer/
H A Dompt-tsan.cpp608 ompt_data_t *thread_data) { in ompt_tsan_thread_begin() argument
621 thread_data->value = my_next_id(); in ompt_tsan_thread_begin()
624 static void ompt_tsan_thread_end(ompt_data_t *thread_data) { in ompt_tsan_thread_end() argument
/llvm-project/openmp/runtime/src/include/
H A Domp-tools.h.var752 ompt_data_t *thread_data
760 ompt_data_t *thread_data
968 ompt_data_t *thread_data,
/llvm-project/llvm/test/CodeGen/X86/
H A Dcode-model-elf.ll55 @thread_data = external thread_local global i32, align 4
1337 ; leaq thread_data@TLSGD(%rip), %rdi
1345 ; leaq thread_data@TLSGD(%rip), %rdi
1355 ; CHECK-NEXT: movq thread_data@GOTTPOFF(%rip), %rax
1358 %1 = load i32, ptr @thread_data, align 4