/external/perfetto/src/tracing/test/ |
D | api_test_support.h | 35 int32_t GetCurrentProcessId();
|
D | api_test_support.cc | 76 int32_t GetCurrentProcessId() { in GetCurrentProcessId() function
|
/external/skia/tools/ |
D | win_dbghelp.cpp | 122 GetCurrentProcessId(), GetCurrentThreadId()); 161 GetCurrentProcessId(), in GenerateDumpAndPrintCallstack()
|
/external/skqp/tools/ |
D | win_dbghelp.cpp | 122 GetCurrentProcessId(), GetCurrentThreadId()); 161 GetCurrentProcessId(), in GenerateDumpAndPrintCallstack()
|
/external/perfetto/include/perfetto/base/ |
D | proc_utils.h | 45 return static_cast<uint64_t>(GetCurrentProcessId());
|
/external/llvm-project/debuginfo-tests/dexter/dex/debugger/dbgeng/ |
D | sysobjs.py | 111 def GetCurrentProcessId(self): member in SysObjects 112 res = self.vt.GetCurrentProcessId(self.sysobjects, byref(self.ulong))
|
/external/libcups/cups/ |
D | tempfile.c | 112 snprintf(filename, (size_t)len - 1, "%s/%05lx%08lx", tmpdir, GetCurrentProcessId(), curtime); in cupsTempFd()
|
/external/lzma/CPP/7zip/Crypto/ |
D | RandGen.cpp | 38 DWORD w = ::GetCurrentProcessId(); in Init()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | CodeGenCoverage.cpp | 96 llvm::to_string(::GetCurrentProcessId()); in emit()
|
/external/tensorflow/tensorflow/core/platform/windows/ |
D | net.cc | 116 port = GetCurrentProcessId() % (65536 - 30000) + 30000; in PickUnusedPortOrDie()
|
/external/llvm-project/llvm/unittests/Support/ |
D | ProcessTest.cpp | 28 EXPECT_EQ((DWORD)pid, ::GetCurrentProcessId()); in TEST()
|
/external/pdfium/third_party/base/allocator/partition_allocator/ |
D | random.cc | 58 pid = GetCurrentProcessId(); in GetRandomContext()
|
/external/python/cpython2/PC/VS8.0/ |
D | kill_python.c | 42 our_pid = GetCurrentProcessId(); in main()
|
/external/python/cpython2/PC/VS9.0/ |
D | kill_python.c | 42 our_pid = GetCurrentProcessId(); in main()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/codegen/templates/ |
D | gen_ar_eventhandlerfile.hpp | 54 DWORD pid = GetCurrentProcessId(); in EventHandlerFile()
|
/external/pdfium/core/fxcrt/ |
D | fx_random.cpp | 59 seed ^= GetCurrentProcessId(); in GenerateSeedFromEnvironment()
|
/external/mesa3d/src/gallium/frontends/wgl/ |
D | stw_tls.c | 77 DWORD dwCurrentProcessId = GetCurrentProcessId(); in stw_tls_init()
|
/external/angle/util/windows/third_party/StackWalker/src/ |
D | StackWalker.h | 100 DWORD dwProcessId = GetCurrentProcessId(),
|
/external/llvm-project/compiler-rt/lib/fuzzer/ |
D | FuzzerUtilWindows.cpp | 150 unsigned long GetPid() { return GetCurrentProcessId(); } in GetPid()
|
/external/rust/crates/libfuzzer-sys/libfuzzer/ |
D | FuzzerUtilWindows.cpp | 150 unsigned long GetPid() { return GetCurrentProcessId(); } in GetPid()
|
/external/google-breakpad/src/client/windows/unittests/ |
D | crash_generation_server_test.cc | 171 GetCurrentProcessId(), in DoFaultyClient()
|
/external/google-breakpad/src/client/windows/crash_generation/ |
D | crash_generation_client.cc | 231 GetCurrentProcessId(), in RegisterClient()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/ |
D | os.h | 270 #define GetCurrentProcessId getpid macro
|
/external/libchrome/mojo/public/cpp/platform/ |
D | platform_channel.cc | 52 "\\\\.\\pipe\\mojo.%lu.%lu.%I64u", ::GetCurrentProcessId(), in CreateChannel()
|
/external/libusb/libusb/os/ |
D | windows_common.c | 458 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()
|