Home
last modified time | relevance | path

Searched refs:Process (Results 226 – 250 of 425) sorted by relevance

12345678910>>...17

/freebsd/sys/dev/smbus/
H A Dsmbus_if.m120 # Process Call command
/freebsd/contrib/tcsh/nls/french/
H A Dset266 64 Process's lwps are blocked
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.h244 lldb::addr_t GetSymbolAddress(Target &target, Process *process,
/freebsd/tests/atf_python/sys/net/
H A Dvnet.py11 from multiprocessing import Process
464 p = Process(
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValue.cpp358 Process *process = exe_ctx->GetProcessPtr(); in GetValueAsData()
551 Process *process = exe_ctx->GetProcessPtr(); in GetValueAsData()
H A DValueObjectRegister.cpp246 Process *process = exe_ctx.GetProcessPtr(); in UpdateValue()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp227 Process *process = exe_ctx.GetProcessPtr(); in GetVTableInfo()
402 ItaniumABILanguageRuntime::CreateInstance(Process *process, in CreateInstance()
/freebsd/contrib/llvm-project/clang/tools/driver/
H A Dcc1_main.cpp77 llvm::sys::Process::Exit(GenCrashDiag ? 70 : 1); in LLVMErrorHandler()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionArgParser.cpp161 if (Process *process = exe_ctx->GetProcessPtr()) in ToAddress()
H A DCommandObject.cpp219 Process *process = m_interpreter.GetExecutionContext().GetProcessPtr(); in CheckRequirements()
702 Process *process = m_exe_ctx.GetProcessPtr(); in GetDefaultThread()
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DSignals.inc16 #include "llvm/Support/Process.h"
472 *ErrMsg = "Process terminating -- cannot register for removal";
526 Process::PreventCoreFiles();
591 llvm::sys::Process::Exit(EX_IOERR, /*NoCleanup=*/true);
857 if (!llvm::sys::Process::AreCoreFilesPrevented()) {
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DABI.cpp207 LLDB_LOG(GetLog(LLDBLog::Process), in MakeMCRegisterInfo()
H A DThreadList.cpp26 ThreadList::ThreadList(Process *process) in ThreadList()
286 if (Process::ProcessEventData::GetInterruptedFromEvent(event_ptr)) { in ShouldStop()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTMultiCpuDecoder.cpp22 for (Process *proc : trace_sp->GetAllProcesses()) { in TraceIntelPTMultiCpuDecoder()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DSectionMemoryManager.cpp183 static const size_t PageSize = sys::Process::getPageSizeEstimate(); in trimBlockToPageSize()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DLockFileManager.cpp198 Out << HostID << ' ' << sys::Process::getProcessId(); in LockFileManager()
H A DFileUtilities.cpp329 if (std::error_code EC = sys::Process::SafelyCloseFileDescriptor(FD)) in apply()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDebugCheckers.cpp192 llvm::sys::Process::StandardErrHasColors()); in checkASTCodeBody()
/freebsd/lib/libc/db/mpool/
H A Dmpool.libtp57 Process Statics (pointers into shared memory)
68 /* Process Local FID->FD table */
91 Initialize Process local structures
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DStopPointSiteList.h26 friend class Process; variable
/freebsd/contrib/llvm-project/lld/COFF/
H A DDriverUtils.cpp44 using llvm::sys::Process;
988 if (std::optional<std::string> s = Process::GetEnv("LINK")) { in addLINK()
992 if (std::optional<std::string> s = Process::GetEnv("_LINK_")) { in addLINK()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMSVC.cpp107 if (!llvm::sys::Process::GetEnv("LIB") || in ConstructJob()
117 if (!llvm::sys::Process::GetEnv("LIB") || in ConstructJob()
652 if (auto Val = llvm::sys::Process::GetEnv(Var)) { in AddClangSystemIncludeArgs()
H A DAMDGPU.cpp203 llvm::sys::Process::GetEnv("ROCM_PATH")) { in getInstallationPathCandidates()
390 llvm::sys::Process::GetEnv("HIP_DEVICE_LIB_PATH")) in detectDeviceLibrary()
452 llvm::sys::Process::GetEnv("HIP_PATH")) { in detectHIPRuntime()
/freebsd/contrib/tcsh/nls/C/
H A Dset166 64 Sync fault: Process %d not found
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp36 ThreadGDBRemote::ThreadGDBRemote(Process &process, lldb::tid_t tid) in ThreadGDBRemote()

12345678910>>...17