Searched defs:ScopedThreadStateChange (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dscoped_thread_state_change-inl.h32 inline ScopedThreadStateChange::ScopedThreadStateChange(Thread* self, ThreadState new_thread_state) function in class:art::ScopedThreadStateChange
57 inline ScopedThreadStateChange::~ScopedThreadStateChange() {
H A Dscoped_thread_state_change.h42 class ScopedThreadStateChange : public ValueObject { class in namespace:art
44 ALWAYS_INLINE ScopedThreadStateChange(Thread* self, ThreadState new_thread_state)
47 ALWAYS_INLINE ~ScopedThreadStateChange() REQUIRES(!Locks::thread_suspend_count_lock_);
55 ScopedThreadStateChange() {} function in class:art::ScopedThreadStateChange
65 DISALLOW_COPY_AND_ASSIGN(ScopedThreadStateChange);
163 const ScopedThreadStateChange tsc_;

Completed in 305 milliseconds