Home
last modified time | relevance | path

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

/PHP-7.4/main/
H A Dreentrancy.c42 static MUTEX_T reentrant_locks[NUMBER_OF_LOCKS]; variable
44 #define local_lock(x) tsrm_mutex_lock(reentrant_locks[x])
45 #define local_unlock(x) tsrm_mutex_unlock(reentrant_locks[x])
203 reentrant_locks[i] = tsrm_mutex_alloc(); in reentrancy_startup()
212 tsrm_mutex_free(reentrant_locks[i]); in reentrancy_shutdown()

Completed in 4 milliseconds