Home
last modified time | relevance | path

Searched refs:thread_data (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp218 if (thread_data.signo != 0) in DoLoadCore()
220 if (thread_data.prstatus_sig != 0) in DoLoadCore()
228 thread_data.signo = thread_data.prstatus_sig; in DoLoadCore()
498 ThreadData thread_data; in parseFreeBSDNotes() local
508 thread_data = ThreadData(); in parseFreeBSDNotes()
540 m_thread_data.push_back(thread_data); in parseFreeBSDNotes()
545 ThreadData thread_data; in parseNetBSDNotes() local
574 m_thread_data.push_back(thread_data); in parseNetBSDNotes()
579 ThreadData thread_data; in parseOpenBSDNotes() local
626 ThreadData thread_data; in parseLinuxNotes() local
[all …]
/freebsd-12.1/contrib/openmp/runtime/src/
H A Dkmp_tasking.cpp416 thread_data->td.td_deque[thread_data->td.td_deque_tail] = in __kmp_push_task()
420 (thread_data->td.td_deque_tail + 1) & TASK_DEQUE_MASK(thread_data->td); in __kmp_push_task()
427 thread_data->td.td_deque_head, thread_data->td.td_deque_tail)); in __kmp_push_task()
2368 thread_data->td.td_deque_head, thread_data->td.td_deque_tail)); in __kmp_remove_my_task()
2375 thread_data->td.td_deque_head, thread_data->td.td_deque_tail)); in __kmp_remove_my_task()
2387 thread_data->td.td_deque_head, thread_data->td.td_deque_tail)); in __kmp_remove_my_task()
2403 thread_data->td.td_deque_head, thread_data->td.td_deque_tail)); in __kmp_remove_my_task()
2408 TCW_4(thread_data->td.td_deque_ntasks, thread_data->td.td_deque_ntasks - 1); in __kmp_remove_my_task()
2415 thread_data->td.td_deque_head, thread_data->td.td_deque_tail)); in __kmp_remove_my_task()
3487 thread_data->td.td_deque[thread_data->td.td_deque_tail] = taskdata; in __kmp_give_task()
[all …]
H A Dompt-internal.h80 ompt_data_t thread_data; member
H A Dompt-specific.cpp202 return &(thread->th.ompt_thread_info.thread_data); in __ompt_get_thread_data_internal()
H A Dkmp_runtime.cpp3757 root_thread->th.ompt_thread_info.thread_data = ompt_data_none; in __kmp_register_root()
3963 &(root->r.r_uber_thread->th.ompt_thread_info.thread_data)); in __kmp_reset_root()
5668 ompt_data_t *thread_data; in __kmp_launch_thread() local
5670 thread_data = &(this_thr->th.ompt_thread_info.thread_data); in __kmp_launch_thread()
5671 *thread_data = ompt_data_none; in __kmp_launch_thread()
5678 ompt_thread_worker, thread_data); in __kmp_launch_thread()
5749 ompt_callbacks.ompt_callback(ompt_callback_thread_end)(thread_data); in __kmp_launch_thread()
/freebsd-12.1/tests/sys/cddl/zfs/tests/txg_integrity/
H A Dfsync_integrity.c420 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-12.1/usr.sbin/pppctl/
H A Dpppctl.c57 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-12.1/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]; argument
469 struct thread_data *slot; in kthread_wrapper()
483 struct thread_data *slot; in vchiq_thread_create()
/freebsd-12.1/sys/dev/ocs_fc/
H A Docs_unsol.c82 ocs_xport_rq_thread_info_t *thread_data = mythread->arg; in ocs_unsol_rq_thread() local
83 ocs_t *ocs = thread_data->ocs; in ocs_unsol_rq_thread()
89 seq = ocs_cbuf_get(thread_data->seq_cbuf, 100000); in ocs_unsol_rq_thread()
92 ocs_thread_yield(&thread_data->thread); in ocs_unsol_rq_thread()
101 ocs_thread_yield(&thread_data->thread); in ocs_unsol_rq_thread()
106 thread_data->thread_started = FALSE; in ocs_unsol_rq_thread()
/freebsd-12.1/lib/libomp/
H A Domp-tools.h661 ompt_data_t *thread_data
669 ompt_data_t *thread_data
875 ompt_data_t *thread_data,
/freebsd-12.1/contrib/openmp/runtime/src/include/50/
H A Domp-tools.h.var660 ompt_data_t *thread_data
668 ompt_data_t *thread_data
874 ompt_data_t *thread_data,