Searched refs:roxen_php_execution_lock (Results 1 – 1 of 1) sorted by relevance
118 static PIKE_MUTEX_T roxen_php_execution_lock; variable119 # define PHP_INIT_LOCK() mt_init(&roxen_php_execution_lock)120 # define PHP_LOCK(X) THREADS_ALLOW();mt_lock(&roxen_php_execution_lock);THREADS_DISALLOW()121 # define PHP_UNLOCK(X) mt_unlock(&roxen_php_execution_lock);122 # define PHP_DESTROY() mt_destroy(&roxen_php_execution_lock)
Completed in 5 milliseconds