Changeset 43392 in webkit for trunk/JavaScriptCore/wtf/ThreadingNone.cpp
- Timestamp:
- May 7, 2009, 11:47:19 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/ThreadingNone.cpp
r43369 r43392 33 33 namespace WTF { 34 34 35 bool ThreadIdentifier::operator==(const ThreadIdentifier&) const { return true; }36 bool ThreadIdentifier::operator!=(const ThreadIdentifier&) const { return false; }37 38 35 void initializeThreading() { } 39 36 ThreadIdentifier createThreadInternal(ThreadFunction, void*, const char*) { return ThreadIdentifier(); }
Note:
See TracChangeset
for help on using the changeset viewer.