You need to sign in or sign up before continuing.
  1. 27 Sep, 2016 1 commit
  2. 23 Sep, 2016 3 commits
  3. 21 Sep, 2016 3 commits
  4. 14 Sep, 2016 2 commits
  5. 07 Sep, 2016 4 commits
  6. 06 Sep, 2016 2 commits
  7. 01 Sep, 2016 8 commits
  8. 30 Aug, 2016 5 commits
  9. 29 Aug, 2016 1 commit
  10. 26 Aug, 2016 4 commits
  11. 24 Aug, 2016 3 commits
  12. 23 Aug, 2016 1 commit
  13. 18 Aug, 2016 1 commit
  14. 22 Aug, 2016 2 commits
    • Multiple threads could access the field, lastSink, then they should read
      the latest value of lastSink
      
      Change-Id: I279ed6fa3db357008603cde5cb2c57671e66b33c
      Sho SHIMIZU authored
    • The field, dispatchFuture, is accessed in activate() method and the thread
      where Watchdog is running. Then, different threads could access the field
      and couldn't read the latest value.
      
      Change-Id: Iceb390bcf3c5711c1dbb59198667138c8a90b036
      Sho SHIMIZU authored