Searched refs:tsrm_mutex_lock (Results 1 – 14 of 14) sorted by relevance
132 tsrm_mutex_lock(dtoa_mutex); \134 tsrm_mutex_lock(pow5mult_mutex); \
26 tsrm_mutex_lock(ht->mx_reader); in begin_read()28 tsrm_mutex_lock(ht->mx_writer); in begin_read()37 tsrm_mutex_lock(ht->mx_reader); in end_read()48 tsrm_mutex_lock(ht->mx_writer); in begin_write()
239 tsrm_mutex_lock(tsmm_mutex); in ts_allocate_id()359 tsrm_mutex_lock(tsmm_mutex); in ts_resource_ex()440 tsrm_mutex_lock(tsmm_mutex); in tsrm_new_interpreter_context()461 tsrm_mutex_lock(tsmm_mutex); in ts_free_thread()503 tsrm_mutex_lock(tsmm_mutex); in ts_free_worker_threads()546 tsrm_mutex_lock(tsmm_mutex); in ts_free_id()644 TSRM_API int tsrm_mutex_lock(MUTEX_T mutexp) in tsrm_mutex_lock() function
128 TSRM_API int tsrm_mutex_lock(MUTEX_T mutexp);
35 #define gdMutexLock(x) tsrm_mutex_lock(x)
117 tsrm_mutex_lock(pdo_oci_env_mutex); in PHP_RINIT_FUNCTION()
24 #define MYSQLND_STATS_LOCK(stats) tsrm_mutex_lock((stats)->LOCK_access)
44 #define local_lock(x) tsrm_mutex_lock(reentrant_locks[x])
90 tsrm_mutex_lock(php_crypt_extended_init_lock); in _crypt_extended_init_r()
192 tsrm_mutex_lock( locale_mutex ); in localeconv_r()
150 tsrm_mutex_lock(ancillary_mutex); in get_ancillary_reg_entry()
389 tsrm_mutex_lock(zts_lock); in zend_shared_alloc_lock()
99 tsrm_mutex_lock(php_curl_openssl_tsl[n]); in php_curl_ssl_lock()130 return tsrm_mutex_lock(*((MUTEX_T *) m)); in php_curl_ssl_mutex_lock()
91 #define php_pcre_mutex_lock() tsrm_mutex_lock(pcre_mt);
Completed in 44 milliseconds