VirtualBox

Changeset 33155 in vbox for trunk/include


Ignore:
Timestamp:
Oct 15, 2010 12:07:44 PM (14 years ago)
Author:
vboxsync
Message:

IPRT: Added RTSemEventGetResolution and RTSemEventMultiGetResolution to r0drv.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/semaphore.h

    r33011 r33155  
    222222
    223223/**
     224 * Gets the best timeout resolution that RTSemEventWaitEx can do.
     225 *
     226 * @returns The resolution in nanoseconds.
     227 */
     228RTDECL(uint32_t) RTSemEventGetResolution(void);
     229
     230/**
    224231 * Sets the signaller thread to one specific thread.
    225232 *
     
    388395RTDECL(int)  RTSemEventMultiWaitExDebug(RTSEMEVENTMULTI hEventMultiSem, uint32_t fFlags, uint64_t uTimeout,
    389396                                        RTHCUINTPTR uId, RT_SRC_POS_DECL);
     397
     398/**
     399 * Gets the best timeout resolution that RTSemEventMultiWaitEx can do.
     400 *
     401 * @returns The resolution in nanoseconds.
     402 */
     403RTDECL(uint32_t) RTSemEventMultiGetResolution(void);
    390404
    391405/**
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