| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/ |
| H A D | ProcessElfCore.cpp | 235 if (thread_data.signo != 0) in DoLoadCore() 245 thread_data.signo = thread_data.prstatus_sig; in DoLoadCore() 601 ThreadData thread_data; in parseFreeBSDNotes() local 611 thread_data = ThreadData(); in parseFreeBSDNotes() 671 ThreadData thread_data; in parseNetBSDNotes() local 714 thread_data.tid = tid; in parseNetBSDNotes() 740 thread_data.tid = tid; in parseNetBSDNotes() 766 thread_data.tid = tid; in parseNetBSDNotes() 831 ThreadData thread_data = {}; in parseOpenBSDNotes() local 878 ThreadData thread_data; in parseLinuxNotes() local [all …]
|
| /freebsd-14.2/contrib/llvm-project/openmp/runtime/src/ |
| H A D | kmp_tasking.cpp | 398 return thread_data; 459 thread_data->td.td_deque[thread_data->td.td_deque_tail] = taskdata; 462 (thread_data->td.td_deque_tail + 1) & TASK_DEQUE_MASK(thread_data->td); 470 thread_data->td.td_deque_head, thread_data->td.td_deque_tail)); 589 thread_data->td.td_deque[thread_data->td.td_deque_tail] = 593 (thread_data->td.td_deque_tail + 1) & TASK_DEQUE_MASK(thread_data->td); 601 thread_data->td.td_deque_head, thread_data->td.td_deque_tail)); 3135 thread_data->td.td_deque[prev] = thread_data->td.td_deque[target]; 3173 thread_data->td.td_deque_head, thread_data->td.td_deque_tail)); 3185 thread_data->td.td_deque_head, thread_data->td.td_deque_tail)); [all …]
|
| H A D | ompt-internal.h | 76 ompt_data_t thread_data; member
|
| H A D | ompd-specific.h | 100 OMPD_ACCESS(ompt_thread_info_t, thread_data) \
|
| H A D | ompt-specific.cpp | 206 return &(thread->th.ompt_thread_info.thread_data); in __ompt_get_thread_data_internal()
|
| H A D | kmp_runtime.cpp | 3929 root_thread->th.ompt_thread_info.thread_data = ompt_data_none; in __kmp_register_root() 4153 &(root->r.r_uber_thread->th.ompt_thread_info.thread_data)); in __kmp_reset_root() 6012 ompt_data_t *thread_data = nullptr; in __kmp_launch_thread() local 6014 thread_data = &(this_thr->th.ompt_thread_info.thread_data); in __kmp_launch_thread() 6015 *thread_data = ompt_data_none; in __kmp_launch_thread() 6023 ompt_thread_worker, thread_data); in __kmp_launch_thread() 6094 ompt_callbacks.ompt_callback(ompt_callback_thread_end)(thread_data); in __kmp_launch_thread()
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/hwasan/ |
| H A D | hwasan_thread_list.cpp | 8 static ThreadArgRetval *thread_data; variable 11 ThreadArgRetval &hwasanThreadArgRetval() { return *thread_data; } in hwasanThreadArgRetval() 21 CHECK_EQ(thread_data, nullptr); in InitThreadList() 25 thread_data = new (thread_data_placeholder) ThreadArgRetval(); in InitThreadList()
|
| /freebsd-14.2/tests/sys/cddl/zfs/tests/txg_integrity/ |
| H A D | fsync_integrity.c | 419 thread_data_t thread_data[NUM_THREADS]; in main() local 473 thread_data[i].pat = pat_p; in main() 474 thread_data[i].thread_num = i; in main() 475 if (pthread_create(&threads[i], NULL, worker, (void*)&thread_data[i])){ in main()
|
| /freebsd-14.2/usr.sbin/pppctl/ |
| H A D | pppctl.c | 55 struct thread_data { struct 280 struct thread_data *td; in Terminal() 292 td = (struct thread_data *)v; in Terminal() 323 struct thread_data *td; in Monitor() 327 td = (struct thread_data *)v; in Monitor() 576 struct thread_data td; in main()
|
| /freebsd-14.2/sys/contrib/vchiq/interface/compat/ |
| H A D | vchi_bsd.c | 459 struct thread_data { struct 464 static struct thread_data thread_slots[MAX_THREAD_DATA_SLOTS]; argument 469 struct thread_data *slot; in kthread_wrapper() 483 struct thread_data *slot; in vchiq_thread_create()
|
| /freebsd-14.2/sys/dev/ocs_fc/ |
| H A D | ocs_unsol.c | 79 ocs_xport_rq_thread_info_t *thread_data = mythread->arg; in ocs_unsol_rq_thread() local 80 ocs_t *ocs = thread_data->ocs; in ocs_unsol_rq_thread() 86 seq = ocs_cbuf_get(thread_data->seq_cbuf, 100000); in ocs_unsol_rq_thread() 89 ocs_thread_yield(&thread_data->thread); in ocs_unsol_rq_thread() 98 ocs_thread_yield(&thread_data->thread); in ocs_unsol_rq_thread() 103 thread_data->thread_started = FALSE; in ocs_unsol_rq_thread()
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_thread.cpp | 44 static ThreadArgRetval *thread_data; variable 72 thread_data = new (thread_data_placeholder) ThreadArgRetval(); in InitThreads() 83 return *thread_data; in asanThreadArgRetval()
|
| /freebsd-14.2/lib/libomp/ |
| H A D | omp-tools.h | 746 ompt_data_t *thread_data 754 ompt_data_t *thread_data 962 ompt_data_t *thread_data,
|
| /freebsd-14.2/contrib/llvm-project/openmp/runtime/src/include/ |
| H A D | omp-tools.h.var | 746 ompt_data_t *thread_data 754 ompt_data_t *thread_data 962 ompt_data_t *thread_data,
|