Changeset 39337 in webkit for trunk/JavaScriptCore/wtf/ThreadingPthreads.cpp
- Timestamp:
- Dec 16, 2008, 1:15:22 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/ThreadingPthreads.cpp
r38411 r39337 36 36 #include "HashMap.h" 37 37 #include "MainThread.h" 38 #include " MathExtras.h"38 #include "RandomNumberSeed.h" 39 39 40 40 #include <errno.h> … … 62 62 atomicallyInitializedStaticMutex = new Mutex; 63 63 threadMapMutex(); 64 wtf_random_init();64 initializeRandomNumberGenerator(); 65 65 #if !PLATFORM(DARWIN) 66 66 mainThreadIdentifier = currentThread();
Note:
See TracChangeset
for help on using the changeset viewer.