Searched refs:thread (Results 251 - 275 of 1555) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/sys/sys/
H A D_rmlock.h64 struct thread *rmp_thread;
/freebsd-11-stable/sys/mips/mips/
H A Dpm_machdep.c87 struct thread *td;
189 sys_sigreturn(struct thread *td, struct sigreturn_args *uap)
208 ptrace_set_pc(struct thread *td, unsigned long addr)
215 ptrace_read_int(struct thread *td, off_t addr, int *v)
224 ptrace_write_int(struct thread *td, off_t addr, int v)
233 ptrace_single_step(struct thread *td)
299 fill_regs(struct thread *td, struct reg *regs)
306 set_regs(struct thread *td, struct reg *regs)
322 get_mcontext(struct thread *td, mcontext_t *mcp, int flags)
352 set_mcontext(struct thread *t
[all...]
/freebsd-11-stable/sys/dev/usb/
H A Dusb_dynamic.h43 int fflag, struct thread *td);
/freebsd-11-stable/sys/kern/
H A Dkern_numa.c61 sys_numa_setaffinity(struct thread *td, struct numa_setaffinity_args *uap)
65 struct thread *ttd;
127 sys_numa_getaffinity(struct thread *td, struct numa_getaffinity_args *uap)
131 struct thread *ttd;
H A Dsched_ule.c88 * by the thread lock.
113 _Static_assert(sizeof(struct thread) + sizeof(struct td_sched) <=
176 * models the intent of the thread.
204 * sched_slice: Runtime of each thread before rescheduling.
241 volatile int tdq_transferable; /* Transferable thread count. */
244 u_char tdq_lowpri; /* Lowest priority thread. */
257 /* Idle thread states and config. */
279 * One thread queue per processor.
303 static void sched_priority(struct thread *);
304 static void sched_thread_priority(struct thread *, u_cha
[all...]
/freebsd-11-stable/share/examples/kld/syscall/module/
H A Dsyscall.c41 hello(struct thread *td, void *arg)
/freebsd-11-stable/sys/sparc64/include/
H A Dproc.h67 /* Get the current kernel thread stack usage. */
69 struct thread *td = curthread; \
/freebsd-11-stable/sys/compat/cloudabi/
H A Dcloudabi_random.c36 cloudabi_sys_random_get(struct thread *td,
/freebsd-11-stable/sys/compat/freebsd32/
H A Dfreebsd32_capability.c52 freebsd32_cap_ioctls_limit(struct thread *td,
85 freebsd32_cap_ioctls_get(struct thread *td,
139 freebsd32_cap_ioctls_limit(struct thread *td,
147 freebsd32_cap_ioctls_get(struct thread *td,
/freebsd-11-stable/sys/ufs/ufs/
H A Dextattr.h142 int ufs_extattr_start(struct mount *mp, struct thread *td);
143 int ufs_extattr_autostart(struct mount *mp, struct thread *td);
144 int ufs_extattr_stop(struct mount *mp, struct thread *td);
150 void ufs_extattr_vnode_inactive(struct vnode *vp, struct thread *td);
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_ipc.h94 int linux_semop(struct thread *, struct linux_semop_args *);
H A Dlinux_emul.c60 * This returns reference to the thread emuldata entry (if found)
65 em_find(struct thread *td)
91 linux_proc_init(struct thread *td, struct thread *newtd, int flags)
104 LINUX_CTR1(proc_init, "thread newtd(%d)",
152 struct thread *td = curthread;
157 LINUX_CTR3(proc_exit, "thread(%d) proc(%d) p %p",
214 linux_common_execve(struct thread *td, struct image_args *eargs)
236 * FreeBSD binary we destroy Linux emuldata thread & proc entries.
241 KASSERT(em != NULL, ("proc_exec: thread emuldat
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanCallFunctionUsingABI.h24 // Create a thread plan to call a function at the address passed in the
31 ThreadPlanCallFunctionUsingABI(Thread &thread,
H A DThreadPlanCallOnFunctionExit.h19 /// This thread plan calls a function object when the current function exits.
24 /// Definition for the callback made when the currently executing thread
28 ThreadPlanCallOnFunctionExit(Thread &thread, const Callback &callback);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Architecture/Arm/
H A DArchitectureArm.h25 void OverrideStopInfo(Thread &thread) const override;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Architecture/PPC64/
H A DArchitecturePPC64.h25 void OverrideStopInfo(Thread &thread) const override {}
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.h43 lldb::ThreadPlanSP GetStepThroughTrampolinePlan(lldb_private::Thread &thread,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
H A DNativeProcessDarwin.h149 // The thread that runs the Mach exception read and reply handler.
174 // The pipe over which the waitpid thread and the main loop will
178 // The thread that runs the waitpid handler.
278 void MonitorSIGTRAP(const siginfo_t &info, NativeThreadDarwin &thread);
280 void MonitorTrace(NativeThreadDarwin &thread);
282 void MonitorBreakpoint(NativeThreadDarwin &thread);
284 void MonitorWatchpoint(NativeThreadDarwin &thread, uint32_t wp_index);
286 void MonitorSignal(const siginfo_t &info, NativeThreadDarwin &thread,
289 Status SetupSoftwareSingleStepping(NativeThreadDarwin &thread);
299 Status FixupBreakpointPCAsNeeded(NativeThreadDarwin &thread);
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DRegisterNumber.cpp15 RegisterNumber::RegisterNumber(lldb_private::Thread &thread, argument
17 : m_reg_ctx_sp(thread.GetRegisterContext()), m_regnum(num), m_kind(kind),
33 void RegisterNumber::init(lldb_private::Thread &thread, lldb::RegisterKind kind, argument
35 m_reg_ctx_sp = thread.GetRegisterContext();
H A DStopInfo.cpp30 StopInfo::StopInfo(Thread &thread, uint64_t value) argument
31 : m_thread_wp(thread.shared_from_this()),
32 m_stop_id(thread.GetProcess()->GetStopID()),
33 m_resume_id(thread.GetProcess()->GetResumeID()), m_value(value),
86 StopInfoBreakpoint(Thread &thread, break_id_t break_id) argument
87 : StopInfo(thread, break_id), m_should_stop(false),
94 StopInfoBreakpoint(Thread &thread, break_id_t break_id, bool should_stop) argument
95 : StopInfo(thread, break_id), m_should_stop(should_stop),
122 bool IsValidForOperatingSystemThread(Thread &thread) override {
123 ProcessSP process_sp(thread
621 StopInfoWatchpoint(Thread &thread, break_id_t watch_id, lldb::addr_t watch_hit_addr) argument
908 StopInfoUnixSignal(Thread &thread, int signo, const char *description) argument
983 StopInfoTrace(Thread &thread) argument
1001 StopInfoException(Thread &thread, const char *description) argument
1066 StopInfoExec(Thread &thread) argument
1098 CreateStopReasonWithBreakpointSiteID(Thread &thread, break_id_t break_id) argument
1103 CreateStopReasonWithBreakpointSiteID(Thread &thread, break_id_t break_id, bool should_stop) argument
1110 CreateStopReasonWithWatchpointID(Thread &thread, break_id_t watch_id, lldb::addr_t watch_hit_addr) argument
1115 CreateStopReasonWithSignal(Thread &thread, int signo, const char *description) argument
1120 CreateStopReasonToTrace(Thread &thread) argument
1131 CreateStopReasonWithException(Thread &thread, const char *description) argument
1136 CreateStopReasonWithExec(Thread &thread) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DHistoryUnwind.h21 HistoryUnwind(Thread &thread, std::vector<lldb::addr_t> pcs);
/freebsd-11-stable/contrib/llvm-project/clang/lib/DirectoryWatcher/windows/
H A DDirectoryWatcher-windows.cpp26 #include <thread>
/freebsd-11-stable/sys/arm/arm/
H A Dptrace_machdep.c38 cpu_ptrace(struct thread *td, int req, void *addr, int data)
/freebsd-11-stable/sys/i386/ibcs2/
H A Dibcs2_misc.c96 ibcs2_ulimit(struct thread *td, struct ibcs2_ulimit_args *uap)
135 ibcs2_wait(struct thread *td, struct ibcs2_wait_args *uap)
184 ibcs2_execv(struct thread *td, struct ibcs2_execv_args *uap)
207 ibcs2_execve(struct thread *td, struct ibcs2_execve_args *uap)
231 ibcs2_umount(struct thread *td, struct ibcs2_umount_args *uap)
241 ibcs2_mount(struct thread *td, struct ibcs2_mount_args *uap)
312 ibcs2_getdents(struct thread *td, struct ibcs2_getdents_args *uap)
465 ibcs2_read(struct thread *td, struct ibcs2_read_args *uap)
628 ibcs2_mknod(struct thread *td, struct ibcs2_mknod_args *uap)
646 ibcs2_getgroups(struct thread *t
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/MacOSX-i386/
H A DABIMacOSX_i386.cpp719 bool ABIMacOSX_i386::PrepareTrivialCall(Thread &thread, addr_t sp, argument
722 RegisterContext *reg_ctx = thread.GetRegisterContext().get();
796 bool ABIMacOSX_i386::GetArgumentValues(Thread &thread, argument
804 RegisterContext *reg_ctx = thread.GetRegisterContext().get();
825 llvm::Optional<uint64_t> bit_size = compiler_type.GetBitSize(&thread);
830 thread.GetProcess().get(), current_stack_argument);
833 thread.GetProcess().get(), current_stack_argument);
854 Thread *thread = frame_sp->GetThread().get(); local
860 RegisterContext *reg_ctx = thread->GetRegisterContext().get();
915 ABIMacOSX_i386::GetReturnValueObjectImpl(Thread &thread, argument
[all...]

Completed in 145 milliseconds

<<11121314151617181920>>