Searched refs:dtoa_mutex (Results 1 – 2 of 2) sorted by relevance
128 tsrm_mutex_lock(dtoa_mutex); \135 tsrm_mutex_unlock(dtoa_mutex); \
542 static MUTEX_T dtoa_mutex; variable549 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