VirtualBox

Changeset 44469 in vbox for trunk/src/VBox/Runtime/include


Ignore:
Timestamp:
Jan 30, 2013 3:37:55 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
83477
Message:

IPRT: Merging poll-win.cpp and poll-posix.cpp, part 1.

Location:
trunk/src/VBox/Runtime/include/internal
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/include/internal/pipe.h

    r32131 r44469  
    3333RT_C_DECLS_BEGIN
    3434
     35/**
     36 * Internal RTPollSetAdd helper that returns the handle that should be added to
     37 * the pollset.
     38 *
     39 * @returns Valid handle on success, INVALID_HANDLE_VALUE on failure.
     40 * @param   hPipe               The pipe handle.
     41 * @param   fEvents             The events we're polling for.
     42 * @param   phNative            Where to put the primary handle.
     43 */
     44int rtPipePollGetHandle(RTPIPE hPipe, uint32_t fEvents, PRTHCINTPTR phNative);
     45
    3546#ifdef RT_OS_WINDOWS
    36 int         rtPipePollGetHandle(RTPIPE hPipe, uint32_t fEvents, PHANDLE ph);
    3747uint32_t    rtPipePollStart(RTPIPE hPipe, RTPOLLSET hPollSet, uint32_t fEvents, bool fFinalEntry, bool fNoWait);
    3848uint32_t    rtPipePollDone(RTPIPE hPipe, uint32_t fEvents, bool fFinalEntry, bool fHarvestEvents);
  • trunk/src/VBox/Runtime/include/internal/socket.h

    r39801 r44469  
    6262#endif /* IPRT_INTERNAL_SOCKET_POLLING_ONLY */
    6363
     64int         rtSocketPollGetHandle(RTSOCKET hSocket, uint32_t fEvents, PRTHCINTPTR phNative);
    6465#ifdef RT_OS_WINDOWS
    65 int         rtSocketPollGetHandle(RTSOCKET hSocket, uint32_t fEvents, PHANDLE ph);
    6666uint32_t    rtSocketPollStart(RTSOCKET hSocket, RTPOLLSET hPollSet, uint32_t fEvents, bool fFinalEntry, bool fNoWait);
    6767uint32_t    rtSocketPollDone(RTSOCKET hSocket, uint32_t fEvents, bool fFinalEntry, bool fHarvestEvents);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette