Changeset 31560 in webkit for trunk/JavaScriptCore/wtf/ThreadingWin.cpp
- Timestamp:
- Apr 1, 2008, 11:38:32 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/ThreadingWin.cpp
r30855 r31560 66 66 #include <windows.h> 67 67 #include <wtf/HashMap.h> 68 #include <wtf/MathExtras.h> 68 69 69 70 namespace WTF { 70 71 71 72 Mutex* atomicallyInitializedStaticMutex; 73 74 void initializeThreading() 75 { 76 if (!atomicallyInitializedStaticMutex) { 77 atomicallyInitializedStaticMutex = new Mutex; 78 wtf_random_init(); 79 } 80 } 72 81 73 82 static Mutex& threadMapMutex()
Note:
See TracChangeset
for help on using the changeset viewer.