Home
last modified time | relevance | path

Searched refs:GetErrno (Results 1 – 2 of 2) 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()
457 MTLOG_DEBUG("send recv failed: %d", pAction->GetErrno()); in mt_msg_sendrcv()
H A Dmt_action.h117 MULTI_ERROR GetErrno() { in GetErrno() function