Searched refs:ZEND_SIGNAL_BLOCK_INTERRUPTIONS (Results 1 – 2 of 2) sorted by relevance
81 # define ZEND_SIGNAL_BLOCK_INTERRUPTIONS() if (EXPECTED(zend_signal_globals_id)) { SIGG(depth)++; } macro84 # define ZEND_SIGNAL_BLOCK_INTERRUPTIONS() SIGG(depth)++;101 # define ZEND_SIGNAL_BLOCK_INTERRUPTIONS() macro
45 #define HANDLE_BLOCK_INTERRUPTIONS() ZEND_SIGNAL_BLOCK_INTERRUPTIONS()
Completed in 18 milliseconds