Home
last modified time | relevance | path

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

12

/dports/graphics/fyre/fyre-1.0.1/src/
H A Dbatch-image-render.c36 GTimer* status_timer; member
61 self.status_timer = g_timer_new(); in batch_image_render()
74 g_timer_destroy(self.status_timer); in batch_image_render()
113 if (g_timer_elapsed(self->status_timer, NULL) < 2.0) in on_calc_finished()
115 g_timer_start(self->status_timer); in on_calc_finished()
/dports/www/luakit/luakit-2.3/lib/
H A Ddownloads.lua128 local status_timer = timer{interval=300}
129 status_timer:add_signal("timeout", function ()
149 if running == 0 then status_timer:stop() end
193 if not status_timer.started then status_timer:start() end
/dports/www/luakit-devel/luakit-2.3-20-g4b10e55/lib/
H A Ddownloads.lua128 local status_timer = timer{interval=300}
129 status_timer:add_signal("timeout", function ()
149 if running == 0 then status_timer:stop() end
193 if not status_timer.started then status_timer:start() end
/dports/multimedia/audacious/audacious-4.1/src/libaudcore/
H A Dadder.cc83 static QueuedFunc status_timer; variable
120 if (!status_timer.running()) in status_update()
121 status_timer.start(250, status_cb); in status_update()
126 status_timer.stop(); in status_done_locked()
/dports/ftp/lftp/lftp-4.9.2/src/
H A DpgetJob.cc52 if(status_timer.Stopped()) in Do()
55 status_timer.Reset(); in Do()
167 status_timer.Reset(); in Do()
335 status_timer.SetResource("pget:save-status",0); in pgetJob()
H A DpgetJob.h57 Timer status_timer; variable
H A Dcomplete.cc779 Timer status_timer; in lftp_completion() local
780 status_timer.SetMilliSeconds(20); in lftp_completion()
806 if(status_timer.Stopped()) in lftp_completion()
809 status_timer.SetResource("cmd:status-interval",0); in lftp_completion()
/dports/security/hashcat/hashcat-6.2.5/src/
H A Dmonitor.c105 u32 status_left = user_options->status_timer; in monitor()
245 status_left = user_options->status_timer; in monitor()
H A Duser_options.c269 user_options->status_timer = STATUS_TIMER; in user_options_init()
421 …case IDX_STATUS_TIMER: user_options->status_timer = hc_strtoul (optarg, … in user_options_getopt()
1721 user_options->status_timer = 0; in user_options_preprocess()
1745 user_options->status_timer = 0; in user_options_preprocess()
1769 user_options->status_timer = 0; in user_options_preprocess()
3152 logfile_top_uint (user_options->status_timer); in user_options_logger()
/dports/net/zmap/zmap-2.1.1/examples/forge-socket/
H A Dforge-socket.c378 struct event *status_timer; in main() local
411 status_timer = evtimer_new(base, print_status, &conf); in main()
412 evtimer_add(status_timer, &status_timeout); in main()
/dports/astro/gpsd/gpsd-3.20/
H A Dcgps.c115 static time_t status_timer; /* Time of last state change. */ variable
841 (int)(time(NULL) - status_timer)); in update_gps_panel()
979 status_timer = time(NULL); in update_gps_panel()
1127 status_timer = time(NULL); in main()
/dports/misc/morse/morse-1.4-154-g53f9eaa8/src/morse/middleware/
H A Dros_request_manager.py77 …self.status_timer = threading.Thread(None, ros_timer, None, (self._publish_status,self.status_freq…
78 self.status_timer.start()
/dports/sysutils/tmux23/tmux-2.3/
H A Dstatus.c154 evtimer_del(&c->status_timer); in status_timer_callback()
166 evtimer_add(&c->status_timer, &tv); in status_timer_callback()
176 if (event_initialized(&c->status_timer)) in status_timer_start()
177 evtimer_del(&c->status_timer); in status_timer_start()
179 evtimer_set(&c->status_timer, status_timer_callback, c); in status_timer_start()
H A Dserver-client.c209 if (event_initialized(&c->status_timer)) in server_client_lost()
210 evtimer_del(&c->status_timer); in server_client_lost()
H A Dtmux.h1269 struct event status_timer; member
/dports/sysutils/tmate-ssh-server/tmate-ssh-server-97d2024/
H A Dstatus.c155 evtimer_del(&c->status_timer); in status_timer_callback()
167 evtimer_add(&c->status_timer, &tv); in status_timer_callback()
177 if (event_initialized(&c->status_timer)) in status_timer_start()
178 evtimer_del(&c->status_timer); in status_timer_start()
180 evtimer_set(&c->status_timer, status_timer_callback, c); in status_timer_start()
H A Dserver-client.c225 if (event_initialized(&c->status_timer)) in server_client_lost()
226 evtimer_del(&c->status_timer); in server_client_lost()
H A Dtmux.h1283 struct event status_timer; member
/dports/sysutils/tmate/tmate-2.4.0/
H A Dstatus.c155 evtimer_del(&c->status_timer); in status_timer_callback()
167 evtimer_add(&c->status_timer, &tv); in status_timer_callback()
177 if (event_initialized(&c->status_timer)) in status_timer_start()
178 evtimer_del(&c->status_timer); in status_timer_start()
180 evtimer_set(&c->status_timer, status_timer_callback, c); in status_timer_start()
H A Dserver-client.c209 if (event_initialized(&c->status_timer)) in server_client_lost()
210 evtimer_del(&c->status_timer); in server_client_lost()
/dports/print/cups/cups-2.3.3op2/backend/
H A Dusb-darwin.c236 CFRunLoopTimerRef status_timer; member
1334 g.status_timer = timer; in find_device_cb()
1339 if (!keepLooking && g.status_timer != NULL) in find_device_cb()
1343 CFRunLoopRemoveTimer(CFRunLoopGetCurrent(), g.status_timer, kCFRunLoopDefaultMode); in find_device_cb()
1344 CFRelease(g.status_timer); in find_device_cb()
1345 g.status_timer = NULL; in find_device_cb()
/dports/security/hashcat-legacy/hashcat-legacy-2.00/include/
H A Dcommon.h570 uint32_t status_timer; member
/dports/science/wxmacmolplt/wxmacmolplt-7.7-43-g9a46f7a/src/
H A DMolDisplayWin.h283 wxTimer status_timer; variable
/dports/security/hashcat-legacy/hashcat-legacy-2.00/src/
H A Dhashcat-cli.c3416 uint32_t status_timer = engine_parameter->status_timer; in periodic_status_display() local
3418 uint32_t time_left = status_timer; in periodic_status_display()
3436 time_left = status_timer; in periodic_status_display()
13793 uint32_t status_timer = STATUS_TIMER; in main() local
14007 case IDX_STATUS_TIMER: status_timer = atoi (optarg); in main()
14539 if (status_timer != 0) in main()
14741 engine_parameter->status_timer = status_timer; in main()
15923 if (status_timer != 0) ACCreateThreadEx (thr_status, periodic_status_display, NULL, NULL); in main()
/dports/security/hashcat/hashcat-6.2.5/include/
H A Dtypes.h2237 u32 status_timer; member

12