Searched refs:exceptionCode (Results 1 – 2 of 2) sorted by relevance
731 infos->exceptionCode = errCode; in ReadNotifyEvent()755 infos->exceptionCode = EINVAL; in GetNotifyEvent()765 …while (infos->run && infos->exceptionCode == ERRNO_NOERR && infos->eventFd != -1 && infos->notifyF… in GetNotifyEvent()778 infos->exceptionCode = errno; in GetNotifyEvent()912 infos->exceptionCode = result; in Async()913 return NError(infos->exceptionCode); in Async()916 return NError(infos->exceptionCode); in Async()
95 int exceptionCode = ERRNO_NOERR; // notify copy thread or listener thread has exceptions. member