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

1234567891011>>

/freebsd-10.3-release/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-10.3-release/sys/i386/ibcs2/
H A Dibcs2_util.c54 ibcs2_emul_find(struct thread *td, char *path, enum uio_seg pathseg,
/freebsd-10.3-release/sys/ia64/ia64/
H A Dstack_machdep.c36 stack_save_td(struct stack *st, struct thread *td)
H A Dsys_machdep.c50 sysarch(struct thread *td, struct sysarch_args *uap)
H A Dvm_machdep.c98 cpu_thread_exit(struct thread *td)
106 cpu_thread_clean(struct thread *td)
111 cpu_thread_alloc(struct thread *td)
124 cpu_thread_free(struct thread *td)
129 cpu_thread_swapin(struct thread *td)
134 cpu_thread_swapout(struct thread *td)
141 cpu_set_syscall_retval(struct thread *td, int error)
171 cpu_set_upcall(struct thread *td, struct thread *td0)
205 cpu_set_upcall_kse(struct thread *t
[all...]
/freebsd-10.3-release/sys/compat/linux/
H A Dlinux_signal.h46 int linux_do_sigaction(struct thread *, int, l_sigaction_t *, l_sigaction_t *);
/freebsd-10.3-release/sys/powerpc/include/
H A Dpcpu.h43 struct thread *pc_fputhread; /* current fpu user */ \
44 struct thread *pc_vecthread; /* current vec user */ \
139 static __inline __pure2 struct thread *
142 struct thread *td;
H A Dproc.h60 /* Get the current kernel thread stack usage. */
62 struct thread *td = curthread; \
/freebsd-10.3-release/contrib/netbsd-tests/lib/libpthread/
H A Dt_sleep.c72 pthread_t thread; local
84 PTHREAD_REQUIRE(pthread_create(&thread, NULL, threadfunc, NULL));
86 /* make sure the signal is delivered to the child thread */
96 PTHREAD_REQUIRE(pthread_join(thread, NULL));
H A Dt_swapcontext.c98 pthread_t thread; local
106 PTHREAD_REQUIRE(pthread_create(&thread, NULL, threadfunc, NULL));
107 PTHREAD_REQUIRE(pthread_join(thread, NULL));
/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DFuncUnwinders.h47 GetUnwindPlanAtNonCallSite (lldb_private::Thread& thread);
53 GetUnwindPlanArchitectureDefault (lldb_private::Thread& thread);
56 GetUnwindPlanArchitectureDefaultAtFunctionEntry (lldb_private::Thread& thread);
/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThreadPlanRunToAddress.h27 ThreadPlanRunToAddress (Thread &thread,
31 ThreadPlanRunToAddress (Thread &thread,
35 ThreadPlanRunToAddress (Thread &thread,
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.h70 ThreadWasSelected (lldb_private::Thread *thread);
73 CreateRegisterContextForThread (lldb_private::Thread *thread,
77 CreateThreadStopReason (lldb_private::Thread *thread);
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp47 Thread *thread = process->GetThreadList().GetSelectedThread().get(); local
48 if (thread == NULL)
102 = new ThreadPlanCallFunction (*thread,
115 StackFrame *frame = thread->GetStackFrameAtIndex (0).get();
154 Thread *thread = process->GetThreadList().GetSelectedThread().get(); local
155 if (thread == NULL)
188 lldb::ThreadPlanSP call_plan_sp (new ThreadPlanCallFunction (*thread,
200 StackFrame *frame = thread->GetStackFrameAtIndex (0).get();
230 Thread *thread = process->GetThreadList().GetSelectedThread().get(); local
231 if (thread
[all...]
/freebsd-10.3-release/sys/sparc64/include/
H A Dframe.h86 struct thread;
88 int rwindow_save(struct thread *td);
89 int rwindow_load(struct thread *td, struct trapframe *tf, int n);
/freebsd-10.3-release/sys/sys/
H A Dimgact_elf.h40 struct thread;
91 int __elfN(coredump)(struct thread *, struct vnode *, off_t, int);
94 /* Machine specific function to dump per-thread information. */
95 void __elfN(dump_thread)(struct thread *, void *, size_t *);
H A Dsleepqueue.h37 * A thread calls sleepq_lock() to lock the sleep queue chain associated
38 * with a given wait channel. A thread can then call call sleepq_add() to
40 * functions to actually go to sleep. If a thread needs to abort a sleep
42 * queue chain lock. If the thread also needs to remove itself from a queue
45 * If the thread only wishes to sleep for a limited amount of time, it can
49 * A thread is normally resumed from a sleep queue by either the
51 * the thread with the highest priority that is sleeping on the specified
53 * on the specified wait channel. A thread sleeping in an interruptible
54 * sleep can be interrupted by calling sleepq_abort(). A thread can also
59 * if at least one swapped-out thread wa
[all...]
H A Deventhandler.h199 struct thread;
201 struct thread *);
203 struct thread *);
246 typedef void (*app_coredump_start_fn)(void *, struct thread *, char *name);
247 typedef void (*app_coredump_progress_fn)(void *, struct thread *td, int byte_count);
248 typedef void (*app_coredump_finish_fn)(void *, struct thread *td);
249 typedef void (*app_coredump_error_fn)(void *, struct thread *td, char *msg, ...);
256 typedef void (*thread_ctor_fn)(void *, struct thread *);
257 typedef void (*thread_dtor_fn)(void *, struct thread *);
258 typedef void (*thread_fini_fn)(void *, struct thread *);
[all...]
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/
H A DProcessPOSIX.cpp278 POSIXThread *thread = static_cast<POSIXThread*>( local
280 did_resume = thread->Resume() || did_resume;
384 POSIXThread *thread = static_cast<POSIXThread*>( local
397 assert(thread);
398 thread->SetState(eStateStopped);
421 assert(thread);
422 thread->SetState(eStateExited);
444 assert(thread);
445 thread->SetState(eStateStopped);
457 assert(thread);
545 POSIXThread *thread = static_cast<POSIXThread*>( local
695 POSIXThread *thread = static_cast<POSIXThread*>( local
768 POSIXThread *thread = static_cast<POSIXThread*>( local
795 POSIXThread *thread = static_cast<POSIXThread*>( local
916 POSIXThread *thread = static_cast<POSIXThread*>( local
[all...]
/freebsd-10.3-release/lib/libkse/test/
H A Dguard_b.c31 * Test thread stack guard functionality.
47 void *top; /* Top of thread's initial stack frame. */
92 pthread_t thread; local
124 * Create a thread that will come just short of overflowing the thread
125 * stack. We need to leave a bit of breathing room in case the thread
133 assert(pthread_create(&thread, &attr, recurse, &args) == 0);
134 assert(pthread_join(thread, NULL) == 0);
137 * Create a thread that will barely of overflow the thread stac
[all...]
/freebsd-10.3-release/sys/vm/
H A Dvm_extern.h84 int vm_forkproc(struct thread *, struct proc *, struct thread *, struct vmspace *, int);
95 void vmspace_exit(struct thread *);
104 void vm_thread_dispose(struct thread *td);
105 int vm_thread_new(struct thread *td, int pages);
/freebsd-10.3-release/sys/sparc64/sparc64/
H A Dsys_machdep.c44 static int sparc_sigtramp_install(struct thread *td, char *args);
45 static int sparc_utrap_install(struct thread *td, char *args);
55 sysarch(struct thread *td, struct sysarch_args *uap)
98 sparc_sigtramp_install(struct thread *td, char *args)
116 sparc_utrap_install(struct thread *td, char *args)
/freebsd-10.3-release/sys/amd64/include/
H A Dmd_var.h86 struct thread;
93 void amd64_syscall(struct thread *td, int traced);
117 void fpstate_drop(struct thread *td);
127 struct savefpu *get_pcb_user_save_td(struct thread *td);
129 struct pcb *get_pcb_td(struct thread *td);
/freebsd-10.3-release/sys/nfs/
H A Dnfs_nfssvc.c67 int (*nfsd_call_nfsserver)(struct thread *, struct nfssvc_args *) = NULL;
68 int (*nfsd_call_nfscommon)(struct thread *, struct nfssvc_args *) = NULL;
69 int (*nfsd_call_nfscl)(struct thread *, struct nfssvc_args *) = NULL;
70 int (*nfsd_call_nfsd)(struct thread *, struct nfssvc_args *) = NULL;
76 sys_nfssvc(struct thread *td, struct nfssvc_args *uap)
/freebsd-10.3-release/tools/regression/kthread/kld/
H A Dkthrdlk.c63 struct thread *td = (struct thread *) arg;
90 struct thread *td = (struct thread *) arg;
94 /* must be the last thread to exit */
132 struct thread *newthr;

Completed in 222 milliseconds

1234567891011>>