Changeset 35806 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Feb 1, 2011 10:53:58 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/thread-posix.cpp
r35805 r35806 416 416 #if defined(RT_OS_SOLARIS) 417 417 struct rusage ts; 418 /* XXX getrusage() returns the times for the whole process while this419 * function should return the times per thread. */420 418 int rc = getrusage(RUSAGE_LWP, &ts); 421 419 if (rc)
Note:
See TracChangeset
for help on using the changeset viewer.