VirtualBox

Changeset 31155 in vbox for trunk/include/iprt/critsect.h


Ignore:
Timestamp:
Jul 28, 2010 12:39:36 AM (14 years ago)
Author:
vboxsync
Message:

iprt/condvar.h: condition variable spec.

File:
1 edited

Legend:

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

    r28800 r31155  
    44
    55/*
    6  * Copyright (C) 2006-2009 Oracle Corporation
     6 * Copyright (C) 2006-2010 Oracle Corporation
    77 *
    88 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    9090} RTCRITSECT;
    9191AssertCompileSize(RTCRITSECT, HC_ARCH_BITS == 32 ? 32 : 48);
    92 /** Pointer to a critical section. */
    93 typedef RTCRITSECT *PRTCRITSECT;
    94 /** Pointer to a const critical section. */
    95 typedef const RTCRITSECT *PCRTCRITSECT;
    9692
    9793/** RTCRITSECT::u32Magic value. (Hiromi Uehara) */
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