VirtualBox

Changeset 46185 in vbox for trunk/src/VBox/Runtime/common


Ignore:
Timestamp:
May 21, 2013 6:28:49 AM (12 years ago)
Author:
vboxsync
Message:

Runtime: Rename RTWorkQueue to RTQueueAtomic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/misc/aiomgr.cpp

    r45723 r46185  
    3636#include <iprt/thread.h>
    3737#include <iprt/assert.h>
    38 #include <iprt/workqueue.h>
     38#include <iprt/critsect.h>
     39#include <iprt/semaphore.h>
     40#include <iprt/queueatomic.h>
    3941
    4042#include "internal/magics.h"
     
    8991    /** Size of the array. */
    9092    unsigned                      cReqEntries;
    91 #if 0
    9293    /** Critical section protecting the blocking event handling. */
    9394    RTCRITSECT                    CritSectBlockingEvent;
     
    109110        volatile PRTAIOMGRFILEINT pFileClose;
    110111    } BlockingEventData;
    111 #endif
    112112} RTAIOMGRINT;
    113113/** Pointer to an internal async I/O manager instance. */
     
    128128    PRTAIOMGRINT                  pAioMgr;
    129129    /** Work queue for new requests. */
    130     RTWORKQUEUE                   WorkQueueReqs;
     130    RTQUEUEATOMIC                 QueueReqs;
    131131    /** Data for exclusive use by the assigned async I/O manager. */
    132132    struct
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