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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp216 for (const auto &thread_data : m_thread_data) {
217 if (thread_data.signo != 0)
219 if (thread_data.prstatus_sig != 0)
226 for (auto &thread_data : m_thread_data)
227 thread_data.signo = thread_data.prstatus_sig;
414 static void ParseFreeBSDPrStatus(ThreadData &thread_data, argument
436 thread_data.signo = data.GetU32(&offset); // pr_cursig
437 thread_data.tid = data.GetU32(&offset); // pr_pid
442 thread_data
489 ParseOpenBSDProcInfo(ThreadData &thread_data, const DataExtractor &data) argument
526 ThreadData thread_data; local
595 ThreadData thread_data; local
729 ThreadData thread_data; local
776 ThreadData thread_data; local
[all...]
/freebsd-13-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
330 kmp_thread_data_t *thread_data; local
1238 kmp_thread_data_t *thread_data = &task_team->tt.tt_threads_data[tid]; local
2599 kmp_thread_data_t *thread_data; local
3147 __kmp_alloc_task_deque(kmp_info_t *thread, kmp_thread_data_t *thread_data) argument
3174 __kmp_free_task_deque(kmp_thread_data_t *thread_data) argument
3186 __kmp_free_task_stack(__kmp_thread_from_gtid(gtid), thread_data); local
3248 kmp_thread_data_t *thread_data = &(*threads_data_p)[i]; local
3249 __kmp_init_task_stack(__kmp_gtid_from_thread(thread), thread_data); local
3269 kmp_thread_data_t *thread_data = &(*threads_data_p)[i]; local
3270 __kmp_init_task_stack(__kmp_gtid_from_thread(thread), thread_data); local
3282 kmp_thread_data_t *thread_data = &(*threads_data_p)[i]; local
3652 kmp_thread_data_t *thread_data = &task_team->tt.tt_threads_data[tid]; local
[all...]
H A Dompt-internal.h75 ompt_data_t thread_data; member in struct:__anon4997
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-13-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-13-stable/usr.sbin/pppctl/
H A Dpppctl.c57 struct thread_data { struct
282 struct thread_data *td;
294 td = (struct thread_data *)v;
325 struct thread_data *td;
329 td = (struct thread_data *)v;
578 struct thread_data td;
/freebsd-13-stable/sys/dev/ocs_fc/
H A Docs_unsol.c81 ocs_xport_rq_thread_info_t *thread_data = mythread->arg; local
82 ocs_t *ocs = thread_data->ocs;
88 seq = ocs_cbuf_get(thread_data->seq_cbuf, 100000);
91 ocs_thread_yield(&thread_data->thread);
100 ocs_thread_yield(&thread_data->thread);
105 thread_data->thread_started = FALSE;
/freebsd-13-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,
/freebsd-13-stable/tests/sys/cddl/zfs/tests/txg_integrity/
H A Dfsync_integrity.c420 thread_data_t thread_data[NUM_THREADS]; local
474 thread_data[i].pat = pat_p;
475 thread_data[i].thread_num = i;
476 if (pthread_create(&threads[i], NULL, worker, (void*)&thread_data[i])){

Completed in 206 milliseconds