Home
last modified time | relevance | path

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

/PHP-5.5/sapi/roxen/
H A Droxen.c118 static PIKE_MUTEX_T roxen_php_execution_lock; variable
119 # 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 6 milliseconds