PHP 8.2.30
Preview: swoole_signal.h Size: 2.99 KB
/proc/thread-self/root/opt/cloudlinux/alt-php83/root/usr/include/php/ext/swoole/include/swoole_signal.h

/*
  +----------------------------------------------------------------------+
  | Swoole                                                               |
  +----------------------------------------------------------------------+
  | This source file is subject to version 2.0 of the Apache license,    |
  | that is bundled with this package in the file LICENSE, and is        |
  | available through the world-wide-web at the following url:           |
  | http://www.apache.org/licenses/LICENSE-2.0.html                      |
  | If you did not receive a copy of the Apache2.0 license and are unable|
  | to obtain it through the world-wide-web, please send a note to       |
  | license@swoole.com so we can mail you a copy immediately.            |
  +----------------------------------------------------------------------+
  | Author: Tianfeng Han  <rango@swoole.com>                             |
  +----------------------------------------------------------------------+
*/

#pragma once

#include "swoole.h"

#include <csignal>

namespace swoole {
typedef void (*SignalHandler)(int);

struct Signal {
    SignalHandler handler;
    uint16_t signo;
    bool activated;
};
}  // namespace swoole

typedef swoole::SignalHandler swSignalHandler;

#ifdef HAVE_SIGNALFD
void swoole_signalfd_init();
#endif

/**
 * The synchronous blocking IO mode is unsafe for executing PHP code within signal callback functions,
 * such as in the Server's Task worker process or the Manager process.
 * If a new signal is triggered during the execution of a signal function,
 * the recursive execution of the signal function can lead to a crash of the ZendVM.
 * When using `Swoole\Process::signal()` to register a PHP function as a signal handler,
 * it is crucial to set the third parameter to true;
 * this way, the underlying layer will not execute directly but will call
 * `swoole_signal_dispatch()` in a safe manner to execute the PHP signal callback function.
 */
SW_API swSignalHandler swoole_signal_set(int signo, swSignalHandler func, bool safety = false);
SW_API bool swoole_signal_isset(int signo);
SW_API swSignalHandler swoole_signal_set(int signo, swSignalHandler func, int restart, int mask);
SW_API swSignalHandler swoole_signal_get_handler(int signo);
SW_API uint32_t swoole_signal_get_listener_num();

SW_API void swoole_signal_clear();
SW_API void swoole_signal_block_all();
SW_API void swoole_signal_unblock_all();
SW_API char *swoole_signal_to_str(int sig);
SW_API void swoole_signal_callback(int signo);

/**
 * Only for synchronously blocked processes.
 * Due to the unreliability of signals,
 * executing complex logic directly within the signal handler function may pose security risks.
 * Therefore, the lower layer only marks memory in the signal handler
 * without directly invoking the application's set signal callback function.
 * Executing `swoole_signal_dispatch` in a safe context will actually call the signal callback function,
 * allowing for the execution of complex code within the callback.
 */
SW_API void swoole_signal_dispatch();

Directory Contents

Dirs: 0 × Files: 55

