Searched refs:dtoa_mutex (Results 1 – 2 of 2) sorted by relevance
132 tsrm_mutex_lock(dtoa_mutex); \139 tsrm_mutex_unlock(dtoa_mutex); \
551 static MUTEX_T dtoa_mutex; variable558 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 12 milliseconds