Home
last modified time | relevance | path

Searched refs:last_timeout_check (Results 1 – 5 of 5) sorted by relevance

/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/core3/util/
H A DAEThread2.java43 private static long last_timeout_check; field in AEThread2
323 if ( last_active_time < last_timeout_check || in run()
324 last_active_time - last_timeout_check > THREAD_TIMEOUT_CHECK_PERIOD ){ in run()
326 last_timeout_check = last_active_time; in run()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/core3/tracker/server/impl/udp/
H A DTRTrackerServerProcessorUDP.java61 private static long last_timeout_check; field in TRTrackerServerProcessorUDP
328 if ( new_data.getTime() - last_timeout_check > 500 ){ in allocateConnectionId()
330 last_timeout_check = new_data.getTime(); in allocateConnectionId()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_valet_parking/
H A Dmod_valet_parking.c59 time_t last_timeout_check; member
119 if (now - globals.last_timeout_check < TOKEN_FREQ) { in check_timeouts()
124 globals.last_timeout_check = now; in check_timeouts()
/dports/games/d2x/d2x-0.2.5/main/
H A Dnetwork.c4934 fix last_timeout_check = 0; variable
5007 last_timeout_check += FrameTime; in network_do_frame()
5136 if ((last_timeout_check > F1_0) && !(Control_center_destroyed)) in network_do_frame()
5153 last_timeout_check = 0; in network_do_frame()
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/scripts/cadofactor/
H A Dcadotask.py1723 self.last_timeout_check = now
1727 if self.last_timeout_check + check_every >= now:
1730 self.last_timeout_check = now