Searched refs:thread_data (Results 1 – 12 of 12) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/ |
| H A D | ProcessElfCore.cpp | 218 if (thread_data.signo != 0) in DoLoadCore() 228 thread_data.signo = thread_data.prstatus_sig; in DoLoadCore() 539 ThreadData thread_data; in parseFreeBSDNotes() local 549 thread_data = ThreadData(); in parseFreeBSDNotes() 609 ThreadData thread_data; in parseNetBSDNotes() local 652 thread_data.tid = tid; in parseNetBSDNotes() 678 thread_data.tid = tid; in parseNetBSDNotes() 704 thread_data.tid = tid; in parseNetBSDNotes() 769 ThreadData thread_data; in parseOpenBSDNotes() local 816 ThreadData thread_data; in parseLinuxNotes() local [all …]
|
| /freebsd-13.1/contrib/llvm-project/openmp/runtime/src/ |
| H A D | kmp_tasking.cpp | 423 thread_data->td.td_deque[thread_data->td.td_deque_tail] = in __kmp_push_task() 427 (thread_data->td.td_deque_tail + 1) & TASK_DEQUE_MASK(thread_data->td); in __kmp_push_task() 435 thread_data->td.td_deque_head, thread_data->td.td_deque_tail)); in __kmp_push_task() 2677 thread_data->td.td_deque_head, thread_data->td.td_deque_tail)); in __kmp_remove_my_task() 2684 thread_data->td.td_deque_head, thread_data->td.td_deque_tail)); in __kmp_remove_my_task() 2696 thread_data->td.td_deque_head, thread_data->td.td_deque_tail)); in __kmp_remove_my_task() 2712 thread_data->td.td_deque_head, thread_data->td.td_deque_tail)); in __kmp_remove_my_task() 2717 TCW_4(thread_data->td.td_deque_ntasks, thread_data->td.td_deque_ntasks - 1); in __kmp_remove_my_task() 2724 thread_data->td.td_deque_head, thread_data->td.td_deque_tail)); in __kmp_remove_my_task() 3821 thread_data->td.td_deque[thread_data->td.td_deque_tail] = taskdata; in __kmp_give_task() [all …]
|
| H A D | ompt-internal.h | 75 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 | 201 return &(thread->th.ompt_thread_info.thread_data); in __ompt_get_thread_data_internal()
|
| H A D | kmp_runtime.cpp | 3740 root_thread->th.ompt_thread_info.thread_data = ompt_data_none; in __kmp_register_root() 3964 &(root->r.r_uber_thread->th.ompt_thread_info.thread_data)); in __kmp_reset_root() 5788 ompt_data_t *thread_data = nullptr; in __kmp_launch_thread() local 5790 thread_data = &(this_thr->th.ompt_thread_info.thread_data); in __kmp_launch_thread() 5791 *thread_data = ompt_data_none; in __kmp_launch_thread() 5799 ompt_thread_worker, thread_data); in __kmp_launch_thread() 5871 ompt_callbacks.ompt_callback(ompt_callback_thread_end)(thread_data); in __kmp_launch_thread()
|
| /freebsd-13.1/tests/sys/cddl/zfs/tests/txg_integrity/ |
| H A D | fsync_integrity.c | 420 thread_data_t thread_data[NUM_THREADS]; in main() local 474 thread_data[i].pat = pat_p; in main() 475 thread_data[i].thread_num = i; in main() 476 if (pthread_create(&threads[i], NULL, worker, (void*)&thread_data[i])){ in main()
|
| /freebsd-13.1/usr.sbin/pppctl/ |
| H A D | pppctl.c | 57 struct thread_data { struct 282 struct thread_data *td; in Terminal() 294 td = (struct thread_data *)v; in Terminal() 325 struct thread_data *td; in Monitor() 329 td = (struct thread_data *)v; in Monitor() 578 struct thread_data td; in main()
|
| /freebsd-13.1/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-13.1/sys/dev/ocs_fc/ |
| H A D | ocs_unsol.c | 81 ocs_xport_rq_thread_info_t *thread_data = mythread->arg; in ocs_unsol_rq_thread() local 82 ocs_t *ocs = thread_data->ocs; in ocs_unsol_rq_thread() 88 seq = ocs_cbuf_get(thread_data->seq_cbuf, 100000); in ocs_unsol_rq_thread() 91 ocs_thread_yield(&thread_data->thread); in ocs_unsol_rq_thread() 100 ocs_thread_yield(&thread_data->thread); in ocs_unsol_rq_thread() 105 thread_data->thread_started = FALSE; in ocs_unsol_rq_thread()
|
| /freebsd-13.1/lib/libomp/ |
| H A D | omp-tools.h | 706 ompt_data_t *thread_data 714 ompt_data_t *thread_data 922 ompt_data_t *thread_data,
|
| /freebsd-13.1/contrib/llvm-project/openmp/runtime/src/include/ |
| H A D | omp-tools.h.var | 705 ompt_data_t *thread_data 713 ompt_data_t *thread_data 921 ompt_data_t *thread_data,
|