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); \
28 tsrm_mutex_lock(ht->mx_reader); in begin_read()30 tsrm_mutex_lock(ht->mx_writer); in begin_read()39 tsrm_mutex_lock(ht->mx_reader); in end_read()50 tsrm_mutex_lock(ht->mx_writer); in begin_write()
246 tsrm_mutex_lock(tsmm_mutex); in ts_allocate_id()364 tsrm_mutex_lock(tsmm_mutex); in ts_resource_ex()445 tsrm_mutex_lock(tsmm_mutex); in tsrm_new_interpreter_context()466 tsrm_mutex_lock(tsmm_mutex); in ts_free_thread()508 tsrm_mutex_lock(tsmm_mutex); in ts_free_worker_threads()551 tsrm_mutex_lock(tsmm_mutex); in ts_free_id()670 TSRM_API int tsrm_mutex_lock(MUTEX_T mutexp) in tsrm_mutex_lock() function
141 TSRM_API int tsrm_mutex_lock(MUTEX_T mutexp);
35 #define gdMutexLock(x) tsrm_mutex_lock(x)
119 tsrm_mutex_lock(pdo_oci_env_mutex); in PHP_RINIT_FUNCTION()
24 #define MYSQLND_STATS_LOCK(stats) tsrm_mutex_lock((stats)->LOCK_access)
46 #define local_lock(x) tsrm_mutex_lock(reentrant_locks[x])
91 tsrm_mutex_lock(php_crypt_extended_init_lock); in _crypt_extended_init_r()
201 tsrm_mutex_lock( locale_mutex ); in localeconv_r()
150 tsrm_mutex_lock(ancillary_mutex); in get_ancillary_reg_entry()
385 tsrm_mutex_lock(zts_lock); in zend_shared_alloc_lock()
101 tsrm_mutex_lock(php_curl_openssl_tsl[n]); in php_curl_ssl_lock()132 return tsrm_mutex_lock(*((MUTEX_T *) m)); in php_curl_ssl_mutex_lock()
75 #define php_pcre_mutex_lock() tsrm_mutex_lock(pcre_mt);
Completed in 75 milliseconds