diff options
author | 2016-11-11 18:44:44 +0000 | |
---|---|---|
committer | 2016-11-11 18:44:44 +0000 | |
commit | 39ce7d2907edb978f1ab6cd75884be48ab11cd77 (patch) | |
tree | 7d2f0c56bd8a7dd483b5c1ede7047b623d0e35d7 /tools/cpp-define-generator/constant_thread.def | |
parent | 5302bd999afee6db5b0cfd63e6a49b0fcbf92dd4 (diff) | |
parent | 3049324f4ef71b5d7a3de49bd77c75f07dbf8f3a (diff) |
Merge "Make empty checkpoint work while weak ref access is disabled."
Diffstat (limited to 'tools/cpp-define-generator/constant_thread.def')
-rw-r--r-- | tools/cpp-define-generator/constant_thread.def | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/cpp-define-generator/constant_thread.def b/tools/cpp-define-generator/constant_thread.def index af5ca21f17..1364b558ec 100644 --- a/tools/cpp-define-generator/constant_thread.def +++ b/tools/cpp-define-generator/constant_thread.def @@ -25,5 +25,7 @@ DEFINE_THREAD_CONSTANT(SUSPEND_REQUEST, int32_t, art::kSuspendRequest) DEFINE_THREAD_CONSTANT(CHECKPOINT_REQUEST, int32_t, art::kCheckpointRequest) +DEFINE_THREAD_CONSTANT(EMPTY_CHECKPOINT_REQUEST, int32_t, art::kEmptyCheckpointRequest) +DEFINE_THREAD_CONSTANT(SUSPEND_OR_CHECKPOINT_REQUEST, int32_t, art::kSuspendRequest | art::kCheckpointRequest | art::kEmptyCheckpointRequest) #undef DEFINE_THREAD_CONSTANT |