Home
last modified time | relevance | path

Searched refs:ForkServiceChild (Results 1 – 21 of 21) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/ipc/glue/
H A DForkServiceChild.cpp25 mozilla::UniquePtr<ForkServiceChild> ForkServiceChild::sForkServiceChild;
27 void ForkServiceChild::StartForkServer() { in StartForkServer()
48 void ForkServiceChild::StopForkServer() { sForkServiceChild = nullptr; } in StopForkServer()
50 ForkServiceChild::ForkServiceChild(int aFd, GeckoChildProcessHost* aProcess) in ForkServiceChild() function in mozilla::ipc::ForkServiceChild
55 ForkServiceChild::~ForkServiceChild() { in ~ForkServiceChild()
60 bool ForkServiceChild::SendForkNewSubprocess( in SendForkNewSubprocess()
100 void ForkServiceChild::OnMessageReceived(IPC::Message&& message) { in OnMessageReceived()
114 void ForkServiceChild::OnError() { in OnError()
148 ForkServiceChild::StartForkServer(); in Observe()
162 ForkServiceChild::StopForkServer(); in Observe()
[all …]
H A DForkServiceChild.h29 class ForkServiceChild {
31 ForkServiceChild(int aFd, GeckoChildProcessHost* aProcess);
32 virtual ~ForkServiceChild();
62 static ForkServiceChild* Get() { in Get()
73 static UniquePtr<ForkServiceChild> sForkServiceChild;
92 friend class ForkServiceChild;
H A Dmoz.build240 "ForkServiceChild.h",
245 "ForkServiceChild.cpp",
H A DGeckoChildProcessHost.cpp398 if (aProcessType == GeckoProcessType_Content && ForkServiceChild::Get()) {
/dports/www/firefox/firefox-99.0/ipc/glue/
H A DForkServiceChild.cpp25 mozilla::UniquePtr<ForkServiceChild> ForkServiceChild::sForkServiceChild;
27 void ForkServiceChild::StartForkServer() { in StartForkServer()
48 void ForkServiceChild::StopForkServer() { sForkServiceChild = nullptr; } in StopForkServer()
50 ForkServiceChild::ForkServiceChild(int aFd, GeckoChildProcessHost* aProcess) in ForkServiceChild() function in mozilla::ipc::ForkServiceChild
55 ForkServiceChild::~ForkServiceChild() { in ~ForkServiceChild()
60 bool ForkServiceChild::SendForkNewSubprocess( in SendForkNewSubprocess()
101 void ForkServiceChild::OnMessageReceived(IPC::Message&& message) { in OnMessageReceived()
115 void ForkServiceChild::OnError() { in OnError()
149 ForkServiceChild::StartForkServer(); in Observe()
163 ForkServiceChild::StopForkServer(); in Observe()
[all …]
H A DForkServiceChild.h29 class ForkServiceChild {
31 ForkServiceChild(int aFd, GeckoChildProcessHost* aProcess);
32 virtual ~ForkServiceChild();
62 static ForkServiceChild* Get() { in Get()
73 static UniquePtr<ForkServiceChild> sForkServiceChild;
92 friend class ForkServiceChild;
H A Dmoz.build250 "ForkServiceChild.h",
255 "ForkServiceChild.cpp",
H A DGeckoChildProcessHost.cpp421 if (aProcessType == GeckoProcessType_Content && ForkServiceChild::Get()) {
/dports/mail/thunderbird/thunderbird-91.8.0/ipc/glue/
H A DForkServiceChild.cpp25 mozilla::UniquePtr<ForkServiceChild> ForkServiceChild::sForkServiceChild;
27 void ForkServiceChild::StartForkServer() { in StartForkServer()
48 void ForkServiceChild::StopForkServer() { sForkServiceChild = nullptr; } in StopForkServer()
50 ForkServiceChild::ForkServiceChild(int aFd, GeckoChildProcessHost* aProcess) in ForkServiceChild() function in mozilla::ipc::ForkServiceChild
55 ForkServiceChild::~ForkServiceChild() { in ~ForkServiceChild()
60 bool ForkServiceChild::SendForkNewSubprocess( in SendForkNewSubprocess()
100 void ForkServiceChild::OnMessageReceived(IPC::Message&& message) { in OnMessageReceived()
114 void ForkServiceChild::OnError() { in OnError()
148 ForkServiceChild::StartForkServer(); in Observe()
162 ForkServiceChild::StopForkServer(); in Observe()
[all …]
H A DForkServiceChild.h29 class ForkServiceChild {
31 ForkServiceChild(int aFd, GeckoChildProcessHost* aProcess);
32 virtual ~ForkServiceChild();
62 static ForkServiceChild* Get() { in Get()
73 static UniquePtr<ForkServiceChild> sForkServiceChild;
92 friend class ForkServiceChild;
H A Dmoz.build240 "ForkServiceChild.h",
245 "ForkServiceChild.cpp",
H A DGeckoChildProcessHost.cpp398 if (aProcessType == GeckoProcessType_Content && ForkServiceChild::Get()) {
/dports/lang/spidermonkey78/firefox-78.9.0/ipc/glue/
H A DForkServiceChild.cpp21 mozilla::UniquePtr<ForkServiceChild> ForkServiceChild::sForkServiceChild;
23 void ForkServiceChild::StartForkServer() { in StartForkServer()
37 sForkServiceChild = mozilla::MakeUnique<ForkServiceChild>(fd, subprocess); in StartForkServer()
44 void ForkServiceChild::StopForkServer() { sForkServiceChild = nullptr; } in StopForkServer()
46 ForkServiceChild::ForkServiceChild(int aFd, GeckoChildProcessHost* aProcess) in ForkServiceChild() function in mozilla::ipc::ForkServiceChild
51 ForkServiceChild::~ForkServiceChild() { in ~ForkServiceChild()
56 bool ForkServiceChild::SendForkNewSubprocess( in SendForkNewSubprocess()
94 void ForkServiceChild::OnMessageReceived(IPC::Message&& message) { in OnMessageReceived()
137 ForkServiceChild::StartForkServer(); in Observe()
151 ForkServiceChild::StopForkServer(); in Observe()
H A DForkServiceChild.h28 class ForkServiceChild {
30 ForkServiceChild(int aFd, GeckoChildProcessHost* aProcess);
31 virtual ~ForkServiceChild();
61 static ForkServiceChild* Get() { return sForkServiceChild.get(); } in Get()
68 static UniquePtr<ForkServiceChild> sForkServiceChild;
H A Dmoz.build228 'ForkServiceChild.h',
233 'ForkServiceChild.cpp',
H A DGeckoChildProcessHost.cpp415 if (aProcessType == GeckoProcessType_Content && ForkServiceChild::Get()) { in GeckoChildProcessHost()
/dports/lang/spidermonkey78/firefox-78.9.0/ipc/chromium/src/base/
H A Dprocess_util_linux.cc192 MOZ_ASSERT(ForkServiceChild::Get()); in LaunchAppWithForkServer()
210 return ForkServiceChild::Get()->SendForkNewSubprocess(_argv, env, fdsremap, in LaunchAppWithForkServer()
218 if (options.use_forkserver && ForkServiceChild::Get()) { in LaunchApp()
/dports/www/firefox-esr/firefox-91.8.0/ipc/chromium/src/base/
H A Dprocess_util_linux.cc204 MOZ_ASSERT(ForkServiceChild::Get()); in LaunchAppWithForkServer()
222 return ForkServiceChild::Get()->SendForkNewSubprocess(_argv, env, fdsremap, in LaunchAppWithForkServer()
230 if (options.use_forkserver && ForkServiceChild::Get()) { in LaunchApp()
/dports/mail/thunderbird/thunderbird-91.8.0/ipc/chromium/src/base/
H A Dprocess_util_linux.cc204 MOZ_ASSERT(ForkServiceChild::Get()); in LaunchAppWithForkServer()
222 return ForkServiceChild::Get()->SendForkNewSubprocess(_argv, env, fdsremap, in LaunchAppWithForkServer()
230 if (options.use_forkserver && ForkServiceChild::Get()) { in LaunchApp()
/dports/www/firefox/firefox-99.0/ipc/chromium/src/base/
H A Dprocess_util_linux.cc211 MOZ_ASSERT(ForkServiceChild::Get()); in LaunchAppWithForkServer()
229 return ForkServiceChild::Get()->SendForkNewSubprocess(_argv, env, fdsremap, in LaunchAppWithForkServer()
237 if (options.use_forkserver && ForkServiceChild::Get()) { in LaunchApp()
H A Dprocess_util_posix.cc192 if (mozilla::ipc::ForkServiceChild::Get()) { in DidProcessCrash()