Home
last modified time | relevance | path

Searched refs:sThreadCount (Results 1 – 13 of 13) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/netwerk/base/
H A DBackgroundFileSaver.cpp82 uint32_t BackgroundFileSaver::sThreadCount = 0; member in mozilla::net::BackgroundFileSaver
111 sThreadCount++; in Init()
112 if (sThreadCount > sTelemetryMaxThreadCount) { in Init()
113 sTelemetryMaxThreadCount = sThreadCount; in Init()
725 sThreadCount--; in NotifySaveComplete()
731 if (sThreadCount == 0) { in NotifySaveComplete()
H A DBackgroundFileSaver.h53 static uint32_t sThreadCount; variable
/dports/www/firefox/firefox-99.0/netwerk/base/
H A DBackgroundFileSaver.cpp83 uint32_t BackgroundFileSaver::sThreadCount = 0; member in mozilla::net::BackgroundFileSaver
112 sThreadCount++; in Init()
113 if (sThreadCount > sTelemetryMaxThreadCount) { in Init()
114 sTelemetryMaxThreadCount = sThreadCount; in Init()
748 sThreadCount--; in NotifySaveComplete()
754 if (sThreadCount == 0) { in NotifySaveComplete()
H A DBackgroundFileSaver.h53 static uint32_t sThreadCount; variable
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/base/
H A DBackgroundFileSaver.cpp82 uint32_t BackgroundFileSaver::sThreadCount = 0; member in mozilla::net::BackgroundFileSaver
111 sThreadCount++; in Init()
112 if (sThreadCount > sTelemetryMaxThreadCount) { in Init()
113 sTelemetryMaxThreadCount = sThreadCount; in Init()
725 sThreadCount--; in NotifySaveComplete()
731 if (sThreadCount == 0) { in NotifySaveComplete()
H A DBackgroundFileSaver.h53 static uint32_t sThreadCount; variable
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/base/
H A DBackgroundFileSaver.cpp82 uint32_t BackgroundFileSaver::sThreadCount = 0; member in mozilla::net::BackgroundFileSaver
132 sThreadCount++; in Init()
133 if (sThreadCount > sTelemetryMaxThreadCount) { in Init()
134 sTelemetryMaxThreadCount = sThreadCount; in Init()
748 sThreadCount--; in NotifySaveComplete()
754 if (sThreadCount == 0) { in NotifySaveComplete()
H A DBackgroundFileSaver.h53 static uint32_t sThreadCount; variable
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/base/
H A DBackgroundFileSaver.cpp83 uint32_t BackgroundFileSaver::sThreadCount = 0; member in mozilla::net::BackgroundFileSaver
132 sThreadCount++; in Init()
133 if (sThreadCount > sTelemetryMaxThreadCount) { in Init()
134 sTelemetryMaxThreadCount = sThreadCount; in Init()
738 sThreadCount--; in NotifySaveComplete()
744 if (sThreadCount == 0) { in NotifySaveComplete()
H A DBackgroundFileSaver.h54 static uint32_t sThreadCount; variable
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/base/
H A DBackgroundFileSaver.cpp87 uint32_t BackgroundFileSaver::sThreadCount = 0; member in mozilla::net::BackgroundFileSaver
158 sThreadCount++; in Init()
159 if (sThreadCount > sTelemetryMaxThreadCount) { in Init()
160 sTelemetryMaxThreadCount = sThreadCount; in Init()
794 sThreadCount--; in NotifySaveComplete()
800 if (sThreadCount == 0) { in NotifySaveComplete()
H A DBackgroundFileSaver.h62 static uint32_t sThreadCount; variable
/dports/devel/upp/upp/uppsrc/Core/
H A DMt.cpp49 static Atomic sThreadCount; variable
95 AtomicDec(sThreadCount); in sThreadRoutine()
124 AtomicInc(sThreadCount); in Run()
226 return sThreadCount; in GetCount()