VirtualBox

Changeset 56402 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Jun 13, 2015 2:58:10 PM (10 years ago)
Author:
vboxsync
Message:

DevATA,PDMCritSect: Changed the AsyncIOSem from RTSEMEVENT to SUPSEMEVENT so it can be signalled in ring-0 too.

File:
1 edited

Legend:

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

    r56291 r56402  
    211211RTDECL(int) RTCritSectTryEnterDebug(PRTCRITSECT pCritSect, RTHCUINTPTR uId, RT_SRC_POS_DECL);
    212212
    213 #ifdef IN_RING3 /* Crazy APIs: ring-3 only. */
     213# ifdef IN_RING3 /* Crazy APIs: ring-3 only. */
    214214
    215215/**
     
    252252RTDECL(int) RTCritSectEnterMultipleDebug(size_t cCritSects, PRTCRITSECT *papCritSects, RTUINTPTR uId, RT_SRC_POS_DECL);
    253253
    254 #endif /* IN_RING3 */
     254# endif /* IN_RING3 */
    255255
    256256/**
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