Home
last modified time | relevance | path

Searched refs:ERR_NONE (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/micro_thread/
H A Dmt_concurrent.cpp109 if (action->GetErrno() != ERR_NONE) { in mt_multi_newsock()
167 if (action->GetErrno() != ERR_NONE) { in mt_multi_open()
242 if (action->GetErrno() != ERR_NONE) { in mt_multi_sendto()
325 if (action->GetErrno() != ERR_NONE) { in mt_multi_recvfrom()
H A Dmt_action.cpp34 _errno = ERR_NONE; in Init()
46 if (_errno != ERR_NONE) { in Reset()
H A Dmt_action.h50 ERR_NONE = 0, enumerator