Searched refs:thread_data (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp214 for (const auto &thread_data : m_thread_data) {
215 if (thread_data.signo != 0)
217 if (thread_data.prstatus_sig != 0)
224 for (auto &thread_data : m_thread_data)
225 thread_data.signo = thread_data.prstatus_sig;
412 static void ParseFreeBSDPrStatus(ThreadData &thread_data, argument
434 thread_data.signo = data.GetU32(&offset); // pr_cursig
435 thread_data.tid = data.GetU32(&offset); // pr_pid
440 thread_data
487 ParseOpenBSDProcInfo(ThreadData &thread_data, const DataExtractor &data) argument
524 ThreadData thread_data; local
593 ThreadData thread_data; local
727 ThreadData thread_data; local
774 ThreadData thread_data; local
[all...]
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_tasking.cpp30 kmp_thread_data_t *thread_data);
41 // thread_data: thread data for task team thread containing stack
45 kmp_thread_data_t *thread_data,
47 kmp_task_stack_t *task_stack = &thread_data->td.td_susp_tied_tasks;
93 // after a thread_data structure is created.
97 // thread_data: thread data for task team thread containing stack
99 kmp_thread_data_t *thread_data) {
100 kmp_task_stack_t *task_stack = &thread_data->td.td_susp_tied_tasks;
115 // __kmp_free_task_stack: free the task stack when thread_data is destroyed.
118 // thread_data
44 __kmp_trace_task_stack(kmp_int32 gtid, kmp_thread_data_t *thread_data, int threshold, char *location) argument
98 __kmp_init_task_stack(kmp_int32 gtid, kmp_thread_data_t *thread_data) argument
119 __kmp_free_task_stack(kmp_int32 gtid, kmp_thread_data_t *thread_data) argument
151 kmp_thread_data_t *thread_data = local
210 kmp_thread_data_t *thread_data = local
298 __kmp_realloc_task_deque(kmp_info_t *thread, kmp_thread_data_t *thread_data) argument
329 kmp_thread_data_t *thread_data; local
1216 kmp_thread_data_t *thread_data = &task_team->tt.tt_threads_data[tid]; local
2577 kmp_thread_data_t *thread_data; local
3125 __kmp_alloc_task_deque(kmp_info_t *thread, kmp_thread_data_t *thread_data) argument
3152 __kmp_free_task_deque(kmp_thread_data_t *thread_data) argument
3164 __kmp_free_task_stack(__kmp_thread_from_gtid(gtid), thread_data); local
3226 kmp_thread_data_t *thread_data = &(*threads_data_p)[i]; local
3227 __kmp_init_task_stack(__kmp_gtid_from_thread(thread), thread_data); local
3247 kmp_thread_data_t *thread_data = &(*threads_data_p)[i]; local
3248 __kmp_init_task_stack(__kmp_gtid_from_thread(thread), thread_data); local
3260 kmp_thread_data_t *thread_data = &(*threads_data_p)[i]; local
3630 kmp_thread_data_t *thread_data = &task_team->tt.tt_threads_data[tid]; local
[all...]
H A Dompt-internal.h77 ompt_data_t thread_data; member in struct:__anon2973
H A Dompt-specific.cpp201 return &(thread->th.ompt_thread_info.thread_data);
H A Dkmp_runtime.cpp3667 root_thread->th.ompt_thread_info.thread_data = ompt_data_none;
3883 &(root->r.r_uber_thread->th.ompt_thread_info.thread_data));
5648 ompt_data_t *thread_data;
5650 thread_data = &(this_thr->th.ompt_thread_info.thread_data);
5651 *thread_data = ompt_data_none;
5659 ompt_thread_worker, thread_data);
5726 ompt_callbacks.ompt_callback(ompt_callback_thread_end)(thread_data);
/freebsd-11-stable/sys/contrib/vchiq/interface/compat/
H A Dvchi_bsd.c459 struct thread_data { struct
464 static struct thread_data thread_slots[MAX_THREAD_DATA_SLOTS];
469 struct thread_data *slot;
483 struct thread_data *slot;
/freebsd-11-stable/usr.sbin/pppctl/
H A Dpppctl.c57 struct thread_data { struct
280 struct thread_data *td;
292 td = (struct thread_data *)v;
323 struct thread_data *td;
327 td = (struct thread_data *)v;
576 struct thread_data td;
/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_unsol.c82 ocs_xport_rq_thread_info_t *thread_data = mythread->arg; local
83 ocs_t *ocs = thread_data->ocs;
89 seq = ocs_cbuf_get(thread_data->seq_cbuf, 100000);
92 ocs_thread_yield(&thread_data->thread);
101 ocs_thread_yield(&thread_data->thread);
106 thread_data->thread_started = FALSE;
/freebsd-11-stable/lib/libomp/
H A Domp-tools.h660 ompt_data_t *thread_data
668 ompt_data_t *thread_data
874 ompt_data_t *thread_data,

Completed in 227 milliseconds