Home
last modified time | relevance | path

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

/f-stack/app/micro_thread/
H A Decho.cpp43 ret = mt_send(clt_fd, (void *)buf, ret, 0, 1000); in echo()
H A Dmt_api.h131 ssize_t mt_send(int fd, const void *buf, size_t nbyte, int flags, int timeout);
H A Dmt_api.cpp623 ssize_t mt_send(int fd, const void *buf, size_t nbyte, int flags, int timeout) in mt_send() function