VirtualBox

儲存庫 vbox 的更動 44858


忽略:
時間撮記:
2013-2-28 上午02:03:08 (12 年 以前)
作者:
vboxsync
svn:sync-xref-src-repo-rev:
84007
訊息:

doc corrections.

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • 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
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette