Home
last modified time | relevance | path

Searched refs:WaitRecv (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/micro_thread/
H A Dmt_net.h203 int32_t WaitRecv(uint64_t timeout);
H A Dmt_net.cpp370 int32_t CNetHandler::WaitRecv(uint64_t timeout) in WaitRecv() function in CNetHandler
444 ret = this->WaitRecv(time_left); in SendRecv()