VirtualBox

Changeset 21513 in vbox for trunk/include/iprt/types.h


Ignore:
Timestamp:
Jul 12, 2009 7:17:13 PM (15 years ago)
Author:
vboxsync
Message:

iprt/semaphore.h,types.h: Defined a new semaphore type for use with the logger.

File:
1 edited

Legend:

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

    r21106 r21513  
    11581158 * Fast mutex Semaphore handle. */
    11591159typedef R3R0PTRTYPE(struct RTSEMFASTMUTEXINTERNAL *) RTSEMFASTMUTEX;
    1160 /** Pointer to a mutex semaphore handle. */
     1160/** Pointer to a fast mutex semaphore handle. */
    11611161typedef RTSEMFASTMUTEX                             *PRTSEMFASTMUTEX;
    11621162/** Nil fast mutex semaphore handle. */
     
    11701170/** Nil mutex semaphore handle. */
    11711171#define NIL_RTSEMMUTEX                              0
     1172
     1173/** @typedef RTSEMSPINMUTEX
     1174 * Spinning mutex Semaphore handle. */
     1175typedef R3R0PTRTYPE(struct RTSEMSPINMUTEXINTERNAL *) RTSEMSPINMUTEX;
     1176/** Pointer to a spinning mutex semaphore handle. */
     1177typedef RTSEMSPINMUTEX                             *PRTSEMSPINMUTEX;
     1178/** Nil spinning mutex semaphore handle. */
     1179#define NIL_RTSEMSPINMUTEX                          0
    11721180
    11731181/** @typedef RTSEMRW
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