Changeset 8706 in vbox for trunk/src/VBox/Runtime/r3/posix/semeventmulti-posix.cpp
- Timestamp:
- May 8, 2008 1:25:41 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 30644
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/semeventmulti-posix.cpp
r8245 r8706 368 368 * Get current time and calc end of wait time. 369 369 */ 370 /** @todo Something is braindead here. we're getting occational timeouts after no time has 371 * elapsed on linux 2.6.23. (ata code typically) 372 * 373 * The general problem here is that we're using the realtime clock, i.e. the wall clock 374 * that is subject to ntp updates and user alteration, so we will have to compenstate 375 * for this by using RTTimeMilliTS together with the clock_gettime()/gettimeofday() call. 376 * Joy, oh joy. */ 370 377 struct timespec ts = {0,0}; 371 378 #ifdef RT_OS_DARWIN
Note:
See TracChangeset
for help on using the changeset viewer.