Home
last modified time | relevance | path

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

/dports/lang/spidermonkey60/firefox-60.9.0/xpcom/threads/
H A DHangMonitor.cpp59 bool gShutdown; variable
206 if (gShutdown) { in ThreadMain()
307 gShutdown = true; in Shutdown()
384 if (gThread && !gShutdown) { in NotifyActivity()
396 if (gThread && !gShutdown) { in Suspend()
/dports/www/firefox-legacy/firefox-52.8.0esr/xpcom/threads/
H A DHangMonitor.cpp63 bool gShutdown;
230 if (gShutdown) {
339 gShutdown = true;
414 if (gThread && !gShutdown) {
428 if (gThread && !gShutdown) {
/dports/www/firefox/firefox-99.0/services/settings/
H A DRemoteSettingsWorker.jsm41 let gShutdown = false;
53 if (gShutdown) {
66 if (gShutdown && method != "prepareShutdown") {
123 if (gShutdown) {
205 gShutdown = true;
240 gShutdown = true;
/dports/www/firefox-esr/firefox-91.8.0/services/settings/
H A DRemoteSettingsWorker.jsm41 let gShutdown = false;
53 if (gShutdown) {
66 if (gShutdown && method != "prepareShutdown") {
123 if (gShutdown) {
205 gShutdown = true;
240 gShutdown = true;
/dports/mail/thunderbird/thunderbird-91.8.0/services/settings/
H A DRemoteSettingsWorker.jsm41 let gShutdown = false;
53 if (gShutdown) {
66 if (gShutdown && method != "prepareShutdown") {
123 if (gShutdown) {
205 gShutdown = true;
240 gShutdown = true;
/dports/lang/spidermonkey78/firefox-78.9.0/services/settings/
H A DRemoteSettingsWorker.jsm41 let gShutdown = false;
53 if (gShutdown) {
66 if (gShutdown && method != "prepareShutdown") {
123 if (gShutdown) {
205 gShutdown = true;
240 gShutdown = true;
/dports/lang/spidermonkey60/firefox-60.9.0/layout/style/
H A DRuleProcessorCache.h64 gShutdown = true; in Shutdown()
96 static bool gShutdown; variable
H A DRuleProcessorCache.cpp55 if (gShutdown) { in EnsureGlobal()
255 bool RuleProcessorCache::gShutdown = false; member in RuleProcessorCache
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/style/
H A DRuleProcessorCache.h65 static void Shutdown() { gShutdown = true; gRuleProcessorCache = nullptr; }
95 static bool gShutdown;
H A DRuleProcessorCache.cpp60 if (gShutdown) {
285 bool RuleProcessorCache::gShutdown = false;
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/lib/d/test/
H A Dthrift_test_server.d213 shared(bool) gShutdown = false;
216 gShutdown = true; in nogc()
234 while (!gShutdown) { in run()
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/lib/d/test/
H A Dthrift_test_server.d212 shared(bool) gShutdown = false;
215 gShutdown = true; in nogc()
233 while (!gShutdown) { in run()
/dports/devel/py-thrift/thrift-0.14.0/lib/d/test/
H A Dthrift_test_server.d213 shared(bool) gShutdown = false;
216 gShutdown = true; in nogc()
234 while (!gShutdown) { in run()
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/lib/d/test/
H A Dthrift_test_server.d212 shared(bool) gShutdown = false;
215 gShutdown = true; in nogc()
233 while (!gShutdown) { in run()
/dports/devel/thrift-c_glib/thrift-0.14.0/lib/d/test/
H A Dthrift_test_server.d213 shared(bool) gShutdown = false;
216 gShutdown = true; in nogc()
234 while (!gShutdown) { in run()
/dports/devel/thrift-cpp/thrift-0.14.0/lib/d/test/
H A Dthrift_test_server.d213 shared(bool) gShutdown = false;
216 gShutdown = true; in nogc()
234 while (!gShutdown) { in run()
/dports/devel/thrift/thrift-0.14.0/lib/d/test/
H A Dthrift_test_server.d213 shared(bool) gShutdown = false;
216 gShutdown = true; in nogc()
234 while (!gShutdown) { in run()
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/lib/d/test/
H A Dthrift_test_server.d212 shared(bool) gShutdown = false;
215 gShutdown = true; in nogc()
233 while (!gShutdown) { in run()
/dports/devel/node-thrift/thrift-0.14.0/lib/d/test/
H A Dthrift_test_server.d213 shared(bool) gShutdown = false;
216 gShutdown = true; in nogc()
234 while (!gShutdown) { in run()
/dports/www/firefox/firefox-99.0/dom/quota/
H A DActorsParent.cpp1986 mozilla::Atomic<bool> gShutdown(false);
2745 QM_TRY(OkIf(!gShutdown), true); in RecvShutdownQuotaManager()
3355 bool QuotaManager::IsShuttingDown() { return gShutdown; } in IsShuttingDown()
3797 MOZ_DIAGNOSTIC_ASSERT(!gShutdown); in Shutdown()
3801 gShutdown = true; in Shutdown()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/quota/
H A DActorsParent.cpp1320 mozilla::Atomic<bool> gShutdown(false);
2842 return gShutdown; in IsShuttingDown()
3236 if (gShutdown.exchange(true)) { in Shutdown()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/quota/
H A DActorsParent.cpp1265 mozilla::Atomic<bool> gShutdown(false);
2788 bool QuotaManager::IsShuttingDown() { return gShutdown; } in IsShuttingDown()
3131 if (gShutdown.exchange(true)) { in Shutdown()
/dports/www/firefox-esr/firefox-91.8.0/dom/quota/
H A DActorsParent.cpp1938 mozilla::Atomic<bool> gShutdown(false);
3293 bool QuotaManager::IsShuttingDown() { return gShutdown; } in IsShuttingDown()
3719 if (gShutdown.exchange(true)) { in Shutdown()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/quota/
H A DActorsParent.cpp1938 mozilla::Atomic<bool> gShutdown(false);
3293 bool QuotaManager::IsShuttingDown() { return gShutdown; } in IsShuttingDown()
3719 if (gShutdown.exchange(true)) { in Shutdown()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/quota/
H A DActorsParent.cpp1983 mozilla::Atomic<bool> gShutdown(false);
3651 bool QuotaManager::IsShuttingDown() { return gShutdown; } in IsShuttingDown()
4064 if (gShutdown.exchange(true)) { in Shutdown()