Home
last modified time | relevance | path

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

/kernel/object/include/object/
A Dthread_state.h107 Exception exception() const { in exception() function
226 void set(Exception exception) { in set() argument
227 switch (exception) { in set()
/kernel/object/
A Dexcp_port.cpp37 port_packet->packet.exception.pid = pid; in MakePacket()
38 port_packet->packet.exception.tid = tid; in MakePacket()
39 port_packet->packet.exception.reserved0 = 0; in MakePacket()
40 port_packet->packet.exception.reserved1 = 0; in MakePacket()
A Drules.mk20 $(LOCAL_DIR)/exception.cpp \
A Dthread_dispatcher.cpp642 *out_estatus = state_.exception(); in ExceptionHandlerExchange()
713 if (state_.exception() != ThreadState::Exception::UNPROCESSED) in MarkExceptionHandledWorker()
738 if (state_.exception() == ThreadState::Exception::UNPROCESSED) { in OnExceptionPortRemoval()
774 state_.exception() == ThreadState::Exception::UNPROCESSED) { in GetInfoForUserspace()
782 state_.exception() != ThreadState::Exception::UNPROCESSED); in GetInfoForUserspace()

Completed in 8 milliseconds