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

  /art/runtime/
scoped_thread_state_change.h 34 ScopedThreadStateChange(Thread* self, ThreadState new_thread_state)
36 : self_(self), thread_state_(new_thread_state), expected_has_no_thread_(false) {
47 if (old_thread_state_ != new_thread_state) {
48 if (new_thread_state == kRunnable) {
51 self_->TransitionFromRunnableToSuspended(new_thread_state);
54 self_->SetState(new_thread_state);
  /external/chromium_org/v8/src/
v8threads.cc 222 ThreadState* new_thread_state = new ThreadState(this); local
223 new_thread_state->AllocateSpace();
224 return new_thread_state;

Completed in 195 milliseconds