Searched refs:thread (Results 276 - 300 of 1555) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/sys/powerpc/powerpc/
H A Dexec_machdep.c119 static int grab_mcontext32(struct thread *td, mcontext32_t *, int flags);
122 static int grab_mcontext(struct thread *, mcontext_t *, int);
130 struct thread *td;
304 sys_sigreturn(struct thread *td, struct sigreturn_args *uap)
330 freebsd4_sigreturn(struct thread *td, struct freebsd4_sigreturn_args *uap)
357 grab_mcontext(struct thread *td, mcontext_t *mcp, int flags)
376 * so if the thread has used FP there would have been a
423 get_mcontext(struct thread *td, mcontext_t *mcp, int flags)
438 set_mcontext(struct thread *td, mcontext_t *mcp)
500 exec_setregs(struct thread *t
[all...]
H A Dstack_machdep.c88 stack_save_td(struct stack *st, struct thread *td)
102 stack_save_td_running(struct stack *st, struct thread *td)
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dvm_machdep.c92 cpu_exit(struct thread *td)
105 cpu_thread_exit(struct thread *td)
111 cpu_thread_clean(struct thread *td)
117 cpu_thread_alloc(struct thread *td)
129 cpu_thread_free(struct thread *td)
135 cpu_thread_swapin(struct thread *td)
141 cpu_thread_swapout(struct thread *td)
147 cpu_set_syscall_retval(struct thread *td, int error)
177 cpu_copy_thread(struct thread *td, struct thread *td
[all...]
H A Dstack_machdep.c74 stack_save_td(struct stack *st, struct thread *td)
86 stack_save_td_running(struct stack *st, struct thread *td)
/freebsd-11-stable/sys/sys/
H A Dsignalvar.h311 struct thread;
364 int cursig(struct thread *td);
375 int ptracestop(struct thread *td, int sig, ksiginfo_t *si);
383 void sigexit(struct thread *td, int sig) __dead2;
384 int sigev_findtd(struct proc *p, struct sigevent *sigev, struct thread **);
387 void signotify(struct thread *td);
393 void tdksignal(struct thread *td, int sig, ksiginfo_t *ksi);
394 int tdsendsignal(struct proc *p, struct thread *td, int sig,
396 void tdsigcleanup(struct thread *td);
397 void tdsignal(struct thread *t
[all...]
H A Dextattr.h64 struct thread;
68 struct ucred *cred, struct thread *td, accmode_t accmode);
/freebsd-11-stable/gnu/usr.bin/gdb/gdbserver/
H A Dfbsd-low.c42 /* ``all_threads'' is keyed by the LWP ID - it should be the thread ID instead,
192 should treat the new thread as if we had sent it a SIGSTOP. This works
194 list, and so the new thread has not yet reached wait_for_sigstop (but
219 struct thread_info *thread = (struct thread_info *) entry; local
220 struct process_info *process = get_thread_process (thread);
228 wstat = fbsd_wait_for_event (thread);
241 struct thread_info *thread = (struct thread_info *) entry; local
242 struct process_info *process = get_thread_process (thread);
253 /* Return nonzero if the given thread is still alive. */
333 /* This thread wa
724 struct thread_info *saved_inferior, *thread; local
879 struct thread_info *thread; local
902 struct thread_info *thread; local
932 struct thread_info *thread; local
[all...]
/freebsd-11-stable/sys/dev/cpuctl/
H A Dcpuctl.c74 struct thread *td);
76 struct thread *td);
78 struct thread *td);
79 static int cpuctl_do_eval_cpu_features(int cpu, struct thread *td);
81 struct thread *td);
83 struct thread *td);
84 static int update_amd(int cpu, cpuctl_update_args_t *args, struct thread *td);
86 struct thread *td);
109 * Check if the current thread is bound to a specific cpu.
112 cpu_sched_is_bound(struct thread *t
[all...]
/freebsd-11-stable/sys/kern/
H A Dvfs_syscalls.c97 static int kern_chflagsat(struct thread *td, int fd, const char *path,
99 static int setfflags(struct thread *td, struct vnode *, u_long);
103 static int setutimes(struct thread *td, struct vnode *,
106 struct thread *td);
118 sys_sync(struct thread *td, struct sync_args *uap)
157 sys_quotactl(struct thread *td, struct quotactl_args *uap)
240 kern_do_statfs(struct thread *td, struct mount *mp, struct statfs *buf)
286 sys_statfs(struct thread *td, struct statfs_args *uap)
300 kern_statfs(struct thread *td, char *path, enum uio_seg pathseg,
329 sys_fstatfs(struct thread *t
[all...]
/freebsd-11-stable/contrib/netbsd-tests/lib/libpthread/dlopen/
H A Dt_dso_pthread_create.c64 pthread_t thread; local
84 ret = testf_dso_pthread_create(&thread, NULL, routine, arg);
/freebsd-11-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_siglongjmp.c36 * its thread.
56 thread(void *arg) function
71 "Checks siglongjmp() out of a signal handler back into its thread");
83 PTHREAD_REQUIRE(pthread_create(&t, NULL, thread, NULL));
/freebsd-11-stable/contrib/netbsd-tests/rump/kernspace/
H A Dbusypage.c52 thread(void *arg) function
79 thread, NULL, &newl, "jointest");
81 panic("thread creation failed: %d", rv);
92 panic("thread join failed: %d", rv);
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/scalars/
H A Dtst.selfarray2.d35 struct thread *curthread;
/freebsd-11-stable/sys/arm64/arm64/
H A Dstack_machdep.c59 stack_save_td(struct stack *st, struct thread *td)
76 stack_save_td_running(struct stack *st, struct thread *td)
/freebsd-11-stable/sys/dev/bktr/
H A Dbktr_core.h85 ioctl_cmd_t cmd, caddr_t arg, struct thread* pr );
91 ioctl_cmd_t cmd, caddr_t arg, struct thread* pr );
/freebsd-11-stable/sys/amd64/ia32/
H A Dia32_misc.c49 freebsd32_sysarch(struct thread *td, struct freebsd32_sysarch_args *uap)
75 ofreebsd32_getpagesize(struct thread *td,
/freebsd-11-stable/sys/amd64/include/
H A Dsegments.h102 void update_gdt_gsbase(struct thread *td, uint32_t base);
103 void update_gdt_fsbase(struct thread *td, uint32_t base);
/freebsd-11-stable/sys/riscv/riscv/
H A Dstack_machdep.c64 stack_save_td(struct stack *st, struct thread *td)
81 stack_save_td_running(struct stack *st, struct thread *td)
/freebsd-11-stable/sys/dev/usb/
H A Dusb_process.h59 struct thread *up_ptr;
63 struct thread *up_curtd;
/freebsd-11-stable/sys/i386/ibcs2/
H A Dibcs2_xenix.c64 ibcs2_xenix(struct thread *td, struct ibcs2_xenix_args *uap)
83 struct thread *td;
99 struct thread *td;
113 struct thread *td;
136 xenix_nap(struct thread *td, struct xenix_nap_args *uap)
148 xenix_utsname(struct thread *td, struct xenix_utsname_args *uap)
191 xenix_scoinfo(struct thread *td, struct xenix_scoinfo_args *uap)
199 xenix_eaccess(struct thread *td, struct xenix_eaccess_args *uap)
/freebsd-11-stable/sys/fs/smbfs/
H A Dsmbfs.h94 int smbfs_doio(struct vnode *vp, struct buf *bp, struct ucred *cr, struct thread *td);
95 int smbfs_vinvalbuf(struct vnode *vp, struct thread *td);
/freebsd-11-stable/sys/dev/qlxge/
H A Dqls_ioctl.c45 struct thread *td);
82 struct thread *td)
/freebsd-11-stable/sys/sparc64/include/
H A Dpcpu.h79 static __inline __pure2 struct thread *
82 struct thread *td;
/freebsd-11-stable/sys/arm/arm/
H A Dmachdep_ptrace.c41 ptrace_read_int(struct thread *td, vm_offset_t addr, uint32_t *v)
50 ptrace_write_int(struct thread *td, vm_offset_t addr, uint32_t v)
62 struct thread *td = cookie;
88 struct thread *td = cookie;
111 ptrace_get_alternative_next(struct thread *td, uint32_t cur_instr,
128 ptrace_single_step(struct thread *td)
185 ptrace_clear_single_step(struct thread *td)
215 ptrace_set_pc(struct thread *td, unsigned long addr)
/freebsd-11-stable/sys/arm/include/
H A Dpcpu.h95 static inline struct thread *
105 set_curthread(struct thread *td)

Completed in 836 milliseconds

<<11121314151617181920>>