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

/art/runtime/
H A Dscoped_thread_state_change.h32 class ScopedThreadStateChange { class in namespace:art
34 ScopedThreadStateChange(Thread* self, ThreadState new_thread_state)
60 ~ScopedThreadStateChange() LOCKS_EXCLUDED(Locks::thread_suspend_count_lock_) ALWAYS_INLINE {
87 ScopedThreadStateChange() function in class:art::ScopedThreadStateChange
99 DISALLOW_COPY_AND_ASSIGN(ScopedThreadStateChange);
250 const ScopedThreadStateChange tsc_;

Completed in 338 milliseconds