Home
last modified time | relevance | path

Searched refs:GetOtherPid (Results 1 – 3 of 3) sorted by relevance

/dports/www/squid/squid-4.15/src/
H A DInstance.cc68 GetOtherPid(File &pidFile) in GetOtherPid() function
111 const auto pid = GetOtherPid(pidFile); in ThrowIfAlreadyRunningWith()
134 return GetOtherPid(pidFile); in Other()
/dports/www/firefox/firefox-99.0/gfx/layers/ipc/
H A DCompositorManagerChild.h54 static base::ProcessId GetOtherPid() { return sOtherPid; } in GetOtherPid() function
/dports/www/firefox/firefox-99.0/gfx/ipc/
H A DCanvasManagerChild.cpp88 auto compositorPid = CompositorManagerChild::GetOtherPid(); in Get()