Searched refs:mt_recv (Results 1 – 3 of 3) sorted by relevance
| /f-stack/app/micro_thread/ |
| H A D | echo.cpp | 38 ret = mt_recv(clt_fd, (void *)buf, 64 * 1024, 0, -1); in echo()
|
| H A D | mt_api.h | 129 ssize_t mt_recv(int fd, void *buf, int len, int flags, int timeout);
|
| H A D | mt_api.cpp | 618 ssize_t mt_recv(int fd, void *buf, int len, int flags, int timeout) in mt_recv() function
|