Home
last modified time | relevance | path

Searched refs:IDLE (Results 1 – 4 of 4) sorted by relevance

/kernel/object/
A Dinterrupt_dispatcher.cpp15 : timestamp_(0), state_(InterruptState::IDLE) { in InterruptDispatcher()
39 case InterruptState::IDLE: in WaitForInterrupt()
56 state_ = InterruptState::IDLE; in WaitForInterrupt()
146 if ((state_ == InterruptState::IDLE) || in Destroy()
200 state_ = InterruptState::IDLE; in Ack()
A Dthread_dispatcher.cpp688 state_.set(ThreadState::Exception::IDLE); in ExitExceptionLocked()
/kernel/object/include/object/
A Dthread_state.h62 IDLE, enumerator
112 return Exception::IDLE; in exception()
128 return Exception::IDLE; in exception()
228 case Exception::IDLE: in set()
A Dinterrupt_dispatcher.h24 IDLE = 4, enumerator

Completed in 8 milliseconds