VirtualBox

Changeset 33311 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Oct 21, 2010 2:23:20 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
66883
Message:

comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/nt/semevent-r0drv-nt.cpp

    r33269 r33311  
    7777        pThis->u32Magic = RTSEMEVENT_MAGIC;
    7878        pThis->cRefs    = 1;
    79         KeInitializeEvent(&pThis->Event, SynchronizationEvent, FALSE);
     79        KeInitializeEvent(&pThis->Event, SynchronizationEvent, FALSE /* not signalled */);
    8080
    8181        *phEventSem = pThis;
Note: See TracChangeset for help on using the changeset viewer.

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