Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_strtod_int.h132 tsrm_mutex_lock(dtoa_mutex); \
139 tsrm_mutex_unlock(dtoa_mutex); \
H A Dzend_strtod.c551 static MUTEX_T dtoa_mutex; variable
558 dtoa_mutex = tsrm_mutex_alloc(); in zend_startup_strtod()
568 tsrm_mutex_free(dtoa_mutex); in zend_shutdown_strtod()
569 dtoa_mutex = NULL; in zend_shutdown_strtod()

Completed in 14 milliseconds