php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
php_pcntl.h File Reference
#include "php_version.h"

Go to the source code of this file.

Data Structures

struct  php_pcntl_pending_signal
 

Macros

#define phpext_pcntl_ptr   &pcntl_module_entry
 
#define PHP_PCNTL_VERSION   PHP_VERSION
 
#define PCNTL_G(v)
 

Functions

 PHP_MINIT_FUNCTION (pcntl)
 
 PHP_MSHUTDOWN_FUNCTION (pcntl)
 
 PHP_RINIT_FUNCTION (pcntl)
 
 PHP_RSHUTDOWN_FUNCTION (pcntl)
 
 PHP_MINFO_FUNCTION (pcntl)
 

Variables

zend_module_entry pcntl_module_entry
 
HashTable php_signal_table
 
int processing_signal_queue
 
struct php_pcntl_pending_signalhead
 
struct php_pcntl_pending_signaltail
 
struct php_pcntl_pending_signalspares
 
int last_error
 
volatile char pending_signals
 
bool async_signals
 
unsigned num_signals
 

Macro Definition Documentation

◆ PCNTL_G

#define PCNTL_G ( v)
Value:
uint32_t v
Definition cdf.c:1237
#define ZEND_MODULE_GLOBALS_ACCESSOR(module_name, v)
Definition zend_API.h:274

Definition at line 59 of file php_pcntl.h.

◆ PHP_PCNTL_VERSION

#define PHP_PCNTL_VERSION   PHP_VERSION

Definition at line 28 of file php_pcntl.h.

◆ phpext_pcntl_ptr

#define phpext_pcntl_ptr   &pcntl_module_entry

Definition at line 25 of file php_pcntl.h.

Function Documentation

◆ PHP_MINFO_FUNCTION()

PHP_MINFO_FUNCTION ( pcntl )

Definition at line 257 of file pcntl.c.

◆ PHP_MINIT_FUNCTION()

PHP_MINIT_FUNCTION ( pcntl )

Definition at line 213 of file pcntl.c.

◆ PHP_MSHUTDOWN_FUNCTION()

PHP_MSHUTDOWN_FUNCTION ( pcntl )

Definition at line 223 of file pcntl.c.

◆ PHP_RINIT_FUNCTION()

PHP_RINIT_FUNCTION ( pcntl )

Definition at line 195 of file pcntl.c.

◆ PHP_RSHUTDOWN_FUNCTION()

PHP_RSHUTDOWN_FUNCTION ( pcntl )

Definition at line 228 of file pcntl.c.

Variable Documentation

◆ async_signals

bool async_signals

Definition at line 50 of file php_pcntl.h.

◆ head

Definition at line 47 of file php_pcntl.h.

◆ last_error

int last_error

Definition at line 48 of file php_pcntl.h.

◆ num_signals

unsigned num_signals

Definition at line 51 of file php_pcntl.h.

◆ pcntl_module_entry

zend_module_entry pcntl_module_entry
extern

Definition at line 151 of file pcntl.c.

◆ pending_signals

volatile char pending_signals

Definition at line 49 of file php_pcntl.h.

◆ php_signal_table

HashTable php_signal_table

Definition at line 45 of file php_pcntl.h.

◆ processing_signal_queue

int processing_signal_queue

Definition at line 46 of file php_pcntl.h.

◆ spares

struct php_pcntl_pending_signal * spares

Definition at line 47 of file php_pcntl.h.

◆ tail

struct php_pcntl_pending_signal * tail

Definition at line 47 of file php_pcntl.h.