Home
last modified time | relevance | path

Searched defs:PID (Results 1 – 25 of 34) sorted by relevance

12

/openbsd/gnu/usr.bin/binutils/gdb/config/i386/
H A Dnm-i386v42mp.h76 #define PIDGET(PID) (ptid_get_pid (PID)) argument
79 #define TIDGET(PID) (ptid_get_lwp (PID)) argument
80 #define LIDGET(PID) TIDGET(PID) argument
82 #define MERGEPID(PID, LID) (ptid_build ((PID), (LID), 0)) argument
83 #define MKLID(PID, LID) (ptid_build ((PID), (LID), 0)) argument
87 #define MKTID(PID, TID) (ptid_build ((PID), (TID), 1)) argument
90 #define ISTID(PID) (ptid_get_tid (PID)) argument
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dsolib.h49 #define SOLIB_CREATE_INFERIOR_HOOK(PID) solib_create_inferior_hook() argument
58 #define SOLIB_REMOVE_INFERIOR_HOOK(PID) (0) argument
H A Dcoff-solib.h45 #define SOLIB_CREATE_INFERIOR_HOOK(PID) coff_solib_create_inferior_hook() argument
56 #define SOLIB_REMOVE_INFERIOR_HOOK(PID) (0) argument
H A Dpa64solib.h40 #define SOLIB_CREATE_INFERIOR_HOOK(PID) pa64_solib_create_inferior_hook() argument
48 #define SOLIB_REMOVE_INFERIOR_HOOK(PID) pa64_solib_remove_inferior_hook(PID) argument
H A Dsomsolib.h51 #define SOLIB_CREATE_INFERIOR_HOOK(PID) som_solib_create_inferior_hook() argument
60 #define SOLIB_REMOVE_INFERIOR_HOOK(PID) som_solib_remove_inferior_hook(PID) argument
H A Dtarget.h913 #define target_pid_to_str(PID) current_target.to_pid_to_str (PID) argument
916 #define target_tid_to_str(PID) \ argument
1000 #define TARGET_CREATE_INFERIOR_HOOK(PID) argument
1091 #define ENSURE_VFORKING_PARENT_REMAINS_STOPPED(PID) (0) argument
H A Daix-thread.c74 #define BUILD_THREAD(TID, PID) ptid_build (PID, 0, TID) argument
77 #define BUILD_LWP(LWP, PID) MERGEPID (PID, LWP) argument
H A Ddefs.h1259 #define MERGEPID(PID, TID) ptid_build (PID, TID, 0) argument
/openbsd/gnu/llvm/llvm/lib/Support/
H A DLockFileManager.cpp70 int PID; in readLockFile() local
113 bool LockFileManager::processStillExecuting(StringRef HostID, int PID) { in processStillExecuting()
/openbsd/gnu/llvm/llvm/include/llvm/XRay/
H A DFDRTraceExpander.h26 int32_t PID = 0; variable
H A DFDRRecords.h314 int32_t PID = 0; variable
/openbsd/gnu/usr.bin/binutils/gdb/config/rs6000/
H A Dnm-rs6000.h34 #define SOLIB_CREATE_INFERIOR_HOOK(PID) \ argument
/openbsd/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/
H A DLLJITWithRemoteDebugging.cpp158 uint64_t PID; in main() local
/openbsd/gnu/llvm/llvm/tools/llvm-profgen/
H A DPerfReader.h597 std::optional<uint32_t> PID) in PerfScriptReader()
612 uint64_t PID = 0; member
678 std::optional<uint32_t> PID) in LBRPerfReader()
696 std::optional<uint32_t> PID) in HybridPerfReader()
/openbsd/gnu/llvm/llvm/lib/IR/
H A DIRPrintingPasses.cpp118 const char *PID = (const char *)P->getPassID(); in isIRPrintingPass() local
/openbsd/gnu/llvm/clang/lib/AST/
H A DDeclPrinter.cpp1419 void DeclPrinter::VisitObjCProtocolDecl(ObjCProtocolDecl *PID) { in VisitObjCProtocolDecl()
1438 void DeclPrinter::VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *PID) { in VisitObjCCategoryImplDecl()
1451 void DeclPrinter::VisitObjCCategoryDecl(ObjCCategoryDecl *PID) { in VisitObjCCategoryDecl()
1599 void DeclPrinter::VisitObjCPropertyImplDecl(ObjCPropertyImplDecl *PID) { in VisitObjCPropertyImplDecl()
H A DDeclObjC.cpp277 const auto *PID = cast<ObjCProtocolDecl>(this); in FindPropertyDeclaration() local
2248 for (auto *PID : property_impls()) in FindPropertyImplIvarDecl() local
2262 for (auto *PID : property_impls()) in FindPropertyImplDecl() local
/openbsd/bin/ps/
H A Dkeyword.c74 #define PID(n1, n2, fn, off) \ macro
/openbsd/gnu/usr.bin/binutils/gdb/config/pa/
H A Dnm-hppah.h201 #define ENSURE_VFORKING_PARENT_REMAINS_STOPPED(PID) \ argument
/openbsd/gnu/llvm/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp115 for (auto *PID : IMD->property_impls()) { in TraverseObjCMethodDecl() local
/openbsd/gnu/llvm/compiler-rt/lib/xray/tests/unit/
H A Dprofile_collector_test.cpp35 u64 PID = 0; member
/openbsd/sys/arch/m88k/include/
H A Dasm.h78 #define PID %cr0 macro
/openbsd/gnu/llvm/compiler-rt/lib/xray/
H A Dxray_profile_collector.cpp50 u64 PID = 0; // Process ID. member
/openbsd/usr.bin/ipcs/
H A Dipcs.c145 #define PID 8 macro
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGObjC.cpp1049 const ObjCPropertyImplDecl *PID) { in GenerateObjCGetter()
1405 static bool hasTrivialSetExpr(const ObjCPropertyImplDecl *PID) { in hasTrivialSetExpr()
1635 const ObjCPropertyImplDecl *PID) { in GenerateObjCSetter()
3716 const ObjCPropertyImplDecl *PID) { in GenerateObjCAtomicSetterCopyHelperFunction()
3816 const ObjCPropertyImplDecl *PID) { in GenerateObjCAtomicGetterCopyHelperFunction()

12