Searched refs:tsrm_mutex_alloc (Results 1 – 13 of 13) sorted by relevance
33 #define gdMutexSetup(x) x = tsrm_mutex_alloc()
53 php_crypt_extended_init_lock = tsrm_mutex_alloc(); in php_init_crypt_r()
154 locale_mutex = tsrm_mutex_alloc(); in PHP_MINIT_FUNCTION()
199 reentrant_locks[i] = tsrm_mutex_alloc(); in reentrancy_startup()
221 (*stats)->LOCK_access = tsrm_mutex_alloc(); in mysqlnd_stats_init()
152 tsmm_mutex = tsrm_mutex_alloc(); in tsrm_startup()159 tsrm_env_mutex = tsrm_mutex_alloc(); in tsrm_startup()617 TSRM_API MUTEX_T tsrm_mutex_alloc(void) in tsrm_mutex_alloc() function
126 TSRM_API MUTEX_T tsrm_mutex_alloc(void);
426 ancillary_mutex = tsrm_mutex_alloc(); in php_socket_sendrecvmsg_init()
88 zts_lock = tsrm_mutex_alloc(); in zend_shared_alloc_create_lock()
39 php_com_typelibraries_mutex = tsrm_mutex_alloc(); in PHP_MINIT_FUNCTION()
215 cwd_mutex = tsrm_mutex_alloc(); in virtual_cwd_startup()
81 if (tsrm_is_main_thread() && !pcre_mt) pcre_mt = tsrm_mutex_alloc();
383 php_curl_openssl_tsl[i] = tsrm_mutex_alloc(); in PHP_MINIT_FUNCTION()
Completed in 72 milliseconds