Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dmodule.c236 static pthread_mutex_t moduleGIL = PTHREAD_MUTEX_INITIALIZER; variable
3895 pthread_mutex_lock(&moduleGIL); in moduleAcquireGIL()
3899 pthread_mutex_unlock(&moduleGIL); in moduleReleaseGIL()
5080 pthread_mutex_lock(&moduleGIL); in moduleInitModulesSystem()