Changeset 70478 in vbox for trunk/include/iprt
- Timestamp:
- Jan 7, 2018 6:42:39 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/poll.h
r69105 r70478 120 120 * Adds a generic handle to the poll set. 121 121 * 122 * If a handle is entered more than once, it is recommended to add the one with 123 * RTPOLL_EVT_ERROR first to ensure that you get the right ID back when an error 124 * actually occurs. On some hosts it is possible that polling for 125 * RTPOLL_EVT_READ on a socket may cause it to return error conditions because 126 * the two cannot so easily be distinguished. 127 * 128 * Also note that RTPOLL_EVT_ERROR may be returned by RTPoll even if not asked 129 * for. 130 * 122 131 * @returns IPRT status code 123 132 * @retval VERR_CONCURRENT_ACCESS if another thread is already accessing the set. The
Note:
See TracChangeset
for help on using the changeset viewer.