Changeset 30849 in webkit for trunk/JavaScriptCore/wtf/ThreadingNone.cpp
- Timestamp:
- Mar 6, 2008, 10:55:02 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/ThreadingNone.cpp
r30842 r30849 48 48 ThreadCondition::~ThreadCondition() {} 49 49 void ThreadCondition::wait(Mutex& mutex) {} 50 bool ThreadCondition::timedWait(Mutex& mutex, double interval) { return false; } 50 51 void ThreadCondition::signal() {} 51 52 void ThreadCondition::broadcast() {}
Note:
See TracChangeset
for help on using the changeset viewer.