Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_max_execution_timer.c46 # define ZEND_MAX_EXECUTION_TIMERS_CLOCK CLOCK_MONOTONIC macro
48 # define ZEND_MAX_EXECUTION_TIMERS_CLOCK CLOCK_BOOTTIME macro
76 if (timer_create(ZEND_MAX_EXECUTION_TIMERS_CLOCK, &sev, &EG(max_execution_timer_timer)) != 0) { in zend_max_execution_timer_init()

Completed in 4 milliseconds