Searched refs:tv_ptr (Results 1 – 1 of 1) sorted by relevance
| /NextBSD/contrib/llvm/tools/lldb/source/Host/posix/ |
| HD | ConnectionFileDescriptorPosix.cpp | 578 struct timeval *tv_ptr; in BytesAvailable() local 583 tv_ptr = nullptr; in BytesAvailable() 591 tv_ptr = &tv; in BytesAvailable() 641 … static_cast<void *>(this), nfds, handle, pipe_fd, static_cast<void *>(tv_ptr)); in BytesAvailable() 644 … static_cast<void *>(this), nfds, handle, static_cast<void *>(tv_ptr)); in BytesAvailable() 647 const int num_set_fds = ::select(nfds, FD_SET_DATA(read_fds), NULL, NULL, tv_ptr); in BytesAvailable() 658 … static_cast<void *>(this), nfds, handle, pipe_fd, static_cast<void *>(tv_ptr), num_set_fds, in BytesAvailable() 663 …static_cast<void *>(this), nfds, handle, static_cast<void *>(tv_ptr), num_set_fds, error.AsCString… in BytesAvailable()
|