Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_strtod_int.h112 tsrm_mutex_lock(dtoa_mutex); \
119 tsrm_mutex_unlock(dtoa_mutex); \
H A Dzend_strtod.c542 static MUTEX_T dtoa_mutex; variable
549 dtoa_mutex = tsrm_mutex_alloc(); in zend_startup_strtod()
561 tsrm_mutex_free(dtoa_mutex); in zend_shutdown_strtod()
562 dtoa_mutex = NULL; in zend_shutdown_strtod()

Completed in 14 milliseconds