Home
last modified time | relevance | path

Searched defs:thread (Results 51 – 75 of 299) sorted by relevance

12345678910>>...12

/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/X86/
H A DABIMacOSX_i386.cpp62 bool ABIMacOSX_i386::PrepareTrivialCall(Thread &thread, addr_t sp, in PrepareTrivialCall()
139 bool ABIMacOSX_i386::GetArgumentValues(Thread &thread, in GetArgumentValues()
197 Thread *thread = frame_sp->GetThread().get(); in SetReturnValueObject() local
258 ABIMacOSX_i386::GetReturnValueObjectImpl(Thread &thread, in GetReturnValueObjectImpl()
H A DABISysV_x86_64.cpp109 bool ABISysV_x86_64::PrepareTrivialCall(Thread &thread, addr_t sp, in PrepareTrivialCall()
191 bool is_signed, Thread &thread, in ReadIntegerArgument()
217 bool ABISysV_x86_64::GetArgumentValues(Thread &thread, in GetArgumentValues()
304 Thread *thread = frame_sp->GetThread().get(); in SetReturnValueObject() local
388 Thread &thread, CompilerType &return_compiler_type) const { in GetReturnValueObjectSimple()
575 Thread &thread, ExecutionContext &exe_ctx, in FlattenAggregateType()
619 Thread &thread, CompilerType &return_compiler_type) const { in GetReturnValueObjectImpl()
H A DABISysV_i386.cpp84 bool ABISysV_i386::PrepareTrivialCall(Thread &thread, addr_t sp, in PrepareTrivialCall()
161 bool ABISysV_i386::GetArgumentValues(Thread &thread, ValueList &values) const { in GetArgumentValues()
215 Thread *thread = frame_sp->GetThread().get(); in SetReturnValueObject() local
353 Thread &thread, CompilerType &return_compiler_type) const { in GetReturnValueObjectSimple()
590 Thread &thread, CompilerType &return_compiler_type) const { in GetReturnValueObjectImpl()
H A DABIWindows_x86_64.cpp125 bool ABIWindows_x86_64::PrepareTrivialCall(Thread &thread, addr_t sp, in PrepareTrivialCall()
207 bool is_signed, Thread &thread, in ReadIntegerArgument()
232 bool ABIWindows_x86_64::GetArgumentValues(Thread &thread, in GetArgumentValues()
311 Thread *thread = frame_sp->GetThread().get(); in SetReturnValueObject() local
398 Thread &thread, CompilerType &return_compiler_type) const { in GetReturnValueObjectSimple()
548 Thread &thread, ExecutionContext &exe_ctx, in FlattenAggregateType()
597 Thread &thread, CompilerType &return_compiler_type) const { in GetReturnValueObjectImpl()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepOverRange.cpp33 Thread &thread, const AddressRange &range, in ThreadPlanStepOverRange()
129 Thread &thread = GetThread(); in ShouldStop() local
373 Thread &thread = GetThread(); in DoWillResume() local
H A DThreadPlanStepOut.cpp36 Thread &thread, SymbolContext *context, bool first_insn, bool stop_others, in ThreadPlanStepOut()
183 Thread &thread = GetThread(); in DidPush() local
446 Thread &thread = GetThread(); in QueueInlinedStepPlan() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DNativeRegisterContextDBReg_x86.h22 NativeRegisterContextDBReg_x86(NativeThreadProtocol &thread) in NativeRegisterContextDBReg_x86()
H A DNativeRegisterContextRegisterInfo.cpp16 NativeThreadProtocol &thread, in NativeRegisterContextRegisterInfo()
/freebsd/sys/cddl/compat/opensolaris/sys/
H A Dzone.h41 #define INGLOBALZONE(thread) (!jailed((thread)->td_ucred)) argument
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc64.cpp82 bool ABISysV_ppc64::PrepareTrivialCall(Thread &thread, addr_t sp, in PrepareTrivialCall()
201 bool is_signed, Thread &thread, in ReadIntegerArgument()
227 bool ABISysV_ppc64::GetArgumentValues(Thread &thread, ValueList &values) const { in GetArgumentValues()
308 Thread *thread = frame_sp->GetThread().get(); in SetReturnValueObject() local
500 static llvm::Expected<ReturnValueExtractor> Create(Thread &thread, in Create()
568 ReturnValueExtractor(Thread &thread, CompilerType &type, in ReturnValueExtractor()
930 ABISysV_ppc64::GetReturnValueObjectSimple(Thread &thread, in GetReturnValueObjectSimple()
947 Thread &thread, CompilerType &return_compiler_type) const { in GetReturnValueObjectImpl()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/
H A DABISysV_arm.cpp1326 bool ABISysV_arm::PrepareTrivialCall(Thread &thread, addr_t sp, in PrepareTrivialCall()
1432 bool ABISysV_arm::GetArgumentValues(Thread &thread, ValueList &values) const { in GetArgumentValues()
1510 static bool GetReturnValuePassedInMemory(Thread &thread, in GetReturnValuePassedInMemory()
1542 Thread &thread, lldb_private::CompilerType &compiler_type) const { in GetReturnValueObjectImpl()
1844 Thread *thread = frame_sp->GetThread().get(); in SetReturnValueObject() local
H A DABIMacOSX_arm.cpp1322 bool ABIMacOSX_arm::PrepareTrivialCall(Thread &thread, addr_t sp, in PrepareTrivialCall()
1428 bool ABIMacOSX_arm::GetArgumentValues(Thread &thread, ValueList &values) const { in GetArgumentValues()
1542 Thread &thread, lldb_private::CompilerType &compiler_type) const { in GetReturnValueObjectImpl()
1699 Thread *thread = frame_sp->GetThread().get(); in SetReturnValueObject() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/Mips/
H A DABISysV_mips.cpp568 bool ABISysV_mips::PrepareTrivialCall(Thread &thread, addr_t sp, in PrepareTrivialCall()
696 bool ABISysV_mips::GetArgumentValues(Thread &thread, ValueList &values) const { in GetArgumentValues()
714 Thread *thread = frame_sp->GetThread().get(); in SetReturnValueObject() local
775 Thread &thread, CompilerType &return_compiler_type) const { in GetReturnValueObjectSimple()
781 Thread &thread, CompilerType &return_compiler_type) const { in GetReturnValueObjectImpl()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Architecture/PPC64/
H A DArchitecturePPC64.h24 void OverrideStopInfo(Thread &thread) const override {} in OverrideStopInfo()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/SystemZ/
H A DABISysV_s390x.cpp196 bool ABISysV_s390x::PrepareTrivialCall(Thread &thread, addr_t sp, in PrepareTrivialCall()
282 bool is_signed, Thread &thread, in ReadIntegerArgument()
309 bool ABISysV_s390x::GetArgumentValues(Thread &thread, ValueList &values) const { in GetArgumentValues()
392 Thread *thread = frame_sp->GetThread().get(); in SetReturnValueObject() local
475 Thread &thread, CompilerType &return_compiler_type) const { in GetReturnValueObjectSimple()
584 Thread &thread, CompilerType &return_compiler_type) const { in GetReturnValueObjectImpl()
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_interceptors.cpp137 # define COMMON_INTERCEPTOR_SET_PTHREAD_NAME(ctx, thread, name) \ argument
268 INTERCEPTOR(int, pthread_create, void *thread, void *attr, in INTERCEPTOR()
293 INTERCEPTOR(int, pthread_join, void *thread, void **retval) { in INTERCEPTOR()
302 INTERCEPTOR(int, pthread_detach, void *thread) { in INTERCEPTOR()
317 INTERCEPTOR(int, pthread_tryjoin_np, void *thread, void **ret) { in INTERCEPTOR()
326 INTERCEPTOR(int, pthread_timedjoin_np, void *thread, void **ret, in INTERCEPTOR()
/freebsd/lib/libthr/thread/
H A Dthr_ctrdtr.c35 _tcb_ctor(struct pthread *thread, int initial) in _tcb_ctor()
/freebsd/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp286 void OperatingSystemPython::ThreadWasSelected(Thread *thread) {} in ThreadWasSelected()
289 OperatingSystemPython::CreateRegisterContextForThread(Thread *thread, in CreateRegisterContextForThread()
350 OperatingSystemPython::CreateThreadStopReason(lldb_private::Thread *thread) { in CreateThreadStopReason()
/freebsd/tools/regression/pthread/mutex_isowned_np/
H A Dmutex_isowned_np.c34 thread(void *arg) in thread() function
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_thread.h42 MemprofThread *thread; member
48 MemprofThread *thread; member
/freebsd/contrib/llvm-project/lldb/source/Plugins/Architecture/Mips/
H A DArchitectureMips.h25 void OverrideStopInfo(Thread &thread) const override {} in OverrideStopInfo()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/ARC/
H A DABISysV_arc.cpp189 bool ABISysV_arc::PrepareTrivialCall(Thread &thread, addr_t sp, in PrepareTrivialCall()
196 bool ABISysV_arc::PrepareTrivialCall(Thread &thread, addr_t sp, addr_t pc, in PrepareTrivialCall()
307 bool ABISysV_arc::GetArgumentValues(Thread &thread, ValueList &values) const { in GetArgumentValues()
446 ABISysV_arc::GetReturnValueObjectSimple(Thread &thread, in GetReturnValueObjectSimple()
501 Thread &thread, CompilerType &return_compiler_type) const { in GetReturnValueObjectImpl()
511 ValueObjectSP ABISysV_arc::GetReturnValueObjectImpl(Thread &thread, in GetReturnValueObjectImpl()
/freebsd/contrib/netbsd-tests/rump/kernspace/
H A Dbusypage.c52 thread(void *arg) in thread() function
/freebsd/crypto/openssl/test/
H A Dthreadstest_fips.c30 thread_t thread; in test_fips_rand_leak() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Architecture/AArch64/
H A DArchitectureAArch64.h25 void OverrideStopInfo(Thread &thread) const override {} in OverrideStopInfo()

12345678910>>...12