Home
last modified time | relevance | path

Searched refs:tsrm_mutex_alloc (Results 1 – 13 of 13) sorted by relevance

/php-src/ext/gd/libgd/
H A Dgdhelpers.h33 #define gdMutexSetup(x) x = tsrm_mutex_alloc()
/php-src/ext/standard/
H A Dphp_crypt_r.c53 php_crypt_extended_init_lock = tsrm_mutex_alloc(); in php_init_crypt_r()
H A Dstring.c154 locale_mutex = tsrm_mutex_alloc(); in PHP_MINIT_FUNCTION()
/php-src/main/
H A Dreentrancy.c199 reentrant_locks[i] = tsrm_mutex_alloc(); in reentrancy_startup()
/php-src/ext/mysqlnd/
H A Dmysqlnd_statistics.c221 (*stats)->LOCK_access = tsrm_mutex_alloc(); in mysqlnd_stats_init()
/php-src/TSRM/
H A DTSRM.c152 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
H A DTSRM.h126 TSRM_API MUTEX_T tsrm_mutex_alloc(void);
/php-src/ext/sockets/
H A Dsendrecvmsg.c426 ancillary_mutex = tsrm_mutex_alloc(); in php_socket_sendrecvmsg_init()
/php-src/ext/opcache/
H A Dzend_shared_alloc.c88 zts_lock = tsrm_mutex_alloc(); in zend_shared_alloc_create_lock()
/php-src/ext/com_dotnet/
H A Dcom_typeinfo.c39 php_com_typelibraries_mutex = tsrm_mutex_alloc(); in PHP_MINIT_FUNCTION()
/php-src/Zend/
H A Dzend_virtual_cwd.c215 cwd_mutex = tsrm_mutex_alloc(); in virtual_cwd_startup()
/php-src/ext/pcre/
H A Dphp_pcre.c81 if (tsrm_is_main_thread() && !pcre_mt) pcre_mt = tsrm_mutex_alloc();
/php-src/ext/curl/
H A Dinterface.c383 php_curl_openssl_tsl[i] = tsrm_mutex_alloc(); in PHP_MINIT_FUNCTION()

Completed in 69 milliseconds