Changeset 91383 in webkit for trunk/Source/JavaScriptCore/wtf/ThreadingPthreads.cpp
- Timestamp:
- Jul 20, 2011, 11:43:43 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/wtf/ThreadingPthreads.cpp
r91380 r91383 365 365 bool ThreadCondition::timedWait(Mutex& mutex, double absoluteTime) 366 366 { 367 if (absoluteTime < monotonicallyIncreasingTime())367 if (absoluteTime < currentTime()) 368 368 return false; 369 369
Note:
See TracChangeset
for help on using the changeset viewer.