Searched refs:ZEND_SIGNAL_BLOCK_INTERRUPTIONS (Results 1 – 2 of 2) sorted by relevance
79 # define ZEND_SIGNAL_BLOCK_INTERRUPTIONS() if (EXPECTED(zend_signal_globals_id)) { SIGG(depth)++; } macro82 # define ZEND_SIGNAL_BLOCK_INTERRUPTIONS() SIGG(depth)++;99 # define ZEND_SIGNAL_BLOCK_INTERRUPTIONS() macro
45 #define HANDLE_BLOCK_INTERRUPTIONS() ZEND_SIGNAL_BLOCK_INTERRUPTIONS()
Completed in 7 milliseconds