Home
last modified time | relevance | path

Searched refs:locale_mutex (Results 1 – 1 of 1) sorted by last modified time

/PHP-7.3/ext/standard/
H A Dstring.c124 static MUTEX_T locale_mutex = NULL; variable
192 tsrm_mutex_lock( locale_mutex ); in localeconv_r()
212 tsrm_mutex_unlock( locale_mutex ); in localeconv_r()
224 locale_mutex = tsrm_mutex_alloc(); in PHP_MINIT_FUNCTION()
233 tsrm_mutex_free( locale_mutex ); in PHP_MSHUTDOWN_FUNCTION()
234 locale_mutex = NULL; in PHP_MSHUTDOWN_FUNCTION()

Completed in 16 milliseconds