VirtualBox

Changeset 6956 in vbox for trunk/include


Ignore:
Timestamp:
Feb 14, 2008 2:50:04 PM (17 years ago)
Author:
vboxsync
Message:

Moved RTTLS to iprt/types.h (from thread.h)

Location:
trunk/include/iprt
Files:
2 edited

Legend:

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

    r6951 r6956  
    364364 * @{
    365365 */
    366 /** A TLS index. */
    367 typedef int             RTTLS;
    368 /** Pointer to a TLS index. */
    369 typedef RTTLS          *PRTTLS;
    370 /** Pointer to a const TLS index. */
    371 typedef RTTLS const    *PCRTTLS;
    372 /** NIL TLS index value. */
    373 #define NIL_RTTLS       (-1)
    374 
    375366/**
    376367 * Thread termination callback for destroying a non-zero TLS entry.
  • trunk/include/iprt/types.h

    r5999 r6956  
    941941#define NIL_RTTHREAD                                0
    942942
     943/** A TLS index. */
     944typedef int                                         RTTLS;
     945/** Pointer to a TLS index. */
     946typedef RTTLS                                      *PRTTLS;
     947/** Pointer to a const TLS index. */
     948typedef RTTLS const                                *PCRTTLS;
     949/** NIL TLS index value. */
     950#define NIL_RTTLS                                   (-1)
     951
    943952/** Handle to a simple heap. */
    944953typedef R3R0PTRTYPE(struct RTHEAPSIMPLEINTERNAL *)  RTHEAPSIMPLE;
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