Searched refs:thread (Results 176 - 200 of 1555) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-i386/
H A DABISysV_i386.h23 bool PrepareTrivialCall(lldb_private::Thread &thread, lldb::addr_t sp,
28 bool GetArgumentValues(lldb_private::Thread &thread,
36 GetReturnValueObjectImpl(lldb_private::Thread &thread,
97 GetReturnValueObjectSimple(lldb_private::Thread &thread,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-mips/
H A DABISysV_mips.h21 bool PrepareTrivialCall(lldb_private::Thread &thread, lldb::addr_t sp,
26 bool GetArgumentValues(lldb_private::Thread &thread,
34 GetReturnValueObjectImpl(lldb_private::Thread &thread,
84 GetReturnValueObjectSimple(lldb_private::Thread &thread,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-ppc64/
H A DABISysV_ppc64.h21 bool PrepareTrivialCall(lldb_private::Thread &thread, lldb::addr_t sp,
26 bool GetArgumentValues(lldb_private::Thread &thread,
34 GetReturnValueObjectImpl(lldb_private::Thread &thread,
93 GetReturnValueObjectSimple(lldb_private::Thread &thread,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-ppc/
H A DABISysV_ppc.h21 bool PrepareTrivialCall(lldb_private::Thread &thread, lldb::addr_t sp,
26 bool GetArgumentValues(lldb_private::Thread &thread,
34 GetReturnValueObjectImpl(lldb_private::Thread &thread,
93 GetReturnValueObjectSimple(lldb_private::Thread &thread,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-s390x/
H A DABISysV_s390x.h21 bool PrepareTrivialCall(lldb_private::Thread &thread, lldb::addr_t sp,
26 bool GetArgumentValues(lldb_private::Thread &thread,
34 GetReturnValueObjectImpl(lldb_private::Thread &thread,
85 GetReturnValueObjectSimple(lldb_private::Thread &thread,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/Windows-x86_64/
H A DABIWindows_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,
88 GetReturnValueObjectSimple(lldb_private::Thread &thread,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DThreading.cpp66 report_fatal_error("Spawning a detached thread doesn't make sense with no "
75 std::thread(std::move(Func)).detach();
81 #include <thread>
84 // `std::thread` directly instead of `llvm::thread` (and indeed, doing so
85 // allows us to not define `thread` in the llvm namespace, which conflicts
87 // called `thread` in the global namespace which can cause ambiguity due to
91 return std::thread::hardware_concurrency();
101 // Guard against std::thread::hardware_concurrency() returning 0.
102 if (unsigned Val = std::thread
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-arm/
H A DABISysV_arm.h21 bool PrepareTrivialCall(lldb_private::Thread &thread, lldb::addr_t sp,
25 bool GetArgumentValues(lldb_private::Thread &thread,
64 bool IsArmHardFloat(lldb_private::Thread &thread) const;
84 GetReturnValueObjectImpl(lldb_private::Thread &thread,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DFuncUnwinders.cpp61 Thread &thread) {
66 if (UnwindPlanSP plan_sp = GetSymbolFileUnwindPlan(thread))
199 UnwindPlanSP FuncUnwinders::GetSymbolFileUnwindPlan(Thread &thread) { argument
208 RegisterContextToInfo(*thread.GetRegisterContext()));
215 Thread &thread) {
236 m_range, thread, *m_unwind_plan_object_file_augmented_sp)) {
246 Thread &thread) {
277 m_range, thread, *m_unwind_plan_eh_frame_augmented_sp)) {
287 Thread &thread) {
319 m_range, thread, *m_unwind_plan_debug_frame_augmented_s
60 GetUnwindPlanAtCallSite(Target &target, Thread &thread) argument
214 GetObjectFileAugmentedUnwindPlan(Target &target, Thread &thread) argument
245 GetEHFrameAugmentedUnwindPlan(Target &target, Thread &thread) argument
286 GetDebugFrameAugmentedUnwindPlan(Target &target, Thread &thread) argument
327 GetAssemblyUnwindPlan(Target &target, Thread &thread) argument
352 CompareUnwindPlansForIdenticalInitialPCLocation( Thread &thread, const UnwindPlanSP &a, const UnwindPlanSP &b) argument
383 GetUnwindPlanAtNonCallSite(Target &target, Thread &thread) argument
434 GetUnwindPlanFastUnwind(Target &target, Thread &thread) argument
454 GetUnwindPlanArchitectureDefault(Thread &thread) argument
478 GetUnwindPlanArchitectureDefaultAtFunctionEntry(Thread &thread) argument
[all...]
/freebsd-11-stable/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.c99 pthread_t thread; local
108 PTHREAD_REQUIRE(pthread_create(&thread, NULL, threadfunc, NULL));
109 PTHREAD_REQUIRE(pthread_join(thread, NULL));
/freebsd-11-stable/sys/riscv/riscv/
H A Dgenassym.c81 ASSYM(TD_PCB, offsetof(struct thread, td_pcb));
82 ASSYM(TD_FLAGS, offsetof(struct thread, td_flags));
83 ASSYM(TD_PROC, offsetof(struct thread, td_proc));
84 ASSYM(TD_FRAME, offsetof(struct thread, td_frame));
85 ASSYM(TD_MD, offsetof(struct thread, td_md));
86 ASSYM(TD_LOCK, offsetof(struct thread, td_lock));
/freebsd-11-stable/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-11-stable/sys/sys/
H A Dprocdesc.h97 int procdesc_find(struct thread *, int fd, cap_rights_t *, struct proc **);
98 int kern_pdgetpid(struct thread *, int fd, cap_rights_t *, pid_t *pidp);
104 int procdesc_falloc(struct thread *, struct file **, int *, int,
H A Dimgact_elf.h41 struct thread;
96 int __elfN(coredump)(struct thread *, struct vnode *, off_t, int);
99 /* Machine specific function to dump per-thread information. */
100 void __elfN(dump_thread)(struct thread *, void *, size_t *);
/freebsd-11-stable/sys/i386/include/
H A Dmd_var.h69 void set_fsbase(struct thread *td, uint32_t base);
70 void set_gsbase(struct thread *td, uint32_t base);
72 union savefpu *get_pcb_user_save_td(struct thread *td);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanRunToAddress.h21 ThreadPlanRunToAddress(Thread &thread, Address &address, bool stop_others);
23 ThreadPlanRunToAddress(Thread &thread, lldb::addr_t address,
26 ThreadPlanRunToAddress(Thread &thread,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.h22 lldb_private::AddressRange &func, lldb_private::Thread &thread,
27 lldb_private::Thread &thread,
31 lldb_private::Thread &thread,
34 // thread may be NULL in which case we only use the Target (e.g. if this is
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.h54 void ThreadWasSelected(lldb_private::Thread *thread) override;
57 CreateRegisterContextForThread(lldb_private::Thread *thread,
61 CreateThreadStopReason(lldb_private::Thread *thread) override;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/benchmarks/
H A Dmop.cpp16 void* thread(void *arg) { function
49 pthread_create(&th, 0, thread<T, write>, (void*)1);
50 thread<T, write>(0);
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointOptionCommon.cpp68 Thread *thread = exe_ctx.GetThreadPtr(); local
69 if (thread)
70 sb_thread.SetThread(thread->shared_from_this());
/freebsd-11-stable/sys/amd64/include/
H A Dmd_var.h56 void amd64_syscall(struct thread *td, int traced);
71 void fpstate_drop(struct thread *td);
74 struct savefpu *get_pcb_user_save_td(struct thread *td);
/freebsd-11-stable/lib/libc/tests/stdlib/
H A Dcxa_thread_atexit_test.cc34 #include <thread>
94 * After f.use() main will be threaded and we'll have one additional thread
106 std::thread t([]() { f.use(); });
126 std::thread t([]() { g.use(); });
148 std::thread t([]() { h.use(); });
168 std::thread t([]() { e.use(); });
/freebsd-11-stable/sys/powerpc/powerpc/
H A Daltivec.c47 save_vec_int(struct thread *td)
87 enable_vec(struct thread *td)
97 * Save the thread's Altivec CPU number, and set the CPU's current
98 * vector thread
104 * Enable the vector unit for when the thread returns from the
106 * the thread, initialise the vector registers and VSCR to 0, and
148 save_vec(struct thread *td)
157 * Clear the current vec thread and pcb's CPU id
166 * the current vector-thread is `td'.
169 save_vec_nodrop(struct thread *t
[all...]
/freebsd-11-stable/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)

Completed in 152 milliseconds

1234567891011>>