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

  /external/tensorflow/tensorflow/stream_executor/platform/
port.h 48 using tensorflow::LinkerInitialized;
  /external/compiler-rt/lib/asan/
asan_stats.h 45 explicit AsanStats(LinkerInitialized) { }
asan_allocator.h 97 explicit AsanChunkFifoList(LinkerInitialized) { }
asan_allocator.cc 242 explicit Allocator(LinkerInitialized)
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_libignore.h 29 explicit LibIgnore(LinkerInitialized);
sanitizer_mutex.h 77 // Windows does not currently support LinkerInitialized
78 explicit BlockingMutex(LinkerInitialized);
80 explicit constexpr BlockingMutex(LinkerInitialized)
sanitizer_quarantine.h 47 explicit Quarantine(LinkerInitialized)
121 explicit QuarantineCache(LinkerInitialized) {
sanitizer_libignore.cc 21 LibIgnore::LibIgnore(LinkerInitialized) {
sanitizer_internal_defs.h 289 enum LinkerInitialized { LINKER_INITIALIZED = 0 };
sanitizer_win.cc 651 BlockingMutex::BlockingMutex(LinkerInitialized li) {
670 new(this) BlockingMutex((LinkerInitialized)(LINKER_INITIALIZED + 1));
  /external/libchrome/base/
macros.h 90 // explicit MyClass(base::LinkerInitialized x) {}
94 enum LinkerInitialized { LINKER_INITIALIZED };
  /external/gflags/src/
mutex.h 160 enum LinkerInitialized { LINKER_INITIALIZED };
169 explicit inline Mutex(LinkerInitialized);
220 Mutex::Mutex(Mutex::LinkerInitialized) : mutex_(0) { }
236 Mutex::Mutex(LinkerInitialized) : destroy_(false) {
260 Mutex::Mutex(Mutex::LinkerInitialized) : destroy_(false) {
285 Mutex::Mutex(Mutex::LinkerInitialized) : destroy_(false) {
  /external/tensorflow/tensorflow/core/platform/default/
mutex.h 32 enum LinkerInitialized { LINKER_INITIALIZED };
36 // Mimic std::mutex + C++17's shared_mutex, adding a LinkerInitialized
44 explicit mutex(LinkerInitialized x) {}
  /external/compiler-rt/lib/scudo/
scudo_allocator.cpp 283 explicit Allocator(LinkerInitialized)

Completed in 793 milliseconds