Home
last modified time | relevance | path

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

/f-stack/app/micro_thread/
H A Dmt_net.h201 int32_t WaitSend(uint64_t timeout);
H A Dmt_net.cpp322 int32_t CNetHandler::WaitSend(uint64_t timeout) in WaitSend() function in CNetHandler
435 ret = this->WaitSend(time_left); in SendRecv()