VirtualBox

Changeset 44858 in vbox


Ignore:
Timestamp:
Feb 28, 2013 2:03:08 AM (12 years ago)
Author:
vboxsync
Message:

doc corrections.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/generic/semrw-lockless-generic.cpp

    r44529 r44858  
    11/* $Id$ */
    22/** @file
    3  * IPRT Testcase - RTSemXRoads, generic implementation.
     3 * IPRT - Read-Write Semaphore, Generic, lockless variant.
    44 */
    55
    66/*
    7  * Copyright (C) 2009-2011 Oracle Corporation
     7 * Copyright (C) 2009-2013 Oracle Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    6969    /** The number of reads made by the current writer. */
    7070    uint32_t volatile       cWriterReads;
    71     /** The number of reads made by the current writer. */
     71    /** The number of recursions made by the current writer. (The initial grabbing
     72     *  of the lock counts as the first one.) */
    7273    uint32_t volatile       cWriteRecursions;
    7374
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