Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dserver.c1416 if (moduleCount()) moduleReleaseGIL(); in beforeSleep()
1424 if (moduleCount()) moduleAcquireGIL(); in afterSleep()
H A Dserver.h1410 size_t moduleCount(void);
H A Dmodule.c5301 size_t moduleCount(void) { in moduleCount() function