VirtualBox

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


Ignore:
Timestamp:
Feb 1, 2011 10:53:58 AM (14 years ago)
Author:
vboxsync
Message:

does not apply

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/posix/thread-posix.cpp

    r35805 r35806  
    416416#if defined(RT_OS_SOLARIS)
    417417    struct rusage ts;
    418     /* XXX getrusage() returns the times for the whole process while this
    419      *     function should return the times per thread. */
    420418    int rc = getrusage(RUSAGE_LWP, &ts);
    421419    if (rc)
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