Name Size Perms Modified Actions
26.96 KB lrw-r--r-- 2026-03-18 08:53:14
Edit Download
2.02 KB lrw-r--r-- 2026-03-18 08:53:14
Edit Download
2.31 KB lrw-r--r-- 2026-03-18 08:53:14
Edit Download
3.29 KB lrw-r--r-- 2026-03-18 08:53:14
Edit Download
2.30 KB lrw-r--r-- 2026-03-18 08:53:14
Edit Download
1.30 KB lrw-r--r-- 2026-03-18 08:53:14
Edit Download
2.24 KB lrw-r--r-- 2026-03-18 08:53:14
Edit Download
2.37 KB lrw-r--r-- 2026-03-18 08:53:15
Edit Download
11.75 KB lrw-r--r-- 2026-03-18 08:53:15
Edit Download
8.79 KB lrw-r--r-- 2026-03-18 08:53:15
Edit Download
8.92 KB lrw-r--r-- 2026-03-18 08:53:15
Edit Download
5.12 KB lrw-r--r-- 2026-03-18 08:53:15
Edit Download
4.17 KB lrw-r--r-- 2026-03-18 08:53:15
Edit Download
2.75 KB lrw-r--r-- 2026-03-18 08:53:15
Edit Download
17.64 KB lrw-r--r-- 2026-03-18 08:53:15
Edit Download
3.78 KB lrw-r--r-- 2026-03-18 08:53:15
Edit Download
2.42 KB lrw-r--r-- 2026-03-18 08:53:15
Edit Download
6.46 KB lrw-r--r-- 2026-03-18 08:53:16
Edit Download
4.88 KB lrw-r--r-- 2026-03-18 08:53:16
Edit Download
2.76 KB lrw-r--r-- 2026-03-18 08:53:16
Edit Download
1.24 KB lrw-r--r-- 2026-03-18 08:53:16
Edit Download
1.90 KB lrw-r--r-- 2026-03-18 08:53:16
Edit Download
7.24 KB lrw-r--r-- 2026-03-18 08:53:16
Edit Download
8.55 KB lrw-r--r-- 2026-03-18 08:53:16
Edit Download
5.52 KB lrw-r--r-- 2026-03-18 08:53:16
Edit Download
2.02 KB lrw-r--r-- 2026-03-18 08:53:16
Edit Download
3.25 KB lrw-r--r-- 2026-03-18 08:53:16
Edit Download
15.71 KB lrw-r--r-- 2026-03-18 08:53:16
Edit Download
3.18 KB lrw-r--r-- 2026-03-18 08:53:17
Edit Download
2.83 KB lrw-r--r-- 2026-03-18 08:53:17
Edit Download
5.18 KB lrw-r--r-- 2026-03-18 08:53:17
Edit Download
1.42 KB lrw-r--r-- 2026-03-18 08:53:17
Edit Download
2.16 KB lrw-r--r-- 2026-03-18 08:53:17
Edit Download
1.96 KB lrw-r--r-- 2026-03-18 08:53:17
Edit Download
2.60 KB lrw-r--r-- 2026-03-18 08:53:17
Edit Download
13.17 KB lrw-r--r-- 2026-03-18 08:53:17
Edit Download
5.03 KB lrw-r--r-- 2026-03-18 08:53:17
Edit Download
3.30 KB lrw-r--r-- 2026-03-18 08:53:17
Edit Download
12.40 KB lrw-r--r-- 2026-03-18 08:53:17
Edit Download
1.83 KB lrw-r--r-- 2026-03-18 08:53:17
Edit Download
49.72 KB lrw-r--r-- 2026-03-18 08:53:17
Edit Download
2.99 KB lrw-r--r-- 2026-03-18 08:53:18
Edit Download
18.51 KB lrw-r--r-- 2026-03-18 08:53:18
Edit Download
2.31 KB lrw-r--r-- 2026-03-18 08:53:18
Edit Download
1.43 KB lrw-r--r-- 2026-03-18 08:53:18
Edit Download
5.22 KB lrw-r--r-- 2026-03-18 08:53:18
Edit Download
5.21 KB lrw-r--r-- 2026-03-18 08:53:18
Edit Download
7.32 KB lrw-r--r-- 2026-03-18 08:53:18
Edit Download
6.50 KB lrw-r--r-- 2026-03-18 08:53:18
Edit Download
1.99 KB lrw-r--r-- 2026-03-18 08:53:18
Edit Download
4.37 KB lrw-r--r-- 2026-03-18 08:53:18
Edit Download
3.84 KB lrw-r--r-- 2026-03-18 08:53:18
Edit Download
7.49 KB lrw-r--r-- 2026-03-18 08:53:18
Edit Download
1.74 KB lrw-r--r-- 2026-03-18 08:53:18
Edit Download
5.11 KB lrw-r--r-- 2026-03-18 08:53:19
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).