OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AtomicallyInitializedStatic
(Results
1 - 11
of
11
) sorted by null
/external/webkit/Source/WebCore/platform/network/
NetworkStateNotifier.cpp
37
AtomicallyInitializedStatic
(NetworkStateNotifier*, networkStateNotifier = new NetworkStateNotifier);
/external/webkit/Source/JavaScriptCore/wtf/
HashTable.cpp
39
AtomicallyInitializedStatic
(Mutex&, mutex = *new Mutex);
Threading.h
74
#define
AtomicallyInitializedStatic
(T, name) \
/external/webkit/Source/WebCore/platform/android/
PackageNotifier.cpp
91
AtomicallyInitializedStatic
(PackageNotifier*, packageNotifier = new PackageNotifier);
/external/webkit/Source/WebKit/chromium/src/
LocalFileSystemChromium.cpp
56
AtomicallyInitializedStatic
(LocalFileSystem*, localFileSystem = new LocalFileSystem(""));
SharedWorkerRepository.cpp
106
AtomicallyInitializedStatic
(Vector<SharedWorkerScriptLoader*>&, loaders = *new Vector<SharedWorkerScriptLoader*>);
/external/webkit/Source/WebCore/loader/
CrossOriginAccessControl.cpp
91
AtomicallyInitializedStatic
(HTTPHeaderSet*, allowedCrossOriginResponseHeaders = createAllowedCrossOriginResponseHeadersSet().leakPtr());
/external/webkit/Source/JavaScriptCore/wtf/unicode/icu/
CollatorICU.cpp
49
AtomicallyInitializedStatic
(Mutex&, mutex = *new Mutex);
/external/webkit/Source/WebCore/workers/
WorkerThread.cpp
52
AtomicallyInitializedStatic
(Mutex&, mutex = *new Mutex);
DefaultSharedWorkerRepository.cpp
304
AtomicallyInitializedStatic
(DefaultSharedWorkerRepository*, instance = new DefaultSharedWorkerRepository);
/external/webkit/Source/WebCore/xml/
XMLHttpRequest.cpp
169
AtomicallyInitializedStatic
(const XMLHttpRequestStaticData*, dummy = createXMLHttpRequestStaticData());
[
all
...]
Completed in 423 milliseconds