HomeSort by relevance Sort by last modified time
    Searched refs:LinkerInitialized (Results 1 - 25 of 25) sorted by null

  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
spinlock.h 65 explicit SpinLock(base::LinkerInitialized /*x*/) {
117 static const base::LinkerInitialized LINKER_INITIALIZED; // backwards compat
simple_mutex.h 150 enum LinkerInitialized { LINKER_INITIALIZED };
159 inline Mutex(LinkerInitialized);
208 Mutex::Mutex(Mutex::LinkerInitialized) : mutex_(0) { }
222 Mutex::Mutex(LinkerInitialized) : destroy_(false) {
244 Mutex::Mutex(Mutex::LinkerInitialized) : destroy_(false) {
267 Mutex::Mutex(Mutex::LinkerInitialized) : destroy_(false) {
spinlock.cc 54 const base::LinkerInitialized SpinLock::LINKER_INITIALIZED =
basictypes.h 350 // explicit MyClass(base::LinkerInitialized x) {}
354 enum LinkerInitialized { LINKER_INITIALIZED };
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
spinlock.h 65 explicit SpinLock(base::LinkerInitialized /*x*/) {
117 static const base::LinkerInitialized LINKER_INITIALIZED; // backwards compat
simple_mutex.h 150 enum LinkerInitialized { LINKER_INITIALIZED };
159 inline Mutex(LinkerInitialized);
208 Mutex::Mutex(Mutex::LinkerInitialized) : mutex_(0) { }
222 Mutex::Mutex(LinkerInitialized) : destroy_(false) {
244 Mutex::Mutex(Mutex::LinkerInitialized) : destroy_(false) {
267 Mutex::Mutex(Mutex::LinkerInitialized) : destroy_(false) {
spinlock.cc 54 const base::LinkerInitialized SpinLock::LINKER_INITIALIZED =
basictypes.h 350 // explicit MyClass(base::LinkerInitialized x) {}
354 enum LinkerInitialized { LINKER_INITIALIZED };
  /external/chromium_org/base/files/
memory_mapped_file.h 44 Region(base::LinkerInitialized);
memory_mapped_file.cc 16 MemoryMappedFile::Region::Region(base::LinkerInitialized) : offset(0), size(0) {
  /external/compiler-rt/lib/asan/
asan_stats.h 51 explicit AsanStats(LinkerInitialized) { }
asan_allocator.h 82 explicit AsanChunkFifoList(LinkerInitialized) { }
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_libignore.h 30 explicit LibIgnore(LinkerInitialized);
sanitizer_quarantine.h 47 explicit Quarantine(LinkerInitialized)
115 explicit QuarantineCache(LinkerInitialized) {
sanitizer_libignore.cc 19 LibIgnore::LibIgnore(LinkerInitialized) {
sanitizer_mutex.h 76 explicit BlockingMutex(LinkerInitialized);
sanitizer_win.cc 371 BlockingMutex::BlockingMutex(LinkerInitialized li) {
390 new(this) BlockingMutex((LinkerInitialized)(LINKER_INITIALIZED + 1));
sanitizer_internal_defs.h 291 enum LinkerInitialized { LINKER_INITIALIZED = 0 };
sanitizer_mac.cc 216 BlockingMutex::BlockingMutex(LinkerInitialized) {
sanitizer_linux.cc 429 BlockingMutex::BlockingMutex(LinkerInitialized) {
  /external/chromium_org/base/
macros.h 243 // explicit MyClass(base::LinkerInitialized x) {}
247 enum LinkerInitialized { LINKER_INITIALIZED };
  /external/chromium_org/third_party/cld/base/
basictypes.h 340 // explicit MyClass(base::LinkerInitialized x) {}
344 enum LinkerInitialized { LINKER_INITIALIZED };
  /external/chromium_org/third_party/re2/re2/
re2.h 207 // explicit MyClass(LinkerInitialized x) {}
210 enum LinkerInitialized { LINKER_INITIALIZED };
    [all...]
  /external/regex-re2/re2/
re2.h 207 // explicit MyClass(LinkerInitialized x) {}
210 enum LinkerInitialized { LINKER_INITIALIZED };
    [all...]
compile.cc 109 explicit Frag(LinkerInitialized) {}
    [all...]

Completed in 1012 milliseconds