Searched refs:tsrm_mutex_unlock (Results 1 – 14 of 14) sorted by relevance
139 tsrm_mutex_unlock(dtoa_mutex); \141 tsrm_mutex_unlock(pow5mult_mutex); \
30 tsrm_mutex_unlock(ht->mx_reader); in begin_read()39 tsrm_mutex_unlock(ht->mx_writer); in end_read()41 tsrm_mutex_unlock(ht->mx_reader); in end_read()55 tsrm_mutex_unlock(ht->mx_writer); in end_write()
250 tsrm_mutex_unlock(tsmm_mutex); in ts_allocate_id()283 tsrm_mutex_unlock(tsmm_mutex); in ts_allocate_id()326 tsrm_mutex_unlock(tsmm_mutex); in allocate_new_resource()384 tsrm_mutex_unlock(tsmm_mutex); in ts_resource_ex()490 tsrm_mutex_unlock(tsmm_mutex); in ts_free_thread()536 tsrm_mutex_unlock(tsmm_mutex); in ts_free_worker_threads()568 tsrm_mutex_unlock(tsmm_mutex); in ts_free_id()667 TSRM_API int tsrm_mutex_unlock(MUTEX_T mutexp) in tsrm_mutex_unlock() function
129 TSRM_API int tsrm_mutex_unlock(MUTEX_T mutexp);
36 #define gdMutexUnlock(x) tsrm_mutex_unlock(x)
128 tsrm_mutex_unlock(pdo_oci_env_mutex); in PHP_RINIT_FUNCTION()
25 #define MYSQLND_STATS_UNLOCK(stats) tsrm_mutex_unlock((stats)->LOCK_access)
45 #define local_unlock(x) tsrm_mutex_unlock(reentrant_locks[x])
105 tsrm_mutex_unlock(php_crypt_extended_init_lock); in _crypt_extended_init_r()
212 tsrm_mutex_unlock( locale_mutex ); in localeconv_r()
156 tsrm_mutex_unlock(ancillary_mutex); in get_ancillary_reg_entry()
433 tsrm_mutex_unlock(zts_lock); in zend_shared_alloc_unlock()
101 tsrm_mutex_unlock(php_curl_openssl_tsl[n]); in php_curl_ssl_lock()135 return tsrm_mutex_unlock(*((MUTEX_T *) m)); in php_curl_ssl_mutex_unlock()
92 #define php_pcre_mutex_unlock() tsrm_mutex_unlock(pcre_mt);
Completed in 75 milliseconds