VirtualBox

Changeset 53525 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Dec 12, 2014 3:32:30 PM (10 years ago)
Author:
vboxsync
Message:

iprt: added RTR3InitIsInitialized

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/init.cpp

    r48935 r53525  
    641641}
    642642
     643
     644RTR3DECL(bool) RTR3InitIsInitialized(void)
     645{
     646    return g_cUsers >= 1 && !g_fInitializing;
     647}
     648
     649
    643650RTR3DECL(bool) RTR3InitIsUnobtrusive(void)
    644651{
    645652    return RT_BOOL(g_fInitFlags & RTR3INIT_FLAGS_UNOBTRUSIVE);
    646653}
     654
    647655
    648656#if 0 /** @todo implement RTR3Term. */
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