Searched refs:tsrm_mutex_alloc (Results 1 – 16 of 16) sorted by relevance
33 #define gdMutexSetup(x) x = tsrm_mutex_alloc()
96 pdo_oci_env_mutex = tsrm_mutex_alloc(); in PHP_MINIT_FUNCTION()
53 php_crypt_extended_init_lock = tsrm_mutex_alloc(); in php_init_crypt_r()
191 locale_mutex = tsrm_mutex_alloc(); in PHP_MINIT_FUNCTION()
201 reentrant_locks[i] = tsrm_mutex_alloc(); in reentrancy_startup()
63 ht->mx_reader = tsrm_mutex_alloc(); in zend_ts_hash_init()64 ht->mx_writer = tsrm_mutex_alloc(); in zend_ts_hash_init()
215 cwd_mutex = tsrm_mutex_alloc(); in virtual_cwd_startup()
559 dtoa_mutex = tsrm_mutex_alloc(); in zend_startup_strtod()560 pow5mult_mutex = tsrm_mutex_alloc(); in zend_startup_strtod()
152 tsmm_mutex = tsrm_mutex_alloc(); in tsrm_startup()159 tsrm_env_mutex = tsrm_mutex_alloc(); in tsrm_startup()577 TSRM_API MUTEX_T tsrm_mutex_alloc(void) in tsrm_mutex_alloc() function
122 TSRM_API MUTEX_T tsrm_mutex_alloc(void);
223 (*stats)->LOCK_access = tsrm_mutex_alloc(); in mysqlnd_stats_init()
457 ancillary_mutex = tsrm_mutex_alloc(); in php_socket_sendrecvmsg_init()
81 zts_lock = tsrm_mutex_alloc(); in zend_shared_alloc_create_lock()
39 php_com_typelibraries_mutex = tsrm_mutex_alloc(); in PHP_MINIT_FUNCTION()
75 if (tsrm_is_main_thread() && !pcre_mt) pcre_mt = tsrm_mutex_alloc();
1176 php_curl_openssl_tsl[i] = tsrm_mutex_alloc(); in PHP_MINIT_FUNCTION()
Completed in 121 milliseconds