Home
last modified time | relevance | path

Searched defs:thread (Results 26 – 50 of 299) sorted by relevance

12345678910>>...12

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTrace.cpp46 SBTraceCursor SBTrace::CreateNewCursor(SBError &error, SBThread &thread) { in CreateNewCursor()
104 SBError SBTrace::Start(const SBThread &thread, in Start()
131 SBError SBTrace::Stop(const SBThread &thread) { in Stop()
H A DSBThread.cpp219 Thread *thread = exe_ctx.GetThreadPtr(); in GetStopReasonDataAtIndex() local
500 Thread *thread = exe_ctx.GetThreadPtr(); in ResumeNewPlan() local
542 Thread *thread = exe_ctx.GetThreadPtr(); in StepOver() local
591 Thread *thread = exe_ctx.GetThreadPtr(); in StepInto() local
646 Thread *thread = exe_ctx.GetThreadPtr(); in StepOut() local
687 Thread *thread = exe_ctx.GetThreadPtr(); in StepOutOfFrame() local
722 Thread *thread = exe_ctx.GetThreadPtr(); in StepInstruction() local
756 Thread *thread = exe_ctx.GetThreadPtr(); in RunToAddress() local
782 Thread *thread = exe_ctx.GetThreadPtr(); in StepOverUntil() local
914 Thread *thread = exe_ctx.GetThreadPtr(); in StepUsingScriptedThreadPlan() local
[all …]
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_tasking.cpp478 kmp_info_t *thread = __kmp_threads[gtid]; local
673 kmp_info_t *thread = __kmp_threads[gtid]; local
1041 kmp_info_t *thread = __kmp_threads[gtid]; local
1459 kmp_info_t *thread = __kmp_threads[gtid]; local
1755 kmp_info_t *thread; local
2221 kmp_info_t *thread; local
2353 kmp_info_t *thread; local
2518 kmp_info_t *thread = __kmp_threads[gtid]; local
2656 kmp_info_t *thread = __kmp_threads[gtid]; local
4057 kmp_info_t *thread; local
[all …]
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindPlan.cpp73 GetByteOrderAndAddrSize(Thread *thread) { in GetByteOrderAndAddrSize()
83 static void DumpDWARFExpr(Stream &s, llvm::ArrayRef<uint8_t> expr, Thread *thread) { in DumpDWARFExpr()
96 Thread *thread, in Dump()
160 Thread *thread, uint32_t reg_num) { in DumpRegisterName()
226 Thread *thread, addr_t base_addr) const { in Dump()
493 void UnwindPlan::Dump(Stream &s, Thread *thread, lldb::addr_t base_addr) const { in Dump()
570 const RegisterInfo *UnwindPlan::GetRegisterInfo(Thread *thread, in GetRegisterInfo()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp104 for (const auto &thread : process_up->m_threads) in Launch() local
198 for (const auto &thread : m_threads) { in MonitorSIGSTOP() local
222 NativeThreadNetBSD *thread = nullptr; in MonitorSIGTRAP() local
260 for (const auto &thread : m_threads) in MonitorSIGTRAP() local
371 NativeThreadNetBSD &thread = static_cast<NativeThreadNetBSD &>(*abs_thread); in MonitorSignal() local
441 for (const auto &thread : threads) { in ComputeSignalInfo() local
495 NativeThreadNetBSD &thread = static_cast<NativeThreadNetBSD &>(*abs_thread); in Resume() local
826 for (const auto &thread : m_threads) { in HasThreadNoLock() local
890 for (const auto &thread : m_threads) in Attach() local
1075 for (const auto &thread : child_process->m_threads) in MonitorClone() local
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepThrough.cpp27 ThreadPlanStepThrough::ThreadPlanStepThrough(Thread &thread, in ThreadPlanStepThrough()
81 Thread &thread = GetThread(); in LookForPlanToStepThroughFromCurrentPC() local
245 Thread &thread = GetThread(); in HitOurBackstopBreakpoint() local
H A DABI.cpp70 ValueObjectSP ABI::GetReturnValueObject(Thread &thread, CompilerType &ast_type, in GetReturnValueObject()
150 ValueObjectSP ABI::GetReturnValueObject(Thread &thread, llvm::Type &ast_type, in GetReturnValueObject()
161 lldb::ValueObjectSP ABI::GetReturnValueObjectImpl(Thread &thread, in GetReturnValueObjectImpl()
170 bool ABI::PrepareTrivialCall(Thread &thread, lldb::addr_t sp, in PrepareTrivialCall()
H A DThreadPlanStepInRange.cpp36 Thread &thread, const AddressRange &range, in ThreadPlanStepInRange()
57 Thread &thread = GetThread(); in SetupAvoidNoDebug() local
167 Thread &thread = GetThread(); in ShouldStop() local
464 Thread &thread = GetThread(); in DoWillResume() local
H A DThreadPlanRunToAddress.cpp23 ThreadPlanRunToAddress::ThreadPlanRunToAddress(Thread &thread, Address &address, in ThreadPlanRunToAddress()
33 ThreadPlanRunToAddress::ThreadPlanRunToAddress(Thread &thread, in ThreadPlanRunToAddress()
45 Thread &thread, const std::vector<lldb::addr_t> &addresses, in ThreadPlanRunToAddress()
H A DRegisterNumber.cpp15 RegisterNumber::RegisterNumber(lldb_private::Thread &thread, in RegisterNumber()
31 void RegisterNumber::init(lldb_private::Thread &thread, lldb::RegisterKind kind, in init()
/freebsd/sys/contrib/ck/src/
H A Dck_hp.c221 ck_hp_reclaim(struct ck_hp_record *thread) in ck_hp_reclaim()
271 ck_hp_retire(struct ck_hp_record *thread, in ck_hp_retire()
289 ck_hp_free(struct ck_hp_record *thread, in ck_hp_free()
312 ck_hp_purge(struct ck_hp_record *thread) in ck_hp_purge()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/MSP430/
H A DABISysV_msp430.cpp278 bool ABISysV_msp430::PrepareTrivialCall(Thread &thread, lldb::addr_t sp, in PrepareTrivialCall()
285 bool ABISysV_msp430::GetArgumentValues(Thread &thread, in GetArgumentValues()
296 Thread &thread, CompilerType &return_compiler_type) const { in GetReturnValueObjectSimple()
302 Thread &thread, CompilerType &return_compiler_type) const { in GetReturnValueObjectImpl()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp99 for (const auto &thread : process_up->m_threads) in Launch() local
187 for (const auto &thread : m_threads) { in MonitorSIGSTOP() local
207 NativeThreadFreeBSD *thread = nullptr; in MonitorSIGTRAP() local
254 for (const auto &thread : m_threads) in MonitorSIGTRAP() local
372 NativeThreadFreeBSD &thread = in MonitorSignal() local
439 NativeThreadFreeBSD &thread = in Resume() local
778 for (const auto &thread : m_threads) { in HasThreadNoLock() local
845 for (const auto &thread : m_threads) in Attach() local
1006 for (const auto &thread : child_process->m_threads) in MonitorClone() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteRegisterContext.cpp34 ThreadGDBRemote &thread, uint32_t concrete_frame_idx, in GDBRemoteRegisterContext()
209 Thread *thread = exe_ctx.GetThreadPtr(); in ReadRegisterBytes() local
357 Thread *thread = exe_ctx.GetThreadPtr(); in WriteRegisterBytes() local
479 Thread *thread = exe_ctx.GetThreadPtr(); in ReadAllRegisterValues() local
504 Thread *thread = exe_ctx.GetThreadPtr(); in WriteAllRegisterValues() local
522 Thread *thread = exe_ctx.GetThreadPtr(); in ReadAllRegisterValues() local
591 Thread *thread = exe_ctx.GetThreadPtr(); in WriteAllRegisterValues() local
/freebsd/sys/contrib/ck/include/spinlock/
H A Dclh.h69 ck_spinlock_clh_lock(struct ck_spinlock_clh **queue, struct ck_spinlock_clh *thread) in ck_spinlock_clh_lock()
94 ck_spinlock_clh_unlock(struct ck_spinlock_clh **thread) in ck_spinlock_clh_unlock()
H A Dhclh.h76 struct ck_spinlock_hclh *thread) in ck_spinlock_hclh_lock()
123 ck_spinlock_hclh_unlock(struct ck_spinlock_hclh **thread) in ck_spinlock_hclh_unlock()
/freebsd/contrib/ntp/libntp/lib/isc/win32/
H A Dthread.c30 isc_thread_t thread; in isc_thread_create() local
45 isc_thread_join(isc_thread_t thread, isc_threadresult_t *rp) { in isc_thread_join()
/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp46 AddressRange &func, Thread &thread, UnwindPlan &unwind_plan) { in GetNonCallSiteUnwindPlanFromAssembly()
68 AddressRange &func, Thread &thread, UnwindPlan &unwind_plan) { in AugmentUnwindPlanFromCallSite()
170 bool UnwindAssembly_x86::GetFastUnwindPlan(AddressRange &func, Thread &thread, in GetFastUnwindPlan()
/freebsd/contrib/netbsd-tests/lib/libpthread/dlopen/
H A Dt_main_pthread_create.c62 pthread_t thread; in ATF_TC_BODY() local
80 pthread_t thread; in ATF_TC_BODY() local
/freebsd/contrib/netbsd-tests/lib/libpthread/
H A Dt_join.c63 pthread_t thread; in ATF_TC_BODY() local
72 pthread_t thread[25]; in threadfunc1() local
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp109 for (const auto &thread : m_threads) { in GetThreadByIDUnlocked() local
136 NativeThreadProtocol *thread( in GetHardwareDebugSupportInfo() local
174 for (const auto &thread : m_threads) { in SetWatchpoint() local
215 for (const auto &thread : m_threads) { in RemoveWatchpoint() local
261 for (const auto &thread : m_threads) { in SetHardwareBreakpoint() local
300 for (const auto &thread : m_threads) { in RemoveHardwareBreakpoint() local
592 NativeThreadProtocol &thread) { in FixupBreakpointPCAsNeeded()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_mac.cpp27 thread_t thread; member
135 void SuspendedThreadsListMac::Append(thread_t thread) { in Append()
149 thread_t thread = GetThread(index); in GetRegistersAndSP() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPT.cpp157 for (const ThreadPostMortemTraceSP &thread : traced_threads) { in CreateInstanceForPostmortemTrace() local
178 Expected<DecodedThreadSP> TraceIntelPT::Decode(Thread &thread) { in Decode()
229 TraceIntelPT::CreateNewCursor(Thread &thread) { in CreateNewCursor()
242 void TraceIntelPT::DumpTraceInfo(Thread &thread, Stream &s, bool verbose, in DumpTraceInfo()
353 void TraceIntelPT::DumpTraceInfoAsJson(Thread &thread, Stream &s, in DumpTraceInfoAsJson()
465 TraceIntelPT::GetRawTraceSize(Thread &thread) { in GetRawTraceSize()
581 for (const TraceThreadState &thread : intelpt_state->traced_threads) in DoRefreshLiveProcessState() local
/freebsd/sys/dev/ocs_fc/
H A Docs_os.c603 ocs_thread_t *thread = arg; in ocs_thread_call_fctn() local
627 ocs_thread_create(ocs_os_handle_t os, ocs_thread_t *thread, ocs_thread_fctn fctn, const char *name,… in ocs_thread_create()
658 int32_t ocs_thread_start(ocs_thread_t *thread) in ocs_thread_start()
693 ocs_thread_terminate(ocs_thread_t *thread) in ocs_thread_terminate()
708 int32_t ocs_thread_terminate_requested(ocs_thread_t *thread) in ocs_thread_terminate_requested()
724 ocs_thread_get_retval(ocs_thread_t *thread) in ocs_thread_get_retval()
740 ocs_thread_yield(ocs_thread_t *thread) { in ocs_thread_yield()
752 ocs_thread_setcpu(ocs_thread_t *thread, uint32_t cpu) in ocs_thread_setcpu()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/RISCV/
H A DABISysV_riscv.cpp166 bool ABISysV_riscv::PrepareTrivialCall(Thread &thread, addr_t sp, in PrepareTrivialCall()
174 Thread &thread, addr_t sp, addr_t pc, addr_t ra, llvm::Type &prototype, in PrepareTrivialCall()
284 bool ABISysV_riscv::GetArgumentValues(Thread &thread, ValueList &values) const { in GetArgumentValues()
411 static ValueObjectSP GetValObjFromIntRegs(Thread &thread, in GetValObjFromIntRegs()
486 GetValObjFromFPRegs(Thread &thread, const RegisterContextSP &reg_ctx, in GetValObjFromFPRegs()
530 ABISysV_riscv::GetReturnValueObjectSimple(Thread &thread, in GetReturnValueObjectSimple()
583 ABISysV_riscv::GetReturnValueObjectImpl(lldb_private::Thread &thread, in GetReturnValueObjectImpl()
632 Thread &thread, CompilerType &return_compiler_type) const { in GetReturnValueObjectImpl()

12345678910>>...12