Home
last modified time | relevance | path

Searched refs:cleanupTime (Results 1 – 23 of 23) sorted by relevance

/dports/net/olsrd/olsrd-0.9.8/lib/info.java/org.olsr.v1.info.api/src/org/olsr/v1/info/api/dto/
H A DJsonInfoGatewaysEntryBase.java30 private long cleanupTime = 0; field in JsonInfoGatewaysEntryBase
230 return this.cleanupTime; in getCleanupTime()
237 public void setCleanupTime(final long cleanupTime) { in setCleanupTime() argument
238 this.cleanupTime = cleanupTime; in setCleanupTime()
292 result = (prime * result) + (int) (this.cleanupTime ^ (this.cleanupTime >>> 32)); in hashCode()
379 result = Long.compare(this.cleanupTime, other.cleanupTime); in compareTo()
425 builder.append(this.cleanupTime); in toString()
/dports/net-mgmt/zabbix5-java/zabbix-5.0.19/src/zabbix_java/src/com/zabbix/gateway/
H A DSocketProcessor.java35 private static long cleanupTime = System.currentTimeMillis(); field in SocketProcessor
69 if (now >= cleanupTime) in run()
72 cleanupTime = now + MILLISECONDS_IN_HOUR; in run()
/dports/net-mgmt/zabbix5-proxy/zabbix-5.0.19/src/zabbix_java/src/com/zabbix/gateway/
H A DSocketProcessor.java35 private static long cleanupTime = System.currentTimeMillis(); field in SocketProcessor
69 if (now >= cleanupTime) in run()
72 cleanupTime = now + MILLISECONDS_IN_HOUR; in run()
/dports/net-mgmt/zabbix4-proxy/zabbix-4.0.30/src/zabbix_java/src/com/zabbix/gateway/
H A DSocketProcessor.java35 private static long cleanupTime = System.currentTimeMillis(); field in SocketProcessor
69 if (now >= cleanupTime) in run()
72 cleanupTime = now + MILLISECONDS_IN_HOUR; in run()
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/src/zabbix_java/src/com/zabbix/gateway/
H A DSocketProcessor.java35 private static long cleanupTime = System.currentTimeMillis(); field in SocketProcessor
69 if (now >= cleanupTime) in run()
72 cleanupTime = now + MILLISECONDS_IN_HOUR; in run()
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/src/zabbix_java/src/com/zabbix/gateway/
H A DSocketProcessor.java35 private static long cleanupTime = System.currentTimeMillis(); field in SocketProcessor
69 if (now >= cleanupTime) in run()
72 cleanupTime = now + MILLISECONDS_IN_HOUR; in run()
/dports/net-mgmt/zabbix54-agent/zabbix-5.4.9/src/zabbix_java/src/com/zabbix/gateway/
H A DSocketProcessor.java35 private static long cleanupTime = System.currentTimeMillis(); field in SocketProcessor
69 if (now >= cleanupTime) in run()
72 cleanupTime = now + MILLISECONDS_IN_HOUR; in run()
/dports/net-mgmt/zabbix5-server/zabbix-5.0.19/src/zabbix_java/src/com/zabbix/gateway/
H A DSocketProcessor.java35 private static long cleanupTime = System.currentTimeMillis(); field in SocketProcessor
69 if (now >= cleanupTime) in run()
72 cleanupTime = now + MILLISECONDS_IN_HOUR; in run()
/dports/net-mgmt/zabbix4-java/zabbix-4.0.30/src/zabbix_java/src/com/zabbix/gateway/
H A DSocketProcessor.java35 private static long cleanupTime = System.currentTimeMillis(); field in SocketProcessor
69 if (now >= cleanupTime) in run()
72 cleanupTime = now + MILLISECONDS_IN_HOUR; in run()
/dports/net-mgmt/zabbix4-server/zabbix-4.0.30/src/zabbix_java/src/com/zabbix/gateway/
H A DSocketProcessor.java35 private static long cleanupTime = System.currentTimeMillis(); field in SocketProcessor
69 if (now >= cleanupTime) in run()
72 cleanupTime = now + MILLISECONDS_IN_HOUR; in run()
/dports/net-mgmt/zabbix5-agent/zabbix-5.0.19/src/zabbix_java/src/com/zabbix/gateway/
H A DSocketProcessor.java35 private static long cleanupTime = System.currentTimeMillis(); field in SocketProcessor
69 if (now >= cleanupTime) in run()
72 cleanupTime = now + MILLISECONDS_IN_HOUR; in run()
/dports/net-mgmt/zabbix5-frontend/zabbix-5.0.19/src/zabbix_java/src/com/zabbix/gateway/
H A DSocketProcessor.java35 private static long cleanupTime = System.currentTimeMillis(); field in SocketProcessor
69 if (now >= cleanupTime) in run()
72 cleanupTime = now + MILLISECONDS_IN_HOUR; in run()
/dports/net-mgmt/zabbix54-frontend/zabbix-5.4.9/src/zabbix_java/src/com/zabbix/gateway/
H A DSocketProcessor.java35 private static long cleanupTime = System.currentTimeMillis(); field in SocketProcessor
69 if (now >= cleanupTime) in run()
72 cleanupTime = now + MILLISECONDS_IN_HOUR; in run()
/dports/net-mgmt/zabbix54-java/zabbix-5.4.9/src/zabbix_java/src/com/zabbix/gateway/
H A DSocketProcessor.java35 private static long cleanupTime = System.currentTimeMillis(); field in SocketProcessor
69 if (now >= cleanupTime) in run()
72 cleanupTime = now + MILLISECONDS_IN_HOUR; in run()
/dports/net-mgmt/zabbix4-agent/zabbix-4.0.30/src/zabbix_java/src/com/zabbix/gateway/
H A DSocketProcessor.java35 private static long cleanupTime = System.currentTimeMillis(); field in SocketProcessor
69 if (now >= cleanupTime) in run()
72 cleanupTime = now + MILLISECONDS_IN_HOUR; in run()
/dports/net-mgmt/zabbix4-frontend/zabbix-4.0.30/src/zabbix_java/src/com/zabbix/gateway/
H A DSocketProcessor.java35 private static long cleanupTime = System.currentTimeMillis(); field in SocketProcessor
69 if (now >= cleanupTime) in run()
72 cleanupTime = now + MILLISECONDS_IN_HOUR; in run()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/pvr/epg/
H A DEpg.cpp75 const CDateTime cleanupTime = CDateTime::GetUTCDateTime() - CDateTimeSpan(iPastDays, 0, 0, 0); in Cleanup() local
76 Cleanup(cleanupTime); in Cleanup()
190 const CDateTime cleanupTime(CDateTime::GetUTCDateTime() - CDateTimeSpan(iPastDays, 0, 0, 0)); in IsTagExpired() local
192 return tag->EndAsUTC() < cleanupTime; in IsTagExpired()
H A DEpgContainer.cpp600 …const CDateTime cleanupTime(CDateTime::GetUTCDateTime() - CDateTimeSpan(GetPastDaysToDisplay(), 0,… in RemoveOldEntries() local
607 epgEntry.second->Cleanup(cleanupTime); in RemoveOldEntries()
/dports/www/kf5-khtml/khtml-5.89.0/src/misc/
H A Dpaintbuffer.cpp30 const int PaintBuffer::cleanupTime = 10 * 1000; member in PaintBuffer
70 m_timer = startTimer(PaintBuffer::cleanupTime); in start()
H A Dpaintbuffer.h55 static const int cleanupTime; variable
/dports/sysutils/rush/rush-0.4.2-9-ga800565/process/
H A Dprocess.go787 func pollRemainingChildren(processRecords []ProcessRecord, cleanupTime time.Duration) (anyRemaining…
794 if anyRemaining && cleanupTime > 0 {
797 if elapsedTime < cleanupTime {
800 if elapsedTime+sleepTime*2 < cleanupTime/2 {
845 func stopChildProcesses(noStopExes []string, noKillExes []string, cleanupTime time.Duration) (err e…
856 anyRemaining = pollRemainingChildren(processRecords, cleanupTime)
864 anyRemaining = pollRemainingChildren(processRecords, cleanupTime)
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/scheduler/internal/cache/
H A Dcache_test.go256 cleanupTime time.Time
263 cleanupTime: now.Add(2 * ttl),
271 cleanupTime: now.Add(2 * ttl),
305 cache.cleanupAssumedPods(tt.cleanupTime)
/dports/www/zerowait-httpd/0W-httpd-0.8d/src/httpd/
H A Dcore.c104 time_t cleanupTime = 0; variable
1058 cleanupTime = now; in cleanup()
1438 if (now != cleanupTime) cleanup(); in work()
1496 if (now != cleanupTime) cleanup(); in work()
1626 if (now != cleanupTime) cleanup(); in work()
1742 if (now != cleanupTime) cleanup(); in work()