Searched refs:tsrm_mutex_free (Results 1 – 14 of 14) sorted by relevance
77 tsrm_mutex_free(ht->mx_reader); in zend_ts_hash_destroy()78 tsrm_mutex_free(ht->mx_writer); in zend_ts_hash_destroy()152 tsrm_mutex_free(ht->mx_reader); in zend_ts_hash_graceful_destroy()153 tsrm_mutex_free(ht->mx_writer); in zend_ts_hash_graceful_destroy()
568 tsrm_mutex_free(dtoa_mutex); in zend_shutdown_strtod()571 tsrm_mutex_free(pow5mult_mutex); in zend_shutdown_strtod()
465 tsrm_mutex_free(cwd_mutex); in virtual_cwd_shutdown()
34 #define gdMutexShutdown(x) tsrm_mutex_free(x)
147 tsrm_mutex_free(pdo_oci_env_mutex); in PHP_MSHUTDOWN_FUNCTION()
127 TSRM_API void tsrm_mutex_free(MUTEX_T mutexp);
209 tsrm_mutex_free(tsmm_mutex); in tsrm_shutdown()619 TSRM_API void tsrm_mutex_free(MUTEX_T mutexp) in tsrm_mutex_free() function
236 tsrm_mutex_free(stats->LOCK_access); in mysqlnd_stats_end()
260 tsrm_mutex_free(reentrant_locks[i]); in reentrancy_shutdown()
75 tsrm_mutex_free(php_crypt_extended_init_lock); in php_shutdown_crypt_r()
233 tsrm_mutex_free( locale_mutex ); in PHP_MSHUTDOWN_FUNCTION()
454 tsrm_mutex_free(ancillary_mutex); in php_socket_sendrecvmsg_shutdown()
124 tsrm_mutex_free(*((MUTEX_T *) m)); in php_curl_ssl_mutex_destroy()1509 tsrm_mutex_free(php_curl_openssl_tsl[i]); in PHP_MSHUTDOWN_FUNCTION()
90 if (tsrm_is_main_thread() && pcre_mt) { tsrm_mutex_free(pcre_mt); pcre_mt = NULL; }
Completed in 72 milliseconds