VirtualBox

Changeset 35805 in vbox for trunk/src/VBox/Runtime/r3


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

comment

File:
1 edited

Legend:

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

    r35802 r35805  
    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. */
    418420    int rc = getrusage(RUSAGE_LWP, &ts);
    419421    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