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

/art/runtime/
H A Dscoped_thread_state_change.h34 class ScopedThreadStateChange { class in namespace:art
36 ScopedThreadStateChange(Thread* self, ThreadState new_thread_state)
62 ~ScopedThreadStateChange() LOCKS_EXCLUDED(Locks::thread_suspend_count_lock_) ALWAYS_INLINE {
89 ScopedThreadStateChange() function in class:art::ScopedThreadStateChange
101 DISALLOW_COPY_AND_ASSIGN(ScopedThreadStateChange);
244 const ScopedThreadStateChange tsc_;

Completed in 32 milliseconds