Home
last modified time | relevance | path

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

123

/third_party/boost/boost/winapi/
Dget_current_process_id.hpp21 BOOST_WINAPI_IMPORT boost::winapi::DWORD_ BOOST_WINAPI_WINAPI_CC GetCurrentProcessId(BOOST_WINAPI_D…
27 using ::GetCurrentProcessId;
/third_party/boost/libs/log/src/
Dprocess_id.cpp32 enum { pid_size = sizeof(GetCurrentProcessId()) };
39 return process::id(GetCurrentProcessId()); in get_id()
/third_party/ninja/src/
Dminidump-win32.cc38 temp_path, GetCurrentProcessId()); in CreateWin32MiniDump()
75 BOOL rv = mini_dump_write_dump(GetCurrentProcess(), GetCurrentProcessId(), in CreateWin32MiniDump()
Dsubprocess-win32.cc42 "\\\\.\\pipe\\ninja_pid%lu_sp%p", GetCurrentProcessId(), this); in SetupPipe()
/third_party/boost/libs/winapi/test/run/
Dget_current_process_id_abi.cpp21 BOOST_WINAPI_TEST_FUNCTION_SIGNATURE(GetCurrentProcessId); in main()
/third_party/flutter/skia/tools/
Dwin_dbghelp.cpp122 GetCurrentProcessId(), GetCurrentThreadId());
161 GetCurrentProcessId(), in GenerateDumpAndPrintCallstack()
/third_party/skia/tools/
Dwin_dbghelp.cpp122 GetCurrentProcessId(), GetCurrentThreadId());
161 GetCurrentProcessId(), in GenerateDumpAndPrintCallstack()
/third_party/glib/gio/tests/
Dwin32-streams.c342 "\\\\.\\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/
DCodeGenCoverage.cpp96 llvm::to_string(::GetCurrentProcessId()); in emit()
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/codegen/templates/
Dgen_ar_eventhandlerfile.hpp54 DWORD pid = GetCurrentProcessId(); in EventHandlerFile()
/third_party/openssl/crypto/rand/
Drand_win.c136 data.pid = GetCurrentProcessId(); in rand_pool_add_nonce_data()
/third_party/json/test/thirdparty/Fuzzer/
DFuzzerUtilWindows.cpp142 unsigned long GetPid() { return GetCurrentProcessId(); } in GetPid()
/third_party/boost/doc/html/boost_asio/example/cpp03/icmp/
Dping.cpp126 return static_cast<unsigned short>(::GetCurrentProcessId()); in get_identifier()
/third_party/boost/libs/asio/example/cpp03/icmp/
Dping.cpp126 return static_cast<unsigned short>(::GetCurrentProcessId()); in get_identifier()
/third_party/mesa3d/src/gallium/frontends/wgl/
Dstw_tls.c77 DWORD dwCurrentProcessId = GetCurrentProcessId(); in stw_tls_init()
/third_party/flutter/skia/third_party/externals/angle2/util/windows/third_party/StackWalker/src/
DStackWalker.h100 DWORD dwProcessId = GetCurrentProcessId(),
/third_party/skia/third_party/externals/angle2/util/windows/third_party/StackWalker/src/
DStackWalker.h100 DWORD dwProcessId = GetCurrentProcessId(),
/third_party/boost/boost/asio/detail/impl/
Dwin_static_mutex.ipp51 static_cast<unsigned int>(::GetCurrentProcessId()), this);
/third_party/boost/libs/asio/include/boost/asio/detail/impl/
Dwin_static_mutex.ipp51 static_cast<unsigned int>(::GetCurrentProcessId()), this);
/third_party/boost/boost/process/detail/windows/
Dhandles.hpp29 auto pid = ::boost::winapi::GetCurrentProcessId(); in get_handles()
/third_party/boost/tools/build/src/engine/
Dpathnt.cpp60 return GetCurrentProcessId(); in path_get_process_id_()
/third_party/openssl/crypto/bio/
Dbss_log.c283 sprintf(pidbuf, "[%lu] ", GetCurrentProcessId()); in xsyslog()
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Dos.h286 #define GetCurrentProcessId getpid macro
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
DJitManager.cpp421 DWORD pid = GetCurrentProcessId(); in DumpAsm()
463 DWORD pid = GetCurrentProcessId(); in GetOutputDir()
/third_party/libusb/libusb/os/
Dwindows_common.c486 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()

123