tsrm_mutex_alloc  155 TSRM/TSRM.c    	tsmm_mutex = tsrm_mutex_alloc();
tsrm_mutex_alloc  141 TSRM/TSRM.h    TSRM_API MUTEX_T tsrm_mutex_alloc(void);
tsrm_mutex_alloc  475 TSRM/tsrm_virtual_cwd.c 	cwd_mutex = tsrm_mutex_alloc();
tsrm_mutex_alloc  456 Zend/zend_strtod.c 	dtoa_mutex = tsrm_mutex_alloc();
tsrm_mutex_alloc  457 Zend/zend_strtod.c 	pow5mult_mutex = tsrm_mutex_alloc();
tsrm_mutex_alloc   65 Zend/zend_ts_hash.c 	ht->mx_reader = tsrm_mutex_alloc();
tsrm_mutex_alloc   66 Zend/zend_ts_hash.c 	ht->mx_writer = tsrm_mutex_alloc();
tsrm_mutex_alloc   75 Zend/zend_ts_hash.c 	ht->mx_reader = tsrm_mutex_alloc();
tsrm_mutex_alloc   76 Zend/zend_ts_hash.c 	ht->mx_writer = tsrm_mutex_alloc();
tsrm_mutex_alloc  117 ext/curl/interface.c 	if (*((MUTEX_T *) m) = tsrm_mutex_alloc()) {
tsrm_mutex_alloc 1209 ext/curl/interface.c 			php_curl_openssl_tsl[i] = tsrm_mutex_alloc();
tsrm_mutex_alloc   33 ext/gd/libgd/gdhelpers.h #define gdMutexSetup(x) x = tsrm_mutex_alloc()
tsrm_mutex_alloc  244 ext/mysqlnd/mysqlnd_statistics.c 	(*stats)->LOCK_access = tsrm_mutex_alloc();
tsrm_mutex_alloc   84 ext/opcache/zend_shared_alloc.c     zts_lock = tsrm_mutex_alloc();
tsrm_mutex_alloc  443 ext/sockets/sendrecvmsg.c 	ancillary_mutex = tsrm_mutex_alloc();
tsrm_mutex_alloc   69 ext/standard/php_crypt_r.c 	php_crypt_extended_init_lock = tsrm_mutex_alloc();
tsrm_mutex_alloc  224 ext/standard/string.c 	locale_mutex = tsrm_mutex_alloc();
tsrm_mutex_alloc  259 main/reentrancy.c 		reentrant_locks[i] = tsrm_mutex_alloc();
tsrm_mutex_alloc  743 sapi/thttpd/thttpd.c 	qr_lock = tsrm_mutex_alloc();
tsrm_mutex_alloc   59 win32/winutil.c 	php_lock_win32_cryptoctx = tsrm_mutex_alloc();