Lines Matching defs:timeout
867 void MtFrame::WaitNotify(utime64_t timeout) in WaitNotify()
912 bool MtFrame::KqueueSchedule(KqObjList* fdlist, KqueuerObj* fd, int timeout) in KqueueSchedule()
961 …from(int fd, void *buf, int len, int flags, struct sockaddr *from, socklen_t *fromlen, int timeout) in recvfrom()
1021 …dto(int fd, const void *msg, int len, int flags, const struct sockaddr *to, int tolen, int timeout) in sendto()
1067 int MtFrame::connect(int fd, const struct sockaddr *addr, int addrlen, int timeout) in connect()
1118 int MtFrame::accept(int fd, struct sockaddr *addr, socklen_t *addrlen, int timeout) in accept()
1164 ssize_t MtFrame::read(int fd, void *buf, size_t nbyte, int timeout) in read()
1210 ssize_t MtFrame::write(int fd, const void *buf, size_t nbyte, int timeout) in write()
1268 int MtFrame::recv(int fd, void *buf, int len, int flags, int timeout) in recv()
1328 ssize_t MtFrame::send(int fd, const void *buf, size_t nbyte, int flags, int timeout) in send()
1396 int MtFrame::WaitEvents(int fd, int events, int timeout) in WaitEvents()