Changeset 30849 in webkit for trunk/JavaScriptCore/wtf/Threading.h
- Timestamp:
- Mar 6, 2008, 10:55:02 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/Threading.h
r30842 r30849 159 159 160 160 void wait(Mutex& mutex); 161 // Returns true if the condition was signaled before the timeout, false if the timeout was reached 162 bool timedWait(Mutex&, double interval); 161 163 void signal(); 162 164 void broadcast();
Note:
See TracChangeset
for help on using the changeset viewer.