Home
last modified time | relevance | path

Searched refs:ZEND_FIBER_STATUS_BAILOUT (Results 1 – 2 of 2) sorted by relevance

/ext-fiber/
H A Dfiber.h119 static const zend_uchar ZEND_FIBER_STATUS_BAILOUT = 0x20; variable
/ext-fiber/src/
H A Dfiber.c136 if (UNEXPECTED(fiber->status == ZEND_FIBER_STATUS_BAILOUT)) { in zend_fiber_switch_to()
206 fiber->status = ZEND_FIBER_STATUS_BAILOUT; in zend_fiber_execute()

Completed in 6 milliseconds