/third_party/boost/boost/winapi/ |
D | get_current_process_id.hpp | 21 BOOST_WINAPI_IMPORT boost::winapi::DWORD_ BOOST_WINAPI_WINAPI_CC GetCurrentProcessId(BOOST_WINAPI_D… 27 using ::GetCurrentProcessId;
|
/third_party/boost/libs/log/src/ |
D | process_id.cpp | 32 enum { pid_size = sizeof(GetCurrentProcessId()) }; 39 return process::id(GetCurrentProcessId()); in get_id()
|
/third_party/ninja/src/ |
D | minidump-win32.cc | 38 temp_path, GetCurrentProcessId()); in CreateWin32MiniDump() 75 BOOL rv = mini_dump_write_dump(GetCurrentProcess(), GetCurrentProcessId(), in CreateWin32MiniDump()
|
D | subprocess-win32.cc | 42 "\\\\.\\pipe\\ninja_pid%lu_sp%p", GetCurrentProcessId(), this); in SetupPipe()
|
/third_party/boost/libs/winapi/test/run/ |
D | get_current_process_id_abi.cpp | 21 BOOST_WINAPI_TEST_FUNCTION_SIGNATURE(GetCurrentProcessId); in main()
|
/third_party/flutter/skia/tools/ |
D | win_dbghelp.cpp | 122 GetCurrentProcessId(), GetCurrentThreadId()); 161 GetCurrentProcessId(), in GenerateDumpAndPrintCallstack()
|
/third_party/skia/tools/ |
D | win_dbghelp.cpp | 122 GetCurrentProcessId(), GetCurrentThreadId()); 161 GetCurrentProcessId(), in GenerateDumpAndPrintCallstack()
|
/third_party/glib/gio/tests/ |
D | win32-streams.c | 342 "\\\\.\\pipe\\gtest-io-overlap-%u", (guint) GetCurrentProcessId ()); in test_pipe_io_overlap() 421 "\\\\.\\pipe\\gtest-io-concurrent-%u", (guint) GetCurrentProcessId ()); in test_pipe_io_concurrent() 493 "\\\\.\\pipe\\gtest-io-cancel-%u", (guint) GetCurrentProcessId ()); in test_pipe_io_cancel()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | CodeGenCoverage.cpp | 96 llvm::to_string(::GetCurrentProcessId()); in emit()
|
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/codegen/templates/ |
D | gen_ar_eventhandlerfile.hpp | 54 DWORD pid = GetCurrentProcessId(); in EventHandlerFile()
|
/third_party/openssl/crypto/rand/ |
D | rand_win.c | 136 data.pid = GetCurrentProcessId(); in rand_pool_add_nonce_data()
|
/third_party/json/test/thirdparty/Fuzzer/ |
D | FuzzerUtilWindows.cpp | 142 unsigned long GetPid() { return GetCurrentProcessId(); } in GetPid()
|
/third_party/boost/doc/html/boost_asio/example/cpp03/icmp/ |
D | ping.cpp | 126 return static_cast<unsigned short>(::GetCurrentProcessId()); in get_identifier()
|
/third_party/boost/libs/asio/example/cpp03/icmp/ |
D | ping.cpp | 126 return static_cast<unsigned short>(::GetCurrentProcessId()); in get_identifier()
|
/third_party/mesa3d/src/gallium/frontends/wgl/ |
D | stw_tls.c | 77 DWORD dwCurrentProcessId = GetCurrentProcessId(); in stw_tls_init()
|
/third_party/flutter/skia/third_party/externals/angle2/util/windows/third_party/StackWalker/src/ |
D | StackWalker.h | 100 DWORD dwProcessId = GetCurrentProcessId(),
|
/third_party/skia/third_party/externals/angle2/util/windows/third_party/StackWalker/src/ |
D | StackWalker.h | 100 DWORD dwProcessId = GetCurrentProcessId(),
|
/third_party/boost/boost/asio/detail/impl/ |
D | win_static_mutex.ipp | 51 static_cast<unsigned int>(::GetCurrentProcessId()), this);
|
/third_party/boost/libs/asio/include/boost/asio/detail/impl/ |
D | win_static_mutex.ipp | 51 static_cast<unsigned int>(::GetCurrentProcessId()), this);
|
/third_party/boost/boost/process/detail/windows/ |
D | handles.hpp | 29 auto pid = ::boost::winapi::GetCurrentProcessId(); in get_handles()
|
/third_party/boost/tools/build/src/engine/ |
D | pathnt.cpp | 60 return GetCurrentProcessId(); in path_get_process_id_()
|
/third_party/openssl/crypto/bio/ |
D | bss_log.c | 283 sprintf(pidbuf, "[%lu] ", GetCurrentProcessId()); in xsyslog()
|
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/common/ |
D | os.h | 286 #define GetCurrentProcessId getpid macro
|
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | JitManager.cpp | 421 DWORD pid = GetCurrentProcessId(); in DumpAsm() 463 DWORD pid = GetCurrentProcessId(); in GetOutputDir()
|
/third_party/libusb/libusb/os/ |
D | windows_common.c | 486 sprintf(mutex_name, "libusb_init%08lX", ULONG_CAST(GetCurrentProcessId() & 0xFFFFFFFFU)); in windows_init() 580 sprintf(mutex_name, "libusb_init%08lX", ULONG_CAST(GetCurrentProcessId() & 0xFFFFFFFFU)); in windows_exit()
|