run_hook_count     85 modules/luascript.c static unsigned run_hook_count; // number of calls to the count hook this kbd_task iteration
run_hook_count    195 modules/luascript.c     run_hook_count++;
run_hook_count    198 modules/luascript.c     if(run_hook_count >= yield_max_count || (unsigned)(get_tick_count() - run_start_tick) >= yield_max_ms)
run_hook_count    321 modules/luascript.c     run_hook_count = 0;