Home
last modified time | relevance | path

Searched refs:AtomicallyInitializedStatic (Results 1 – 13 of 13) sorted by relevance

/external/webkit/Source/WebCore/platform/network/
DNetworkStateNotifier.cpp37AtomicallyInitializedStatic(NetworkStateNotifier*, networkStateNotifier = new NetworkStateNotifier… in networkStateNotifier()
/external/webkit/Source/JavaScriptCore/wtf/
DThreading.h74 #define AtomicallyInitializedStatic(T, name) \ macro
DHashTable.cpp39 AtomicallyInitializedStatic(Mutex&, mutex = *new Mutex); in hashTableStatsMutex()
/external/webkit/Source/WebCore/platform/android/
DPackageNotifier.cpp91 AtomicallyInitializedStatic(PackageNotifier*, packageNotifier = new PackageNotifier); in packageNotifier()
/external/webkit/Source/WebKit/chromium/src/
DLocalFileSystemChromium.cpp56 AtomicallyInitializedStatic(LocalFileSystem*, localFileSystem = new LocalFileSystem("")); in localFileSystem()
DSharedWorkerRepository.cpp106AtomicallyInitializedStatic(Vector<SharedWorkerScriptLoader*>&, loaders = *new Vector<SharedWorker… in pendingLoaders()
/external/webkit/Source/WebCore/loader/
DCrossOriginAccessControl.cpp91AtomicallyInitializedStatic(HTTPHeaderSet*, allowedCrossOriginResponseHeaders = createAllowedCross… in isOnAccessControlResponseHeaderWhitelist()
/external/webkit/Source/JavaScriptCore/wtf/unicode/icu/
DCollatorICU.cpp49 AtomicallyInitializedStatic(Mutex&, mutex = *new Mutex); in cachedCollatorMutex()
/external/webkit/Source/WebCore/workers/
DWorkerThread.cpp52 AtomicallyInitializedStatic(Mutex&, mutex = *new Mutex); in threadCountMutex()
DDefaultSharedWorkerRepository.cpp304AtomicallyInitializedStatic(DefaultSharedWorkerRepository*, instance = new DefaultSharedWorkerRepo… in instance()
/external/webkit/Source/WebCore/xml/
DXMLHttpRequest.cpp169AtomicallyInitializedStatic(const XMLHttpRequestStaticData*, dummy = createXMLHttpRequestStaticDat… in initializeXMLHttpRequestStaticData()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2008-08-105612 (WTF::functionQueueMutex): Made it an AtomicallyInitializedStatic.
19586 Added AtomicallyInitializedStatic.
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1658117 … platform/ThreadGlobalData.cpp: (WebCore::threadGlobalData): Don't use AtomicallyInitializedStatic.