Home
last modified time | relevance | path

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

/PHP-5.5/ext/interbase/
H A Dphp_ibase_udf.c115 pthread_mutex_t mtx_res = PTHREAD_MUTEX_INITIALIZER; variable
117 #define LOCK() do { pthread_mutex_lock(&mtx_res); } while (0)
118 #define UNLOCK() do { pthread_mutex_unlock(&mtx_res); } while (0)

Completed in 8 milliseconds