Home
last modified time | relevance | path

Searched refs:remove_pidfile (Results 1 – 25 of 63) sorted by relevance

123

/dports/net-im/prosody/prosody-0.11.13/plugins/
H A Dmod_posix.lua73 local function remove_pidfile() function
83 remove_pidfile();
165 module:hook("server-stopped", remove_pidfile);
/dports/www/kannel/gateway-1.4.4/utils/
H A Drun_kannel_box.c155 static void remove_pidfile(void) in remove_pidfile() function
240 remove_pidfile(); in signal_transfer_and_die()
384 atexit(remove_pidfile); in main()
/dports/databases/p5-Memcached-libmemcached/Memcached-libmemcached-1.001801/src/libmemcached/util/
H A Dpidfile.cc57 static void remove_pidfile(void) in remove_pidfile() function
156 atexit(remove_pidfile); in create()
/dports/databases/libmemcached/libmemcached-1.0.18/util/
H A Dpidfile.cc57 static void remove_pidfile(void) in transform()
156 atexit(remove_pidfile);
/dports/devel/gearmand/gearmand-1.0.6/util/
H A Dpidfile.cc57 static void remove_pidfile(void) in remove_pidfile() function
160 atexit(remove_pidfile); in create()
/dports/sysutils/ssync/ssync-2.3/
H A Ddaemon.c75 static void remove_pidfile (void) in remove_pidfile() function
188 remove_pidfile (); in signal_handler()
303 remove_pidfile (); in main()
/dports/www/trac-devel/Trac-1.5.3/trac/util/
H A Ddaemon.py87 def remove_pidfile(): function
90 atexit.register(remove_pidfile)
/dports/net-mgmt/nsca-ng/nsca-ng-1.6/src/server/
H A Dnsca-ng.c87 static void remove_pidfile(void);
188 if (atexit(remove_pidfile) != 0) in main()
230 remove_pidfile(); in main()
373 remove_pidfile(void) in remove_pidfile() function
/dports/net-mgmt/nsca-ng-client/nsca-ng-1.6/src/server/
H A Dnsca-ng.c87 static void remove_pidfile(void);
188 if (atexit(remove_pidfile) != 0) in main()
230 remove_pidfile(); in main()
373 remove_pidfile(void) in remove_pidfile() function
/dports/net/ifstated/ifstated-5.1/
H A Difstated.c78 void remove_pidfile(int);
188 signal(SIGINT, remove_pidfile); in startup_handler()
189 signal(SIGQUIT, remove_pidfile); in startup_handler()
190 signal(SIGABRT, remove_pidfile); in startup_handler()
191 signal(SIGTERM, remove_pidfile); in startup_handler()
775 remove_pidfile(int code) in remove_pidfile() function
/dports/databases/pgbouncer/pgbouncer-1.16.0/lib/usual/
H A Ddaemon.c36 static void remove_pidfile(void) in remove_pidfile() function
153 atexit(remove_pidfile); in write_pidfile()
/dports/mail/enma/enma-1.2.0/enma/src/
H A Ddaemonize.c86 remove_pidfile(const char *pidfile) in remove_pidfile() function
296 if (!remove_pidfile(pidfile)) { in daemonize_finally()
/dports/sysutils/p5-MogileFS-Server/MogileFS-Server-2.73/lib/MogileFS/
H A DServer.pm103 MogileFS::ProcManager->remove_pidfile;
115 MogileFS::ProcManager->remove_pidfile;
H A DProcManager.pm83 remove_pidfile();
89 sub remove_pidfile { subroutine
/dports/sysutils/busybox/busybox-1.26.2/miscutils/
H A Dwatchdog.c49 remove_pidfile(CONFIG_PID_FILE_PATH "/watchdog.pid"); in watchdog_shutdown()
/dports/www/bozohttpd/bozohttpd-20210227/
H A Ddaemon-bozo.c90 remove_pidfile(void) in remove_pidfile() function
109 if (atexit(remove_pidfile) == -1) in create_pidfile()
/dports/net-mgmt/nitpicker/nitpicker-1.2.1/src/
H A Dnitpicker.c79 void remove_pidfile( void ) { in remove_pidfile() function
/dports/sysutils/busybox/busybox-1.26.2/sysklogd/
H A Dklogd.c295 remove_pidfile(CONFIG_PID_FILE_PATH "/klogd.pid"); in klogd_main()
/dports/security/pam_pkcs11/pam_pkcs11-pam_pkcs11-0.6.12/src/tools/
H A Dcard_eventmgr.c281 static void remove_pidfile(char *filename) in remove_pidfile() function
542 remove_pidfile(pidfile); in main()
/dports/sysutils/vmtouch/vmtouch-1.3.1/
H A Dvmtouch.c864 static void remove_pidfile() { in remove_pidfile() function
889 remove_pidfile(); in write_pidfile()
894 remove_pidfile(); in signal_handler_clear_pidfile()
/dports/net/gnu-dico/dico-2.10/dicod/
H A Dserver.c340 remove_pidfile(char *name) in remove_pidfile() function
635 remove_pidfile(pidfile_name); in dicod_server()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/webserver/
H A Dserver.py108 def remove_pidfile(): function
487 remove_pidfile()
/dports/irc/anope/anope-2.0.9/src/
H A Dinit.cpp208 static void remove_pidfile() in remove_pidfile() function
226 atexit(remove_pidfile); in write_pidfile()
/dports/net-mgmt/seafile-server/seafile-server-8.0.7-server/server/
H A Dseaf-server.c1088 remove_pidfile (const char *pidfile) in remove_pidfile() function
1128 remove_pidfile (pidfile); in on_seaf_server_exit()
/dports/sysutils/busybox/busybox-1.26.2/util-linux/
H A Dacpid.c379 remove_pidfile(opt_pidfile); in acpid_main()

123