Searched refs:slack (Results 1 – 2 of 2) sorted by relevance
76 SetTimerSlackAction(unsigned long slack) noexcept : slack_(slack) {} in SetTimerSlackAction() argument
479 unsigned long slack; in Load() local481 slack = strtoul(slack_value.c_str(), &end, 10); in Load()483 profile->Add(std::make_unique<SetTimerSlackAction>(slack)); in Load()