Home
last modified time | relevance | path

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

/PHP-7.0/ext/gd/libgd/
H A Dgdhelpers.h33 #define gdMutexSetup(x) x = tsrm_mutex_alloc()
/PHP-7.0/Zend/
H A Dzend_ts_hash.c65 ht->mx_reader = tsrm_mutex_alloc(); in _zend_ts_hash_init()
66 ht->mx_writer = tsrm_mutex_alloc(); in _zend_ts_hash_init()
75 ht->mx_reader = tsrm_mutex_alloc(); in _zend_ts_hash_init_ex()
76 ht->mx_writer = tsrm_mutex_alloc(); in _zend_ts_hash_init_ex()
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.c499 cwd_mutex = tsrm_mutex_alloc(); in virtual_cwd_startup()
/PHP-7.0/win32/
H A Dwinutil.c59 php_lock_win32_cryptoctx = tsrm_mutex_alloc(); in php_win32_init_rng_lock()
/PHP-7.0/ext/pdo_oci/
H A Dpdo_oci.c103 pdo_oci_env_mutex = tsrm_mutex_alloc(); in PHP_MINIT_FUNCTION()
/PHP-7.0/TSRM/
H A DTSRM.h138 TSRM_API MUTEX_T tsrm_mutex_alloc(void);
H A DTSRM.c159 tsmm_mutex = tsrm_mutex_alloc(); in tsrm_startup()
598 TSRM_API MUTEX_T tsrm_mutex_alloc(void) in tsrm_mutex_alloc() function
/PHP-7.0/main/
H A Dreentrancy.c259 reentrant_locks[i] = tsrm_mutex_alloc(); in reentrancy_startup()
/PHP-7.0/ext/mysqlnd/
H A Dmysqlnd_statistics.c244 (*stats)->LOCK_access = tsrm_mutex_alloc(); in mysqlnd_stats_init()
/PHP-7.0/ext/standard/
H A Dphp_crypt_r.c69 php_crypt_extended_init_lock = tsrm_mutex_alloc(); in php_init_crypt_r()
H A Dstring.c231 locale_mutex = tsrm_mutex_alloc(); in PHP_MINIT_FUNCTION()
/PHP-7.0/ext/sockets/
H A Dsendrecvmsg.c448 ancillary_mutex = tsrm_mutex_alloc(); in php_socket_sendrecvmsg_init()
/PHP-7.0/ext/opcache/
H A Dzend_shared_alloc.c82 zts_lock = tsrm_mutex_alloc(); in zend_shared_alloc_create_lock()
/PHP-7.0/ext/curl/
H A Dinterface.c117 if (*((MUTEX_T *) m) = tsrm_mutex_alloc()) { in php_curl_ssl_mutex_create()
1365 php_curl_openssl_tsl[i] = tsrm_mutex_alloc(); in PHP_MINIT_FUNCTION()

Completed in 73 milliseconds