Changeset 32807 in webkit for trunk/JavaScriptCore/kjs/InitializeThreading.cpp
- Timestamp:
- May 2, 2008, 3:07:53 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/InitializeThreading.cpp
r32652 r32807 48 48 if (!s_dtoaP5Mutex) { 49 49 s_dtoaP5Mutex = new Mutex; 50 #if !PLATFORM(DARWIN) // Darwin has pthread_main_np(), and doesn't need registerAsMainThread() called. 51 Collector::registerAsMainThread(); 52 #endif 50 Heap::threadHeap(); 53 51 UString::null(); 54 52 Identifier::initializeIdentifierThreading(); … … 57 55 initDateMath(); 58 56 JSGlobalObject::threadClassInfoHashTables(); 57 JSGlobalObject::head(); 59 58 } 60 59 #endif
Note:
See TracChangeset
for help on using the changeset viewer.