Home
last modified time | relevance | path

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

12

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/parisc/
H A Dpower.c79 static int shutdown_timer __read_mostly;
84 if (shutdown_timer == 0) in process_shutdown()
87 shutdown_timer++; in process_shutdown()
90 if (shutdown_timer == (POWERSWITCH_DOWN_SEC*POWERSWITCH_POLL_PER_SEC)) { in process_shutdown()
148 if (unlikely(shutdown_timer && /* avoid writing if not necessary */ in kpowerswd()
149 shutdown_timer < (POWERSWITCH_DOWN_SEC*POWERSWITCH_POLL_PER_SEC))) { in kpowerswd()
150 shutdown_timer = 0; in kpowerswd()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/parisc/
H A Dpower.c79 static int shutdown_timer __read_mostly;
84 if (shutdown_timer == 0) in process_shutdown()
87 shutdown_timer++; in process_shutdown()
90 if (shutdown_timer == (POWERSWITCH_DOWN_SEC*POWERSWITCH_POLL_PER_SEC)) { in process_shutdown()
148 if (unlikely(shutdown_timer && /* avoid writing if not necessary */ in kpowerswd()
149 shutdown_timer < (POWERSWITCH_DOWN_SEC*POWERSWITCH_POLL_PER_SEC))) { in kpowerswd()
150 shutdown_timer = 0; in kpowerswd()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/parisc/
H A Dpower.c79 static int shutdown_timer __read_mostly;
84 if (shutdown_timer == 0) in process_shutdown()
87 shutdown_timer++; in process_shutdown()
90 if (shutdown_timer == (POWERSWITCH_DOWN_SEC*POWERSWITCH_POLL_PER_SEC)) { in process_shutdown()
148 if (unlikely(shutdown_timer && /* avoid writing if not necessary */ in kpowerswd()
149 shutdown_timer < (POWERSWITCH_DOWN_SEC*POWERSWITCH_POLL_PER_SEC))) { in kpowerswd()
150 shutdown_timer = 0; in kpowerswd()
/dports/www/chromium-legacy/chromium-88.0.4324.182/remoting/protocol/
H A Dauthenticator_test_base.cc152 base::OneShotTimer shutdown_timer; in RunChannelAuth() local
153 shutdown_timer.Start(FROM_HERE, TestTimeouts::action_timeout(), in RunChannelAuth()
156 shutdown_timer.Stop(); in RunChannelAuth()
H A Dssl_hmac_channel_authenticator_unittest.cc116 base::OneShotTimer shutdown_timer; in RunChannelAuth() local
117 shutdown_timer.Start(FROM_HERE, TestTimeouts::action_timeout(), in RunChannelAuth()
/dports/devel/arduino-core/Arduino-b439a77/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/
H A Davr32_spi.c129 uint32_t shutdown_timer = 0; in owl_spi_init() local
131 if (shutdown_timer > SHUTDOWN_TIMEOUT) in owl_spi_init()
137 shutdown_timer += 5; in owl_spi_init()
/dports/devel/arduino-core/Arduino-b439a77/libraries/WiFi/extras/wifiHD/src/
H A Davr32_spi.c129 uint32_t shutdown_timer = 0; in owl_spi_init() local
131 if (shutdown_timer > SHUTDOWN_TIMEOUT) in owl_spi_init()
137 shutdown_timer += 5; in owl_spi_init()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/ext/websocketpp/transport/asio/
H A Dconnection.hpp1010 timer_ptr shutdown_timer; in async_shutdown() local
1011 shutdown_timer = set_timer( in async_shutdown()
1016 shutdown_timer, in async_shutdown()
1026 shutdown_timer, in async_shutdown()
1063 void handle_async_shutdown(timer_ptr shutdown_timer, shutdown_handler in handle_async_shutdown() argument
1067 shutdown_timer->expires_from_now().is_negative()) in handle_async_shutdown()
1073 shutdown_timer->cancel(); in handle_async_shutdown()
/dports/games/pokerth/pokerth-1.1.2-rc/src/third_party/websocketpp/websocketpp/transport/asio/
H A Dconnection.hpp1041 timer_ptr shutdown_timer; in async_shutdown() local
1042 shutdown_timer = set_timer( in async_shutdown()
1047 shutdown_timer, in async_shutdown()
1057 shutdown_timer, in async_shutdown()
1094 void handle_async_shutdown(timer_ptr shutdown_timer, shutdown_handler in handle_async_shutdown() argument
1098 lib::asio::is_neg(shutdown_timer->expires_from_now())) in handle_async_shutdown()
1104 shutdown_timer->cancel(); in handle_async_shutdown()
/dports/devel/websocketpp/websocketpp-0.8.2/websocketpp/transport/asio/
H A Dconnection.hpp1041 timer_ptr shutdown_timer; in async_shutdown() local
1042 shutdown_timer = set_timer( in async_shutdown()
1047 shutdown_timer, in async_shutdown()
1057 shutdown_timer, in async_shutdown()
1094 void handle_async_shutdown(timer_ptr shutdown_timer, shutdown_handler in handle_async_shutdown() argument
1098 lib::asio::is_neg(shutdown_timer->expires_from_now())) in handle_async_shutdown()
1104 shutdown_timer->cancel(); in handle_async_shutdown()
/dports/multimedia/musikcube/musikcube-0.96.7/src/3rdparty/include/websocketpp/transport/asio/
H A Dconnection.hpp1041 timer_ptr shutdown_timer; in async_shutdown() local
1042 shutdown_timer = set_timer( in async_shutdown()
1047 shutdown_timer, in async_shutdown()
1057 shutdown_timer, in async_shutdown()
1094 void handle_async_shutdown(timer_ptr shutdown_timer, shutdown_handler in handle_async_shutdown() argument
1098 lib::asio::is_neg(shutdown_timer->expires_from_now())) in handle_async_shutdown()
1104 shutdown_timer->cancel(); in handle_async_shutdown()
/dports/net/mediastreamer/mediastreamer-2.16.1/src/audiofilters/
H A Dmsiounit.m125 CFRunLoopTimerRef shutdown_timer; field
279 if (d->shutdown_timer) {
550 if (card->shutdown_timer){
551 CFRunLoopRemoveTimer(CFRunLoopGetMain(), card->shutdown_timer,kCFRunLoopCommonModes);
552 CFRunLoopTimerInvalidate(card->shutdown_timer);
553 card->shutdown_timer=NULL;
843 static void shutdown_timer(CFRunLoopTimerRef timer, void *info){ function
851 if (!card->is_tester && card->shutdown_timer==NULL && card->use_shutdowntimer){
855 card->shutdown_timer=CFRunLoopTimerCreate (
861 shutdown_timer,
[all …]
/dports/x11-wm/hikari/hikari-2.2.3/src/
H A Dserver.c791 server->shutdown_timer = NULL; in server_init()
937 if (server->shutdown_timer == NULL) { in shutdown_handler()
944 wl_event_source_timer_update(server->shutdown_timer, 1000); in shutdown_handler()
957 wl_event_source_timer_update(server->shutdown_timer, 0); in destroy_shutdown_timer()
958 wl_event_source_remove(server->shutdown_timer); in destroy_shutdown_timer()
960 server->shutdown_timer = NULL; in destroy_shutdown_timer()
968 if (server->shutdown_timer != NULL) { in hikari_server_terminate()
982 server->shutdown_timer = in hikari_server_terminate()
985 wl_event_source_timer_update(server->shutdown_timer, 100); in hikari_server_terminate()
1004 if (server->shutdown_timer != NULL) { in hikari_server_stop()
/dports/games/mangband/mangband-1.5.3/src/server/
H A Dnet-server.c497 shutdown_timer = 0; in network_loop()
540 old_shutdown_timer = shutdown_timer; in report_to_meta_die()
541 shutdown_timer = 1; /* YES, we *are* shutting down! */ in report_to_meta_die()
546 shutdown_timer = old_shutdown_timer; in report_to_meta_die()
591 if (shutdown_timer) in report_to_meta()
663 if (shutdown_timer) in second_tick()
665 shutdown_timer--; in second_tick()
667 if (!shutdown_timer) in second_tick()
H A Dvariable.c40 u16b shutdown_timer; /* Shutdown server in (seconds) */ variable
H A Dcontrol.c549 shutdown_timer= min * 60; in console_shutdown()
/dports/sysutils/nut-devel/nut-9e6a5ab2/drivers/
H A Dnetxml-ups.c234 static int shutdown_timer = 0; variable
521 if( shutdown_timer > 0 ) { in upsdrv_makevartable()
522 snprintf(buf, sizeof(buf), "shutdown timer in second (default: %d seconds)", shutdown_timer); in upsdrv_makevartable()
571 shutdown_timer = atoi(val); in upsdrv_initups()
573 if (shutdown_timer < 0) { in upsdrv_initups()
738 if( shutdown_timer > 0 ) { in netxml_alarm_subscribe()
739 snprintfcat(buf, sizeof(buf), "<ShutdownTimer>%d</ShutdownTimer>\r\n", shutdown_timer); in netxml_alarm_subscribe()
/dports/sysutils/nut/nut-2.7.4/drivers/
H A Dnetxml-ups.c232 static int shutdown_timer = 0; variable
509 if( shutdown_timer > 0 ) { in upsdrv_makevartable()
510 snprintf(buf, sizeof(buf), "shutdown timer in second (default: %d seconds)", shutdown_timer); in upsdrv_makevartable()
556 shutdown_timer = atoi(val); in upsdrv_initups()
558 if (shutdown_timer < 0) { in upsdrv_initups()
719 if( shutdown_timer > 0 ) { in netxml_alarm_subscribe()
720 snprintfcat(buf, sizeof(buf), "<ShutdownTimer>%d</ShutdownTimer>\r\n", shutdown_timer); in netxml_alarm_subscribe()
/dports/net/corosync2/corosync-2.4.5/exec/
H A Dcfg.c85 static corosync_timer_handle_t shutdown_timer; variable
356 api->timer_delete(shutdown_timer); in check_shutdown_status()
428 api->timer_delete(shutdown_timer); in remove_ci_from_shutdown()
963 shutdown_timer_fn, &shutdown_timer); in message_handler_req_lib_cfg_tryshutdown()
/dports/sysutils/nut/nut-2.7.4/scripts/augeas/
H A Dnutupsconf.aug.in165 | "shutdown_timer"
/dports/x11-wm/hikari/hikari-2.2.3/include/hikari/
H A Dserver.h46 struct wl_event_source *shutdown_timer; member
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/preloaded/src/
H A Dinit.erl590 Timer = shutdown_timer(State#state.flags),
1152 shutdown_timer(Flags) -> function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/preloaded/src/
H A Dinit.erl604 Timer = shutdown_timer(State#state.flags),
1166 shutdown_timer(Flags) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/preloaded/src/
H A Dinit.erl596 Timer = shutdown_timer(State#state.flags),
1158 shutdown_timer(Flags) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/preloaded/src/
H A Dinit.erl666 Timer = shutdown_timer(State#state.flags),
1234 shutdown_timer(Flags) -> function

12