Changeset 35097 in webkit for trunk/JavaScriptCore/kjs/InitializeThreading.cpp
- Timestamp:
- Jul 10, 2008, 10:55:26 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/InitializeThreading.cpp
r35022 r35097 59 59 #if PLATFORM(DARWIN) && USE(MULTIPLE_THREADS) 60 60 pthread_once(&initializeThreadingKeyOnce, initializeThreadingOnce); 61 62 // FIXME: do we want heap introspector to work on other threads?63 if (pthread_main_np())64 JSGlobalData::threadInstance().heap->initializeHeapIntrospector();65 61 #else 66 62 static bool initializedThreading = false;
Note:
See TracChangeset
for help on using the changeset viewer.