Changeset 38437 in webkit for trunk/JavaScriptCore/wtf
- Timestamp:
- Nov 15, 2008, 3:45:04 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/ThreadingNone.cpp
r38105 r38437 38 38 void detachThread(ThreadIdentifier) { } 39 39 ThreadIdentifier currentThread() { return 0; } 40 bool isMainThread() { return false; }40 bool isMainThread() { return true; } 41 41 42 42 Mutex::Mutex() { }
Note:
See TracChangeset
for help on using the changeset viewer.