コード例 #1
0
ファイル: main.c プロジェクト: adriano-io/webserver
static void
clean_up (void)
{
#ifdef HAVE_SYSV_SEMAPHORES
	spawn_clean();
#endif
	pid_file_clean (pid_file_path);
}
コード例 #2
0
ファイル: main.c プロジェクト: felipebuarque/PL-Stats
static void
clean_up (void)
{
#ifdef HAVE_POSIX_SHM
    spawn_clean();
#endif

    if (pid_file_path) {
        pid_file_clean (pid_file_path);
    }
}
コード例 #3
0
ファイル: main.c プロジェクト: kl3mz/webserver
static void
clean_up (void)
{
    cherokee_services_server_free ();
    pid_file_clean (pid_file_path);
}