Home
last modified time | relevance | path

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

/f-stack/app/micro_thread/
H A Decho.cpp38 ret = mt_recv(clt_fd, (void *)buf, 64 * 1024, 0, -1); in echo()
H A Dmt_api.h129 ssize_t mt_recv(int fd, void *buf, int len, int flags, int timeout);
H A Dmt_api.cpp618 ssize_t mt_recv(int fd, void *buf, int len, int flags, int timeout) in mt_recv() function