Searched refs:cronloops (Results 1 – 2 of 2) sorted by relevance
453 #define run_with_period(_ms_) if ((_ms_ <= 1000/server.hz) || !(server.cronloops%((_ms_)/(1000/serv…954 int cronloops; /* Number of times the cron function run */ member
1358 server.cronloops++; in serverCron()2099 server.cronloops = 0; in initServer()