Searched refs:tsrm_mutex_alloc (Results 1 – 15 of 15) sorted by relevance
33 #define gdMutexSetup(x) x = tsrm_mutex_alloc()
104 pdo_oci_env_mutex = tsrm_mutex_alloc(); in PHP_MINIT_FUNCTION()
63 ht->mx_reader = tsrm_mutex_alloc(); in _zend_ts_hash_init()64 ht->mx_writer = tsrm_mutex_alloc(); in _zend_ts_hash_init()
558 dtoa_mutex = tsrm_mutex_alloc(); in zend_startup_strtod()559 pow5mult_mutex = tsrm_mutex_alloc(); in zend_startup_strtod()
454 cwd_mutex = tsrm_mutex_alloc(); in virtual_cwd_startup()
126 TSRM_API MUTEX_T tsrm_mutex_alloc(void);
164 tsmm_mutex = tsrm_mutex_alloc(); in tsrm_startup()596 TSRM_API MUTEX_T tsrm_mutex_alloc(void) in tsrm_mutex_alloc() function
225 (*stats)->LOCK_access = tsrm_mutex_alloc(); in mysqlnd_stats_init()
251 reentrant_locks[i] = tsrm_mutex_alloc(); in reentrancy_startup()
68 php_crypt_extended_init_lock = tsrm_mutex_alloc(); in php_init_crypt_r()
224 locale_mutex = tsrm_mutex_alloc(); in PHP_MINIT_FUNCTION()
447 ancillary_mutex = tsrm_mutex_alloc(); in php_socket_sendrecvmsg_init()
82 zts_lock = tsrm_mutex_alloc(); in zend_shared_alloc_create_lock()
115 if (*((MUTEX_T *) m) = tsrm_mutex_alloc()) { in php_curl_ssl_mutex_create()1475 php_curl_openssl_tsl[i] = tsrm_mutex_alloc(); in PHP_MINIT_FUNCTION()
88 if (tsrm_is_main_thread() && !pcre_mt) pcre_mt = tsrm_mutex_alloc();
Completed in 89 milliseconds