Home
last modified time | relevance | path

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

123

/third_party/ninja/src/
Dminidump-win32.cc40 temp_path, GetCurrentProcessId()); in CreateWin32MiniDump()
77 BOOL rv = mini_dump_write_dump(GetCurrentProcess(), GetCurrentProcessId(), in CreateWin32MiniDump()
Dsubprocess-win32.cc44 "\\\\.\\pipe\\ninja_pid%lu_sp%p", GetCurrentProcessId(), this); in SetupPipe()
/third_party/node/deps/v8/src/diagnostics/
Dcode-tracer.h34 base::OS::GetCurrentProcessId(), isolate_id); in CodeTracer()
36 base::SNPrintF(filename_, "code-%d.asm", base::OS::GetCurrentProcessId()); in CodeTracer()
Dperf-jit.cc183 process_id_ = base::OS::GetCurrentProcessId(); in PerfJitLogger()
/third_party/skia/tools/
Dwin_dbghelp.cpp122 GetCurrentProcessId(), GetCurrentThreadId());
161 GetCurrentProcessId(), in GenerateDumpAndPrintCallstack()
/third_party/node/deps/v8/src/utils/
Dutils.cc50 base::OS::Print("[%d] ", base::OS::GetCurrentProcessId()); in PrintPID()
58 base::OS::Print("[%d:%p] ", base::OS::GetCurrentProcessId(), isolate); in PrintIsolate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DCodeGenCoverage.cpp96 llvm::to_string(::GetCurrentProcessId()); in emit()
/third_party/node/deps/openssl/openssl/providers/implementations/rands/seeding/
Drand_win.c143 data.pid = GetCurrentProcessId(); in ossl_pool_add_nonce_data()
/third_party/openssl/providers/implementations/rands/seeding/
Drand_win.c143 data.pid = GetCurrentProcessId(); in ossl_pool_add_nonce_data()
/third_party/json/tests/thirdparty/Fuzzer/
DFuzzerUtilWindows.cpp142 unsigned long GetPid() { return GetCurrentProcessId(); } in GetPid()
/third_party/lzma/CPP/7zip/Crypto/
DRandGen.cpp78 DWORD w = ::GetCurrentProcessId(); in Init()
/third_party/mesa3d/src/gallium/frontends/wgl/
Dstw_tls.c77 DWORD dwCurrentProcessId = GetCurrentProcessId(); in stw_tls_init()
/third_party/node/deps/v8/src/libplatform/tracing/
Dtrace-object.cc40 pid_ = base::OS::GetCurrentProcessId(); in Initialize()
/third_party/skia/third_party/externals/angle2/util/windows/third_party/StackWalker/src/
DStackWalker.h100 DWORD dwProcessId = GetCurrentProcessId(),
/third_party/rust/crates/io-lifetimes/src/
Dtypes.rs27 windows_sys::Win32::System::Threading::{GetCurrentProcess, GetCurrentProcessId},
308 WSADuplicateSocketW(self.as_raw_socket() as _, GetCurrentProcessId(), &mut info) in try_clone_to_owned()
/third_party/lzma/CPP/Common/
DMyWindows.h222 MY_EXTERN_C DWORD GetCurrentProcessId();
/third_party/openssl/crypto/bio/
Dbss_log.c284 sprintf(pidbuf, "[%lu] ", GetCurrentProcessId()); in xsyslog()
/third_party/node/deps/openssl/openssl/crypto/bio/
Dbss_log.c284 sprintf(pidbuf, "[%lu] ", GetCurrentProcessId()); in xsyslog()
/third_party/node/deps/v8/src/base/platform/
Dplatform-starboard.cc268 int OS::GetCurrentProcessId() { in GetCurrentProcessId() function in v8::base::OS
Dplatform-win32.cc527 int OS::GetCurrentProcessId() { in GetCurrentProcessId() function in v8::base::OS
528 return static_cast<int>(::GetCurrentProcessId()); in GetCurrentProcessId()
1479 GetCurrentProcessId()); // th32ProcessId in LoadSymbols()
Dplatform.h296 static int GetCurrentProcessId();
/third_party/node/src/
Ddebug_utils.cc436 FALSE, GetCurrentProcessId()); in GetLoadedLibraries()
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/
Dparse_test.cc109 absl::StrAppend(&temp_dir_name, "parse_test.", GetCurrentProcessId()); in GetTestTempDir()
/third_party/lzma/C/Util/SfxSetup/
DSfxSetup.c310 d = (GetTickCount() << 12) ^ (GetCurrentThreadId() << 14) ^ GetCurrentProcessId(); in main()
/third_party/vk-gl-cts/execserver/
DxsWin32TestProcess.cpp457 GetCurrentProcessId(), in createPipeWithOverlappedIO()

123