Home
last modified time | relevance | path

Searched refs:GetCurrentProcessId (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/debugger/dbgeng/
H A Dsysobjs.py111 def GetCurrentProcessId(self): member in SysObjects
112 res = self.vt.GetCurrentProcessId(self.sysobjects, byref(self.ulong))
/llvm-project-15.0.7/llvm/unittests/Support/
H A DProcessTest.cpp28 EXPECT_EQ((DWORD)pid, ::GetCurrentProcessId()); in TEST()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_win.cpp87 const DWORD this_process = GetCurrentProcessId(); in RunThread()
/llvm-project-15.0.7/compiler-rt/lib/fuzzer/
H A DFuzzerUtilWindows.cpp150 unsigned long GetPid() { return GetCurrentProcessId(); } in GetPid()
/llvm-project-15.0.7/lldb/test/API/tools/lldb-server/
H A Dmain.cpp46 fprintf(stderr, "PID: %d\n", ::GetCurrentProcessId()); in print_pid()
/llvm-project-15.0.7/lldb/source/Host/windows/
H A DPipeWindows.cpp91 pipe_name_stream << "lldb.pipe." << ::GetCurrentProcessId() << "." << serial; in CreateNewNamed()
/llvm-project-15.0.7/llvm/lib/Support/Windows/
H A DProcess.inc49 return Pid(::GetCurrentProcessId());
459 DWORD Pid = GetCurrentProcessId();
H A DSignals.inc810 if (!fMiniDumpWriteDump(::GetCurrentProcess(), ::GetCurrentProcessId(),
/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest-death-test.cc764 StreamableToString(static_cast<unsigned int>(::GetCurrentProcessId())) + in AssumeRole()