Home
last modified time | relevance | path

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

/PHP-7.3/ext/gd/libgd/
H A Dgdhelpers.h33 #define gdMutexSetup(x) x = tsrm_mutex_alloc()
/PHP-7.3/ext/pdo_oci/
H A Dpdo_oci.c104 pdo_oci_env_mutex = tsrm_mutex_alloc(); in PHP_MINIT_FUNCTION()
/PHP-7.3/Zend/
H A Dzend_ts_hash.c63 ht->mx_reader = tsrm_mutex_alloc(); in _zend_ts_hash_init()
64 ht->mx_writer = tsrm_mutex_alloc(); in _zend_ts_hash_init()
H A Dzend_strtod.c558 dtoa_mutex = tsrm_mutex_alloc(); in zend_startup_strtod()
559 pow5mult_mutex = tsrm_mutex_alloc(); in zend_startup_strtod()
H A Dzend_virtual_cwd.c454 cwd_mutex = tsrm_mutex_alloc(); in virtual_cwd_startup()
/PHP-7.3/TSRM/
H A DTSRM.h126 TSRM_API MUTEX_T tsrm_mutex_alloc(void);
H A DTSRM.c164 tsmm_mutex = tsrm_mutex_alloc(); in tsrm_startup()
596 TSRM_API MUTEX_T tsrm_mutex_alloc(void) in tsrm_mutex_alloc() function
/PHP-7.3/ext/mysqlnd/
H A Dmysqlnd_statistics.c225 (*stats)->LOCK_access = tsrm_mutex_alloc(); in mysqlnd_stats_init()
/PHP-7.3/main/
H A Dreentrancy.c251 reentrant_locks[i] = tsrm_mutex_alloc(); in reentrancy_startup()
/PHP-7.3/ext/standard/
H A Dphp_crypt_r.c68 php_crypt_extended_init_lock = tsrm_mutex_alloc(); in php_init_crypt_r()
H A Dstring.c224 locale_mutex = tsrm_mutex_alloc(); in PHP_MINIT_FUNCTION()
/PHP-7.3/ext/sockets/
H A Dsendrecvmsg.c447 ancillary_mutex = tsrm_mutex_alloc(); in php_socket_sendrecvmsg_init()
/PHP-7.3/ext/opcache/
H A Dzend_shared_alloc.c82 zts_lock = tsrm_mutex_alloc(); in zend_shared_alloc_create_lock()
/PHP-7.3/ext/curl/
H A Dinterface.c115 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()
/PHP-7.3/ext/pcre/
H A Dphp_pcre.c88 if (tsrm_is_main_thread() && !pcre_mt) pcre_mt = tsrm_mutex_alloc();

Completed in 92 milliseconds