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

/freebsd-current/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_thread_list.cpp8 static ThreadArgRetval *thread_data; member in namespace:__hwasan
11 ThreadArgRetval &hwasanThreadArgRetval() { return *thread_data; }
21 CHECK_EQ(thread_data, nullptr);
25 thread_data = new (thread_data_placeholder) ThreadArgRetval();
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp234 for (const auto &thread_data : m_thread_data) {
235 if (thread_data.signo != 0)
237 if (thread_data.prstatus_sig != 0)
244 for (auto &thread_data : m_thread_data)
245 thread_data.signo = thread_data.prstatus_sig;
468 static void ParseFreeBSDPrStatus(ThreadData &thread_data,
486 thread_data.signo = data.GetU32(&offset); // pr_cursig
487 thread_data.tid = data.GetU32(&offset); // pr_pid
492 thread_data
[all...]
/freebsd-current/contrib/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,
57 kmp_task_stack_t *task_stack = &thread_data->td.td_susp_tied_tasks;
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) {
110 kmp_task_stack_t *task_stack = &thread_data->td.td_susp_tied_tasks;
125 // __kmp_free_task_stack: free the task stack when thread_data is destroyed.
128 // thread_data
54 __kmp_trace_task_stack(kmp_int32 gtid, kmp_thread_data_t *thread_data, int threshold, char *location) argument
108 __kmp_init_task_stack(kmp_int32 gtid, kmp_thread_data_t *thread_data) argument
129 __kmp_free_task_stack(kmp_int32 gtid, kmp_thread_data_t *thread_data) argument
161 kmp_thread_data_t *thread_data = local
220 kmp_thread_data_t *thread_data = local
312 __kmp_realloc_task_deque(kmp_info_t *thread, kmp_thread_data_t *thread_data) argument
340 kmp_thread_data_t *thread_data = &l->td; local
359 kmp_thread_data_t *thread_data; local
406 kmp_thread_data_t *thread_data = NULL; local
495 kmp_thread_data_t *thread_data; local
1527 kmp_thread_data_t *thread_data = &task_team->tt.tt_threads_data[tid]; local
3055 kmp_thread_data_t *thread_data; local
3155 kmp_thread_data_t *thread_data; local
3757 __kmp_alloc_task_deque(kmp_info_t *thread, kmp_thread_data_t *thread_data) argument
3784 __kmp_free_task_deque(kmp_thread_data_t *thread_data) argument
3796 __kmp_free_task_stack(__kmp_thread_from_gtid(gtid), thread_data); local
3858 kmp_thread_data_t *thread_data = &(*threads_data_p)[i]; local
3859 __kmp_init_task_stack(__kmp_gtid_from_thread(thread), thread_data); local
3877 kmp_thread_data_t *thread_data = &(*threads_data_p)[i]; local
3878 __kmp_init_task_stack(__kmp_gtid_from_thread(thread), thread_data); local
3890 kmp_thread_data_t *thread_data = &(*threads_data_p)[i]; local
4234 kmp_thread_data_t *thread_data = &task_team->tt.tt_threads_data[j]; local
4365 kmp_thread_data_t *thread_data = &task_team->tt.tt_threads_data[tid]; local
[all...]
H A Dompt-internal.h76 ompt_data_t thread_data; member in struct:__anon3082
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);
H A Dkmp_runtime.cpp3929 root_thread->th.ompt_thread_info.thread_data = ompt_data_none;
4153 &(root->r.r_uber_thread->th.ompt_thread_info.thread_data));
6012 ompt_data_t *thread_data = nullptr;
6014 thread_data = &(this_thr->th.ompt_thread_info.thread_data);
6015 *thread_data = ompt_data_none;
6023 ompt_thread_worker, thread_data);
6094 ompt_callbacks.ompt_callback(ompt_callback_thread_end)(thread_data);
/freebsd-current/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-current/usr.sbin/pppctl/
H A Dpppctl.c54 struct thread_data { struct
279 struct thread_data *td;
291 td = (struct thread_data *)v;
322 struct thread_data *td;
326 td = (struct thread_data *)v;
575 struct thread_data td;
/freebsd-current/sys/dev/ocs_fc/
H A Docs_unsol.c79 ocs_xport_rq_thread_info_t *thread_data = mythread->arg; local
80 ocs_t *ocs = thread_data->ocs;
86 seq = ocs_cbuf_get(thread_data->seq_cbuf, 100000);
89 ocs_thread_yield(&thread_data->thread);
98 ocs_thread_yield(&thread_data->thread);
103 thread_data->thread_started = FALSE;
/freebsd-current/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_thread.cpp44 static ThreadArgRetval *thread_data; member in namespace:__asan
72 thread_data = new (thread_data_placeholder) ThreadArgRetval();
83 return *thread_data;
/freebsd-current/tests/sys/cddl/zfs/tests/txg_integrity/
H A Dfsync_integrity.c419 thread_data_t thread_data[NUM_THREADS]; local
473 thread_data[i].pat = pat_p;
474 thread_data[i].thread_num = i;
475 if (pthread_create(&threads[i], NULL, worker, (void*)&thread_data[i])){
/freebsd-current/lib/libomp/
H A Domp-tools.h746 ompt_data_t *thread_data
754 ompt_data_t *thread_data
962 ompt_data_t *thread_data,

Completed in 366 milliseconds