Skip to content
  • Aurelio Colosimo's avatar
    fixed posix_timer_adjust_all · f9f23f1d
    Aurelio Colosimo authored
    Corrected the computation itself (do not move pointers, but the .start field!).
    Define posix_timer_adjust_all and its alias pp_timer_adjust_all
    
    Actually, the best way for implementing timers is to use MONOTONIC_RAW which
    avoids the need of such an adjust function
    f9f23f1d