- 21 Sep, 2016 1 commit
- 14 Sep, 2016 2 commits
-
-
thus it is mutable. This reverts commit 4b3e2f67. Change-Id: I624fafd95c61766b3952263612a2a44f85d022a8
Brian O'Connor authored
- 07 Sep, 2016 4 commits
- 06 Sep, 2016 2 commits
- 01 Sep, 2016 8 commits
- 30 Aug, 2016 5 commits
-
-
Different threads could call run(), satisfy() and fail() method. Each of the methods reads/writes multiple fields during the method call. These method calls need to be synchronized to gurantee to see the latest value. Change-Id: Ic252b56e0902170d7e0fdb83f96f0fb2e55ec56b
Sho SHIMIZU authored -
The field assignment doesn't change over the life time Change-Id: I022dbe7ce8a1cbae8837fd97bff8610a4cada610
Sho SHIMIZU authored
- 29 Aug, 2016 1 commit
-
-
This reverts commit 2451a099. Change-Id: Iab7afd7c61cc1e25292e093660170101da779cf8
Jonathan Hart authored
-
- 26 Aug, 2016 4 commits
- 24 Aug, 2016 3 commits
-
-
Updated unit tests, and added a test for the app context in the URL. Change-Id: I110b62ff8366a503c3309df0f26a7dd213ae0c5f (cherry picked from commit fa875bb1)
Simon Hunt authored -
…nos is behind an app prefix Change-Id: I271da533f39091efdd01d8104c1e6740effead52
David K. Bainbridge authored
-
- 23 Aug, 2016 1 commit
- 18 Aug, 2016 1 commit
- 22 Aug, 2016 6 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 -
The field, dispatchLoop, is accessed in activate() method and the thread where Watchdog is running. Then, different threads could access the field and could miss the latest value. Change-Id: Id218522f5b318fb3d05833ba57d908a1bf6d2949
Sho SHIMIZU authored -
The field, lastStart, is read/written from different thread pools. As a result, the field could be accessed from different threads. Change-Id: Ia50c5bd3405bf2af98abb9d14f7e35d840f62483
Sho SHIMIZU authored
-
- 20 Aug, 2016 1 commit
- 19 Aug, 2016 1 commit