Home
last modified time | relevance | path

Searched defs:thread (Results 76 – 100 of 299) sorted by relevance

12345678910>>...12

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepRange.cpp33 Thread &thread, in ThreadPlanStepRange()
104 Thread &thread = GetThread(); in InRange() local
218 Thread &thread = GetThread(); in CompareCurrentFrameToStartFrame() local
H A DSystemRuntime.cpp46 ThreadSP SystemRuntime::GetExtendedBacktraceThread(ThreadSP thread, in GetExtendedBacktraceThread()
H A DThreadPlanCallFunctionUsingABI.cpp24 Thread &thread, const Address &function, llvm::Type &prototype, in ThreadPlanCallFunctionUsingABI()
H A DThreadPlanCallOnFunctionExit.cpp15 Thread &thread, const Callback &callback) in ThreadPlanCallOnFunctionExit()
/freebsd/contrib/xz/src/common/
H A Dmythread.h162 mythread_create(mythread *thread, void *(*func)(void *arg), void *arg) in mythread_create()
177 mythread_join(mythread thread) in mythread_join()
393 mythread_create(mythread *thread, in mythread_create()
405 mythread_join(mythread thread) in mythread_join()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/Mips/
H A DABISysV_mips64.cpp566 bool ABISysV_mips64::PrepareTrivialCall(Thread &thread, addr_t sp, in PrepareTrivialCall()
657 bool ABISysV_mips64::GetArgumentValues(Thread &thread, in GetArgumentValues()
676 Thread *thread = frame_sp->GetThread().get(); in SetReturnValueObject() local
733 Thread &thread, CompilerType &return_compiler_type) const { in GetReturnValueObjectSimple()
739 Thread &thread, CompilerType &return_compiler_type) const { in GetReturnValueObjectImpl()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp1247 Thread *thread = exe_ctx->GetThreadPtr(); in Format() local
1279 Thread *thread = exe_ctx->GetThreadPtr(); in Format() local
1292 Thread *thread = exe_ctx->GetThreadPtr(); in Format() local
1305 Thread *thread = exe_ctx->GetThreadPtr(); in Format() local
1318 Thread *thread = exe_ctx->GetThreadPtr(); in Format() local
1331 if (Thread *thread = exe_ctx->GetThreadPtr()) { in Format() local
1343 if (Thread *thread = exe_ctx->GetThreadPtr()) { in Format() local
1355 Thread *thread = exe_ctx->GetThreadPtr(); in Format() local
1372 Thread *thread = exe_ctx->GetThreadPtr(); in Format() local
1389 Thread *thread = exe_ctx->GetThreadPtr(); in Format() local
[all …]
/freebsd/contrib/ntp/libntp/lib/isc/pthreads/
H A Dthread.c33 isc_thread_t *thread) in isc_thread_create()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp39 Thread *thread = in InferiorCallMmap() local
136 Thread *thread = in InferiorCallMunmap() local
H A DStopInfoMachException.h32 StopInfoMachException(Thread &thread, uint32_t exc_type, in StopInfoMachException()
H A DStopInfoMachException.cpp86 Thread &thread = *exe_ctx.GetThreadPtr(); in DeterminePtrauthFailure() local
488 static StopInfoSP GetStopInfoForHardwareBP(Thread &thread, Target *target, in GetStopInfoForHardwareBP()
594 Thread &thread, uint32_t exc_type, uint32_t exc_data_count, in CreateStopReasonWithMachException()
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DHostThreadPosix.cpp20 HostThreadPosix::HostThreadPosix(lldb::thread_t thread) in HostThreadPosix()
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtilLinux.cpp43 void SetThreadName(std::thread &thread, const std::string &name) { in SetThreadName()
/freebsd/tests/sys/kern/
H A Dkcov.c197 pthread_t thread; in ATF_TC_BODY() local
366 pthread_t thread; in thread_test() local
411 int thread; member
441 pthread_t thread; in ATF_TC_BODY() local
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DThreadLauncher.cpp31 lldb::thread_t thread; in LaunchThread() local
H A DHostThread.cpp17 HostThread::HostThread(lldb::thread_t thread) in HostThread()
H A DHostNativeThreadBase.cpp21 HostNativeThreadBase::HostNativeThreadBase(thread_t thread) in HostNativeThreadBase()
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_fuchsia.cpp95 void *__sanitizer_before_thread_create_hook(thrd_t thread, bool detached, in __sanitizer_before_thread_create_hook()
110 void __sanitizer_thread_create_hook(void *hook, thrd_t thread, int error) { in __sanitizer_thread_create_hook()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc.cpp230 bool ABISysV_ppc::PrepareTrivialCall(Thread &thread, addr_t sp, in PrepareTrivialCall()
313 bool is_signed, Thread &thread, in ReadIntegerArgument()
339 bool ABISysV_ppc::GetArgumentValues(Thread &thread, ValueList &values) const { in GetArgumentValues()
429 Thread *thread = frame_sp->GetThread().get(); in SetReturnValueObject() local
508 Thread &thread, CompilerType &return_compiler_type) const { in GetReturnValueObjectSimple()
647 Thread &thread, CompilerType &return_compiler_type) const { in GetReturnValueObjectImpl()
/freebsd/contrib/netbsd-tests/lib/libpthread/dlopen/dso/
H A Dh_pthread_dlopen.c77 testf_dso_pthread_create(pthread_t *thread, const pthread_attr_t *attr, in testf_dso_pthread_create()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTJSONStructs.cpp52 json::Value toJSON(const JSONThread &thread) { in toJSON()
59 bool fromJSON(const json::Value &value, JSONThread &thread, Path path) { in fromJSON()
/freebsd/sys/powerpc/ps3/
H A Dps3pic.c118 int thread; in ps3pic_attach() local
196 int thread; in ps3pic_eoi() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/
H A DABIMacOSX_arm64.cpp61 Thread &thread, lldb::addr_t sp, lldb::addr_t func_addr, in PrepareTrivialCall()
121 bool ABIMacOSX_arm64::GetArgumentValues(Thread &thread, in GetArgumentValues()
253 Thread *thread = frame_sp->GetThread().get(); in SetReturnValueObject() local
627 Thread &thread, CompilerType &return_compiler_type) const { in GetReturnValueObjectImpl()
H A DABISysV_arm64.cpp63 bool ABISysV_arm64::PrepareTrivialCall(Thread &thread, addr_t sp, in PrepareTrivialCall()
124 bool ABISysV_arm64::GetArgumentValues(Thread &thread, ValueList &values) const { in GetArgumentValues()
225 Thread *thread = frame_sp->GetThread().get(); in SetReturnValueObject() local
597 Thread &thread, CompilerType &return_compiler_type) const { in GetReturnValueObjectImpl()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DRegisterContextLinuxCore_x86_64.cpp214 Thread &thread, RegisterInfoInterface *register_info, in RegisterContextLinuxCore_x86_64()

12345678910>>...12