Searched refs:thread (Results 151 - 175 of 1555) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/mips/include/
H A Dmd_var.h55 void MipsSaveCurFPState(struct thread *);
58 void MipsSwitchFPState(struct thread *, struct trapframe *);
/freebsd-11-stable/sys/sys/
H A Dsockopt.h41 struct thread;
56 struct thread *sopt_td; /* calling thread or null if kernel */
/freebsd-11-stable/sys/i386/include/
H A Dproc.h72 /* Get the current kernel thread stack usage. */
74 struct thread *td = curthread; \
83 void user_ldt_free(struct thread *);
/freebsd-11-stable/sys/arm64/arm64/
H A Dgenassym.c58 ASSYM(TD_PCB, offsetof(struct thread, td_pcb));
59 ASSYM(TD_FLAGS, offsetof(struct thread, td_flags));
60 ASSYM(TD_FRAME, offsetof(struct thread, td_frame));
61 ASSYM(TD_LOCK, offsetof(struct thread, td_lock));
/freebsd-11-stable/sys/arm/arm/
H A Dstack_machdep.c55 stack_save_td(struct stack *st, struct thread *td)
75 stack_save_td_running(struct stack *st, struct thread *td)
/freebsd-11-stable/sys/arm64/include/
H A Dpcpu.h58 static inline struct thread *
61 struct thread *td;
H A Dproc.h61 struct thread *td = curthread; \
/freebsd-11-stable/sys/compat/cloudabi64/
H A Dcloudabi64_proto.h23 struct thread;
274 int cloudabi_sys_clock_res_get(struct thread *, struct cloudabi_sys_clock_res_get_args *);
275 int cloudabi_sys_clock_time_get(struct thread *, struct cloudabi_sys_clock_time_get_args *);
276 int cloudabi_sys_condvar_signal(struct thread *, struct cloudabi_sys_condvar_signal_args *);
277 int cloudabi_sys_fd_close(struct thread *, struct cloudabi_sys_fd_close_args *);
278 int cloudabi_sys_fd_create1(struct thread *, struct cloudabi_sys_fd_create1_args *);
279 int cloudabi_sys_fd_create2(struct thread *, struct cloudabi_sys_fd_create2_args *);
280 int cloudabi_sys_fd_datasync(struct thread *, struct cloudabi_sys_fd_datasync_args *);
281 int cloudabi_sys_fd_dup(struct thread *, struct cloudabi_sys_fd_dup_args *);
282 int cloudabi64_sys_fd_pread(struct thread *, struc
[all...]
/freebsd-11-stable/sys/compat/cloudabi32/
H A Dcloudabi32_proto.h23 struct thread;
274 int cloudabi_sys_clock_res_get(struct thread *, struct cloudabi_sys_clock_res_get_args *);
275 int cloudabi_sys_clock_time_get(struct thread *, struct cloudabi_sys_clock_time_get_args *);
276 int cloudabi_sys_condvar_signal(struct thread *, struct cloudabi_sys_condvar_signal_args *);
277 int cloudabi_sys_fd_close(struct thread *, struct cloudabi_sys_fd_close_args *);
278 int cloudabi_sys_fd_create1(struct thread *, struct cloudabi_sys_fd_create1_args *);
279 int cloudabi_sys_fd_create2(struct thread *, struct cloudabi_sys_fd_create2_args *);
280 int cloudabi_sys_fd_datasync(struct thread *, struct cloudabi_sys_fd_datasync_args *);
281 int cloudabi_sys_fd_dup(struct thread *, struct cloudabi_sys_fd_dup_args *);
282 int cloudabi32_sys_fd_pread(struct thread *, struc
[all...]
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dkthread.h41 struct thread *__td; \
59 struct task_struct *linux_kthread_setup_and_run(struct thread *,
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DHostNativeThreadBase.h30 explicit HostNativeThreadBase(lldb::thread_t thread);
37 virtual bool EqualsThread(lldb::thread_t thread) const;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DRegisterNumber.h21 RegisterNumber(lldb_private::Thread &thread, lldb::RegisterKind kind,
30 void init(lldb_private::Thread &thread, lldb::RegisterKind kind,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/posix/
H A DHostThreadPosix.cpp20 HostThreadPosix::HostThreadPosix(lldb::thread_t thread) argument
21 : HostNativeThreadBase(thread) {}
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanCallOnFunctionExit.cpp15 Thread &thread, const Callback &callback)
16 : ThreadPlan(ThreadPlanKind::eKindGeneric, "CallOnFunctionExit", thread,
25 // We now want to queue the "step out" thread plan so it executes and
66 // We no longer need the pointer to the step-out thread plan.
73 // thread to really stop.
94 // This value doesn't matter - we'll never be the top thread plan, so nobody
14 ThreadPlanCallOnFunctionExit( Thread &thread, const Callback &callback) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp39 Thread *thread = local
41 if (thread == nullptr)
97 new ThreadPlanCallFunction(*thread, mmap_range.GetBaseAddress(),
102 StackFrame *frame = thread->GetStackFrameAtIndex(0).get();
133 Thread *thread = local
135 if (thread == nullptr)
165 new ThreadPlanCallFunction(*thread, munmap_range.GetBaseAddress(),
170 StackFrame *frame = thread->GetStackFrameAtIndex(0).get();
H A DNativeRegisterContextRegisterInfo.h25 NativeThreadProtocol &thread,
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_flags.inc26 "Size (in Kb) of thread local quarantine used to detect "
57 20, // 1Mb per size class, i.e. ~11Mb per thread
103 "If set, prints thread creation stacks for the threads involved in the "
104 "report and their ancestors up to the main thread.")
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_taskdeps.cpp66 static kmp_dephash_t *__kmp_dephash_extend(kmp_info_t *thread, argument
79 h = (kmp_dephash_t *)__kmp_fast_allocate(thread, size_to_allocate);
81 h = (kmp_dephash_t *)__kmp_thread_malloc(thread, size_to_allocate);
107 __kmp_fast_free(thread, current_dephash);
109 __kmp_thread_free(thread, current_dephash);
115 static kmp_dephash_t *__kmp_dephash_create(kmp_info_t *thread, argument
130 h = (kmp_dephash_t *)__kmp_fast_allocate(thread, size);
132 h = (kmp_dephash_t *)__kmp_thread_malloc(thread, size);
151 __kmp_dephash_find(kmp_info_t *thread, kmp_dephash_t **hash, kmp_intptr_t addr) { argument
155 *hash = __kmp_dephash_extend(thread,
189 __kmp_add_node(kmp_info_t *thread, kmp_depnode_list_t *list, kmp_depnode_t *node) argument
237 __kmp_depnode_link_successor(kmp_int32 gtid, kmp_info_t *thread, kmp_task_t *task, kmp_depnode_t *node, kmp_depnode_list_t *plist) argument
263 __kmp_depnode_link_successor(kmp_int32 gtid, kmp_info_t *thread, kmp_task_t *task, kmp_depnode_t *source, kmp_depnode_t *sink) argument
297 kmp_info_t *thread = __kmp_threads[gtid]; local
[all...]
H A Dkmp_tasking.cpp29 static void __kmp_alloc_task_deque(kmp_info_t *thread,
31 static int __kmp_realloc_task_threads_data(kmp_info_t *thread,
40 // gtid: global thread identifier for thread containing stack
41 // thread_data: thread data for task team thread containing stack
96 // gtid: global thread identifier of calling thread
97 // thread_data: thread data for task team thread containin
148 __kmp_push_task_stack(kmp_int32 gtid, kmp_info_t *thread, kmp_taskdata_t *tied_task) argument
207 __kmp_pop_task_stack(kmp_int32 gtid, kmp_info_t *thread, kmp_taskdata_t *ending_task) argument
298 __kmp_realloc_task_deque(kmp_info_t *thread, kmp_thread_data_t *thread_data) argument
325 kmp_info_t *thread = __kmp_threads[gtid]; local
495 kmp_info_t *thread = __kmp_threads[gtid]; local
703 __kmp_free_task(kmp_int32 gtid, kmp_taskdata_t *taskdata, kmp_info_t *thread) argument
735 __kmp_free_task_and_ancestors(kmp_int32 gtid, kmp_taskdata_t *taskdata, kmp_info_t *thread) argument
806 kmp_info_t *thread = __kmp_threads[gtid]; local
1096 __kmp_finish_implicit_task(kmp_info_t *thread) argument
1122 __kmp_free_implicit_task(kmp_info_t *thread) argument
1160 kmp_info_t *thread = __kmp_threads[gtid]; local
1418 kmp_info_t *thread; local
1797 kmp_info_t *thread; local
1922 kmp_info_t *thread; local
2085 kmp_info_t *thread = __kmp_threads[gtid]; local
2200 kmp_info_t *thread = __kmp_threads[gtid]; local
2400 kmp_info_t *thread = __kmp_threads[gtid]; local
2432 kmp_info_t *thread = __kmp_threads[gtid]; local
2572 __kmp_remove_my_task(kmp_info_t *thread, kmp_int32 gtid, kmp_task_team_t *task_team, kmp_int32 is_constrained) argument
2783 __kmp_execute_tasks_template( kmp_info_t *thread, kmp_int32 gtid, C *flag, int final_spin, int *thread_finished USE_ITT_BUILD_ARG(void *itt_sync_obj), kmp_int32 is_constrained) argument
2989 __kmp_execute_tasks_32( kmp_info_t *thread, kmp_int32 gtid, kmp_flag_32 *flag, int final_spin, int *thread_finished USE_ITT_BUILD_ARG(void *itt_sync_obj), kmp_int32 is_constrained) argument
2998 __kmp_execute_tasks_64( kmp_info_t *thread, kmp_int32 gtid, kmp_flag_64 *flag, int final_spin, int *thread_finished USE_ITT_BUILD_ARG(void *itt_sync_obj), kmp_int32 is_constrained) argument
3007 __kmp_execute_tasks_oncore( kmp_info_t *thread, kmp_int32 gtid, kmp_flag_oncore *flag, int final_spin, int *thread_finished USE_ITT_BUILD_ARG(void *itt_sync_obj), kmp_int32 is_constrained) argument
3055 kmp_info_t *thread = threads_data[i].td.td_thr; local
3125 __kmp_alloc_task_deque(kmp_info_t *thread, kmp_thread_data_t *thread_data) argument
3176 __kmp_realloc_task_threads_data(kmp_info_t *thread, kmp_task_team_t *task_team) argument
3299 __kmp_allocate_task_team(kmp_info_t *thread, kmp_team_t *team) argument
3350 __kmp_free_task_team(kmp_info_t *thread, kmp_task_team_t *task_team) argument
3393 kmp_info_t *thread; local
3583 __kmp_tasking_barrier(kmp_team_t *team, kmp_info_t *thread, int gtid) argument
3618 __kmp_give_task(kmp_info_t *thread, kmp_int32 tid, kmp_task_t *task, kmp_int32 pass) argument
3740 kmp_info_t *thread = __kmp_threads[gtid]; local
3805 kmp_info_t *thread; local
3869 kmp_info_t *thread = __kmp_get_thread(); local
3888 __kmp_task_dup_alloc(kmp_info_t *thread, kmp_task_t *task_src) argument
4096 kmp_info_t *thread = __kmp_threads[gtid]; local
4281 kmp_info_t *thread = __kmp_threads[gtid]; local
4406 kmp_info_t *thread = __kmp_threads[gtid]; local
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dgthr-posix.c70 pthread_create (pthread_t *thread ATTRIBUTE_UNUSED,
79 pthread_cancel (pthread_t thread ATTRIBUTE_UNUSED)
219 pthread_getschedparam (pthread_t thread ATTRIBUTE_UNUSED,
227 pthread_setschedparam (pthread_t thread ATTRIBUTE_UNUSED,
/freebsd-11-stable/sys/i386/ibcs2/
H A Dibcs2_util.c54 ibcs2_emul_find(struct thread *td, char *path, enum uio_seg pathseg,
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_signal.h46 int linux_do_sigaction(struct thread *, int, l_sigaction_t *, l_sigaction_t *);
/freebsd-11-stable/sys/powerpc/include/
H A Dproc.h67 /* Get the current kernel thread stack usage. */
69 struct thread *td = curthread; \
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-mips64/
H A DABISysV_mips64.h21 bool PrepareTrivialCall(lldb_private::Thread &thread, lldb::addr_t sp,
26 bool GetArgumentValues(lldb_private::Thread &thread,
34 GetReturnValueObjectImpl(lldb_private::Thread &thread,
97 GetReturnValueObjectSimple(lldb_private::Thread &thread,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-x86_64/
H A DABISysV_x86_64.h21 bool PrepareTrivialCall(lldb_private::Thread &thread, lldb::addr_t sp,
26 bool GetArgumentValues(lldb_private::Thread &thread,
34 GetReturnValueObjectImpl(lldb_private::Thread &thread,
95 GetReturnValueObjectSimple(lldb_private::Thread &thread,

Completed in 297 milliseconds

1234567891011>>