Home
last modified time | relevance | path

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

123

/external/perfetto/src/tracing/test/
Dapi_test_support.h35 int32_t GetCurrentProcessId();
Dapi_test_support.cc76 int32_t GetCurrentProcessId() { in GetCurrentProcessId() function
/external/skia/tools/
Dwin_dbghelp.cpp122 GetCurrentProcessId(), GetCurrentThreadId());
161 GetCurrentProcessId(), in GenerateDumpAndPrintCallstack()
/external/skqp/tools/
Dwin_dbghelp.cpp122 GetCurrentProcessId(), GetCurrentThreadId());
161 GetCurrentProcessId(), in GenerateDumpAndPrintCallstack()
/external/perfetto/include/perfetto/base/
Dproc_utils.h45 return static_cast<uint64_t>(GetCurrentProcessId());
/external/llvm-project/debuginfo-tests/dexter/dex/debugger/dbgeng/
Dsysobjs.py111 def GetCurrentProcessId(self): member in SysObjects
112 res = self.vt.GetCurrentProcessId(self.sysobjects, byref(self.ulong))
/external/libcups/cups/
Dtempfile.c112 snprintf(filename, (size_t)len - 1, "%s/%05lx%08lx", tmpdir, GetCurrentProcessId(), curtime); in cupsTempFd()
/external/lzma/CPP/7zip/Crypto/
DRandGen.cpp38 DWORD w = ::GetCurrentProcessId(); in Init()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DCodeGenCoverage.cpp96 llvm::to_string(::GetCurrentProcessId()); in emit()
/external/tensorflow/tensorflow/core/platform/windows/
Dnet.cc116 port = GetCurrentProcessId() % (65536 - 30000) + 30000; in PickUnusedPortOrDie()
/external/llvm-project/llvm/unittests/Support/
DProcessTest.cpp28 EXPECT_EQ((DWORD)pid, ::GetCurrentProcessId()); in TEST()
/external/pdfium/third_party/base/allocator/partition_allocator/
Drandom.cc58 pid = GetCurrentProcessId(); in GetRandomContext()
/external/python/cpython2/PC/VS8.0/
Dkill_python.c42 our_pid = GetCurrentProcessId(); in main()
/external/python/cpython2/PC/VS9.0/
Dkill_python.c42 our_pid = GetCurrentProcessId(); in main()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/codegen/templates/
Dgen_ar_eventhandlerfile.hpp54 DWORD pid = GetCurrentProcessId(); in EventHandlerFile()
/external/pdfium/core/fxcrt/
Dfx_random.cpp59 seed ^= GetCurrentProcessId(); in GenerateSeedFromEnvironment()
/external/mesa3d/src/gallium/frontends/wgl/
Dstw_tls.c77 DWORD dwCurrentProcessId = GetCurrentProcessId(); in stw_tls_init()
/external/angle/util/windows/third_party/StackWalker/src/
DStackWalker.h100 DWORD dwProcessId = GetCurrentProcessId(),
/external/llvm-project/compiler-rt/lib/fuzzer/
DFuzzerUtilWindows.cpp150 unsigned long GetPid() { return GetCurrentProcessId(); } in GetPid()
/external/rust/crates/libfuzzer-sys/libfuzzer/
DFuzzerUtilWindows.cpp150 unsigned long GetPid() { return GetCurrentProcessId(); } in GetPid()
/external/google-breakpad/src/client/windows/unittests/
Dcrash_generation_server_test.cc171 GetCurrentProcessId(), in DoFaultyClient()
/external/google-breakpad/src/client/windows/crash_generation/
Dcrash_generation_client.cc231 GetCurrentProcessId(), in RegisterClient()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Dos.h270 #define GetCurrentProcessId getpid macro
/external/libchrome/mojo/public/cpp/platform/
Dplatform_channel.cc52 "\\\\.\\pipe\\mojo.%lu.%lu.%I64u", ::GetCurrentProcessId(), in CreateChannel()
/external/libusb/libusb/os/
Dwindows_common.c458 sprintf(mutex_name, "libusb_init%08lX", ULONG_CAST(GetCurrentProcessId() & 0xFFFFFFFFU)); in windows_init()
552 sprintf(mutex_name, "libusb_init%08lX", ULONG_CAST(GetCurrentProcessId() & 0xFFFFFFFFU)); in windows_exit()

123