locale_mutex      125 ext/standard/string.c static MUTEX_T locale_mutex = NULL;
locale_mutex      198 ext/standard/string.c 	tsrm_mutex_lock( locale_mutex );
locale_mutex      217 ext/standard/string.c 	tsrm_mutex_unlock( locale_mutex );
locale_mutex      229 ext/standard/string.c 	locale_mutex = tsrm_mutex_alloc();
locale_mutex      238 ext/standard/string.c 	tsrm_mutex_free( locale_mutex );
locale_mutex      239 ext/standard/string.c 	locale_mutex = NULL;