Home
last modified time | relevance | path

Searched refs:shutdown_handler (Results 1 – 25 of 135) sorted by relevance

123456

/dports/multimedia/obs-websocket/obs-websocket-4.8.0/deps/asio/asio/src/doc/requirements/
H A DShutdownHandler.qbk19 void shutdown_handler(
27 struct shutdown_handler
49 void my_class::shutdown_handler(
56 std::bind(&my_class::shutdown_handler,
62 void my_class::shutdown_handler(
69 boost::bind(&my_class::shutdown_handler,
/dports/emulators/mess/mame-mame0226/3rdparty/asio/src/doc/requirements/
H A DShutdownHandler.qbk19 void shutdown_handler(
27 struct shutdown_handler
49 void my_class::shutdown_handler(
56 std::bind(&my_class::shutdown_handler,
62 void my_class::shutdown_handler(
69 boost::bind(&my_class::shutdown_handler,
/dports/emulators/mame/mame-mame0226/3rdparty/asio/src/doc/requirements/
H A DShutdownHandler.qbk19 void shutdown_handler(
27 struct shutdown_handler
49 void my_class::shutdown_handler(
56 std::bind(&my_class::shutdown_handler,
62 void my_class::shutdown_handler(
69 boost::bind(&my_class::shutdown_handler,
/dports/www/restbed/restbed-4.8/dependency/asio/asio/src/doc/requirements/
H A DShutdownHandler.qbk19 void shutdown_handler(
27 struct shutdown_handler
49 void my_class::shutdown_handler(
56 std::bind(&my_class::shutdown_handler,
62 void my_class::shutdown_handler(
69 boost::bind(&my_class::shutdown_handler,
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/link/modules/asio-standalone/asio/src/doc/requirements/
H A DShutdownHandler.qbk19 void shutdown_handler(
27 struct shutdown_handler
49 void my_class::shutdown_handler(
56 std::bind(&my_class::shutdown_handler,
62 void my_class::shutdown_handler(
69 boost::bind(&my_class::shutdown_handler,
/dports/devel/boost-docs/boost_1_72_0/libs/asio/doc/requirements/
H A DShutdownHandler.qbk19 void shutdown_handler(
27 struct shutdown_handler
49 void my_class::shutdown_handler(
56 std::bind(&my_class::shutdown_handler,
62 void my_class::shutdown_handler(
69 boost::bind(&my_class::shutdown_handler,
/dports/devel/boost-python-libs/boost_1_72_0/libs/asio/doc/requirements/
H A DShutdownHandler.qbk19 void shutdown_handler(
27 struct shutdown_handler
49 void my_class::shutdown_handler(
56 std::bind(&my_class::shutdown_handler,
62 void my_class::shutdown_handler(
69 boost::bind(&my_class::shutdown_handler,
/dports/devel/boost-libs/boost_1_72_0/libs/asio/doc/requirements/
H A DShutdownHandler.qbk19 void shutdown_handler(
27 struct shutdown_handler
49 void my_class::shutdown_handler(
56 std::bind(&my_class::shutdown_handler,
62 void my_class::shutdown_handler(
69 boost::bind(&my_class::shutdown_handler,
/dports/devel/hyperscan/boost_1_75_0/libs/asio/doc/requirements/
H A DShutdownHandler.qbk19 void shutdown_handler(
27 struct shutdown_handler
49 void my_class::shutdown_handler(
56 std::bind(&my_class::shutdown_handler,
62 void my_class::shutdown_handler(
69 boost::bind(&my_class::shutdown_handler,
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/asio/doc/requirements/
H A DShutdownHandler.qbk19 void shutdown_handler(
27 struct shutdown_handler
40 void my_class::shutdown_handler(
47 boost::bind(&my_class::shutdown_handler,
/dports/databases/percona57-server/boost_1_59_0/libs/asio/doc/requirements/
H A DShutdownHandler.qbk19 void shutdown_handler(
27 struct shutdown_handler
40 void my_class::shutdown_handler(
47 boost::bind(&my_class::shutdown_handler,
/dports/databases/xtrabackup/boost_1_59_0/libs/asio/doc/requirements/
H A DShutdownHandler.qbk19 void shutdown_handler(
27 struct shutdown_handler
40 void my_class::shutdown_handler(
47 boost::bind(&my_class::shutdown_handler,
/dports/databases/percona57-client/boost_1_59_0/libs/asio/doc/requirements/
H A DShutdownHandler.qbk19 void shutdown_handler(
27 struct shutdown_handler
40 void my_class::shutdown_handler(
47 boost::bind(&my_class::shutdown_handler,
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/asio/doc/requirements/
H A DShutdownHandler.qbk19 void shutdown_handler(
27 struct shutdown_handler
40 void my_class::shutdown_handler(
47 boost::bind(&my_class::shutdown_handler,
/dports/www/mythplugin-mythweb/mythweb-31.0/modules/stream/
H A Dstream_flv.pl25 $SIG{'TERM'} = \&shutdown_handler;
26 $SIG{'PIPE'} = \&shutdown_handler;
28 shutdown_handler();
30 sub shutdown_handler { subroutine
/dports/lang/ghc/ghc-8.10.7/rts/win32/
H A DConsoleHandler.c15 static BOOL WINAPI shutdown_handler(DWORD dwCtrlType);
80 static BOOL WINAPI shutdown_handler(DWORD dwCtrlType) in shutdown_handler() function
115 if ( !SetConsoleCtrlHandler(shutdown_handler, true) ) { in initDefaultHandlers()
122 if ( !SetConsoleCtrlHandler(shutdown_handler, false) ) { in resetDefaultHandlers()
/dports/www/trafficserver/trafficserver-9.1.1/plugins/experimental/ssl_session_reuse/src/
H A Dats_ssl_plugin.cc36 shutdown_handler(TSCont contp, TSEvent event, void *edata) in shutdown_handler() function
53 TSLifecycleHookAdd(TS_LIFECYCLE_SHUTDOWN_HOOK, TSContCreate(shutdown_handler, nullptr)); in TSPluginInit()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/xen/
H A Dmanage.c168 struct shutdown_handler { struct
211 static struct shutdown_handler shutdown_handlers[] = {
220 static void shutdown_handler(struct xenbus_watch *watch, in shutdown_handler() function
322 .callback = shutdown_handler
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/xen/
H A Dmanage.c168 struct shutdown_handler { struct
211 static struct shutdown_handler shutdown_handlers[] = {
220 static void shutdown_handler(struct xenbus_watch *watch, in shutdown_handler() function
322 .callback = shutdown_handler
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/xen/
H A Dmanage.c168 struct shutdown_handler { struct
211 static struct shutdown_handler shutdown_handlers[] = {
220 static void shutdown_handler(struct xenbus_watch *watch, in shutdown_handler() function
322 .callback = shutdown_handler
/dports/audio/jack/jack2-eaedec353489f26617221d66f80fd2503953c663/example-clients/
H A Dzombie.c49 shutdown_handler (void *arg) in shutdown_handler() function
66 jack_on_shutdown(client, shutdown_handler, NULL); in main()
/dports/dns/kadnode/KadNode-2.3.0/src/
H A Dunix.c21 static void shutdown_handler(int signo) in shutdown_handler() function
39 sig_stop.sa_handler = shutdown_handler; in unix_signals()
47 sig_term.sa_handler = shutdown_handler; in unix_signals()
/dports/www/volta/volta-0.3.0/
H A Dmain.c122 (void)signal( SIGINT, shutdown_handler ); in main()
148 shutdown_handler( int sig ) in shutdown_handler() function
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/ext/websocketpp/transport/iostream/
H A Dendpoint.hpp154 void set_shutdown_handler(shutdown_handler h) { in set_shutdown_handler()
209 shutdown_handler m_shutdown_handler;
/dports/games/pokerth/pokerth-1.1.2-rc/src/third_party/websocketpp/websocketpp/transport/iostream/
H A Dendpoint.hpp154 void set_shutdown_handler(shutdown_handler h) { in set_shutdown_handler()
209 shutdown_handler m_shutdown_handler;

123456