HomeSort by relevance Sort by last modified time
    Searched refs:thread_state_ (Results 1 - 4 of 4) sorted by null

  /art/runtime/
scoped_thread_state_change-inl.h 33 : self_(self), thread_state_(new_thread_state), expected_has_no_thread_(false) {
65 if (old_thread_state_ != thread_state_) {
68 } else if (thread_state_ == kRunnable) {
scoped_thread_state_change.h 58 const ThreadState thread_state_ = kTerminated; member in class:art::ScopedThreadStateChange
  /external/v8/src/
isolate.h 452 thread_state_(NULL),
477 ThreadState* thread_state_; member in class:v8::internal::Isolate::PerIsolateThreadData
    [all...]
isolate.cc 159 DCHECK(!per_thread->thread_state_);
    [all...]

Completed in 150 milliseconds