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