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

  /art/runtime/
scoped_thread_state_change.h 32 ScopedThreadStateChange(Thread* self, ThreadState new_thread_state)
34 : self_(self), thread_state_(new_thread_state), expected_has_no_thread_(false) {
47 runnable_transition = old_thread_state_ == kRunnable || new_thread_state == kRunnable;
50 self_->SetState(new_thread_state);
53 if (runnable_transition && old_thread_state_ != new_thread_state) {
54 if (new_thread_state == kRunnable) {
58 self_->TransitionFromRunnableToSuspended(new_thread_state);
  /external/chromium_org/v8/src/
v8threads.cc 282 ThreadState* new_thread_state = new ThreadState(this); local
283 new_thread_state->AllocateSpace();
284 return new_thread_state;
  /external/v8/src/
v8threads.cc 272 ThreadState* new_thread_state = new ThreadState(this); local
273 new_thread_state->AllocateSpace();
274 return new_thread_state;

Completed in 538 milliseconds