Home
last modified time | relevance | path

Searched refs:tsrm_mutex_unlock (Results 1 – 12 of 12) sorted by relevance

/php-src/TSRM/
H A DTSRM.c244 tsrm_mutex_unlock(tsrm_env_mutex); in tsrm_env_unlock()
294 tsrm_mutex_unlock(tsmm_mutex); in ts_allocate_id()
307 tsrm_mutex_unlock(tsmm_mutex); in ts_allocate_id()
338 tsrm_mutex_unlock(tsmm_mutex); in ts_allocate_fast_id()
352 tsrm_mutex_unlock(tsmm_mutex); in ts_allocate_fast_id()
365 tsrm_mutex_unlock(tsmm_mutex); in ts_allocate_fast_id()
452 tsrm_mutex_unlock(tsmm_mutex); in ts_resource_ex()
499 tsrm_mutex_unlock(tsmm_mutex); in ts_resource_ex()
540 tsrm_mutex_unlock(tsmm_mutex); in ts_free_thread()
574 tsrm_mutex_unlock(tsmm_mutex); in ts_free_id()
[all …]
H A DTSRM.h129 TSRM_API int tsrm_mutex_unlock(MUTEX_T mutexp);
/php-src/ext/gd/libgd/
H A Dgdhelpers.h36 #define gdMutexUnlock(x) tsrm_mutex_unlock(x)
/php-src/ext/mysqlnd/
H A Dmysqlnd_statistics.h23 #define MYSQLND_STATS_UNLOCK(stats) tsrm_mutex_unlock((stats)->LOCK_access)
/php-src/ext/standard/
H A Dphp_crypt_r.c78 tsrm_mutex_unlock(php_crypt_extended_init_lock); in _crypt_extended_init_r()
H A Dstring.c143 tsrm_mutex_unlock( locale_mutex ); in localeconv_r()
/php-src/main/
H A Dreentrancy.c41 #define local_unlock(x) tsrm_mutex_unlock(reentrant_locks[x])
/php-src/ext/com_dotnet/
H A Dcom_typeinfo.c262 tsrm_mutex_unlock(php_com_typelibraries_mutex); in php_com_cache_typelib()
298 tsrm_mutex_unlock(php_com_typelibraries_mutex); in php_com_load_typelib_via_cache()
/php-src/ext/sockets/
H A Dsendrecvmsg.c168 tsrm_mutex_unlock(ancillary_mutex); in get_ancillary_reg_entry()
/php-src/ext/opcache/
H A Dzend_shared_alloc.c540 tsrm_mutex_unlock(zts_lock); in zend_shared_alloc_unlock()
/php-src/ext/pcre/
H A Dphp_pcre.c85 #define php_pcre_mutex_unlock() tsrm_mutex_unlock(pcre_mt);
/php-src/ext/curl/
H A Dinterface.c80 tsrm_mutex_unlock(php_curl_openssl_tsl[n]); in php_curl_ssl_lock()

Completed in 61 milliseconds