Searched refs:dtoa_mutex (Results 1 – 2 of 2) sorted by relevance
132 tsrm_mutex_lock(dtoa_mutex); \139 tsrm_mutex_unlock(dtoa_mutex); \
552 static MUTEX_T dtoa_mutex; variable559 dtoa_mutex = tsrm_mutex_alloc(); in zend_startup_strtod()571 tsrm_mutex_free(dtoa_mutex); in zend_shutdown_strtod()572 dtoa_mutex = NULL; in zend_shutdown_strtod()
Completed in 10 milliseconds