Home
last modified time | relevance | path

Searched refs:LinkerInitialized (Results 1 – 25 of 39) sorted by relevance

12

/external/gflags/src/
Dmutex.h160 enum LinkerInitialized { LINKER_INITIALIZED }; enum
169 explicit inline Mutex(LinkerInitialized);
220 Mutex::Mutex(Mutex::LinkerInitialized) : mutex_(0) { } in Mutex() argument
236 Mutex::Mutex(LinkerInitialized) : destroy_(false) { in Mutex() argument
260 Mutex::Mutex(Mutex::LinkerInitialized) : destroy_(false) { in Mutex() argument
285 Mutex::Mutex(Mutex::LinkerInitialized) : destroy_(false) { in Mutex() argument
/external/abseil-cpp/absl/synchronization/internal/
Dmutex_nonprod.inc109 // space for T that supports a LinkerInitialized constructor. T must
111 // get(). T's destructor is never called if the LinkerInitialized
118 // Objects constructed with the LinkerInitialized constructor should
130 // default constructor. (the LinkerInitialized constructor is
143 // So, LinkerInitialized object of SynchronizationStorage uses a
149 // Similarly, a LinkerInitialized SynchronizationStorage object has a
155 // Combined, these statements imply that LinkerInitialized instances
162 // LinkerInitialized instances for the purposes of calling
167 // b) the LinkerInitialized constructor is a NOP, and immaterial to
170 // c) the destructor being a NOP for LinkerInitialized objects
[all …]
/external/webrtc/third_party/abseil-cpp/absl/synchronization/internal/
Dmutex_nonprod.inc109 // space for T that supports a LinkerInitialized constructor. T must
111 // get(). T's destructor is never called if the LinkerInitialized
118 // Objects constructed with the LinkerInitialized constructor should
130 // default constructor. (the LinkerInitialized constructor is
143 // So, LinkerInitialized object of SynchronizationStorage uses a
149 // Similarly, a LinkerInitialized SynchronizationStorage object has a
155 // Combined, these statements imply that LinkerInitialized instances
162 // LinkerInitialized instances for the purposes of calling
167 // b) the LinkerInitialized constructor is a NOP, and immaterial to
170 // c) the destructor being a NOP for LinkerInitialized objects
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/internal/
Dmutex_nonprod.inc109 // space for T that supports a LinkerInitialized constructor. T must
111 // get(). T's destructor is never called if the LinkerInitialized
118 // Objects constructed with the LinkerInitialized constructor should
130 // default constructor. (the LinkerInitialized constructor is
143 // So, LinkerInitialized object of SynchronizationStorage uses a
149 // Similarly, a LinkerInitialized SynchronizationStorage object has a
155 // Combined, these statements imply that LinkerInitialized instances
162 // LinkerInitialized instances for the purposes of calling
167 // b) the LinkerInitialized constructor is a NOP, and immaterial to
170 // c) the destructor being a NOP for LinkerInitialized objects
/external/libtextclassifier/abseil-cpp/absl/synchronization/internal/
Dmutex_nonprod.inc109 // space for T that supports a LinkerInitialized constructor. T must
111 // get(). T's destructor is never called if the LinkerInitialized
118 // Objects constructed with the LinkerInitialized constructor should
130 // default constructor. (the LinkerInitialized constructor is
143 // So, LinkerInitialized object of SynchronizationStorage uses a
149 // Similarly, a LinkerInitialized SynchronizationStorage object has a
155 // Combined, these statements imply that LinkerInitialized instances
162 // LinkerInitialized instances for the purposes of calling
167 // b) the LinkerInitialized constructor is a NOP, and immaterial to
170 // c) the destructor being a NOP for LinkerInitialized objects
/external/webrtc/third_party/abseil-cpp/absl/base/internal/
Dspinlock.h69 explicit SpinLock(base_internal::LinkerInitialized) { in SpinLock() argument
77 SpinLock(base_internal::LinkerInitialized,
Dspinlock.cc75 SpinLock::SpinLock(base_internal::LinkerInitialized, in SpinLock() argument
/external/abseil-cpp/absl/base/internal/
Dspinlock.h69 explicit SpinLock(base_internal::LinkerInitialized) { in SpinLock() argument
77 SpinLock(base_internal::LinkerInitialized,
Dspinlock.cc75 SpinLock::SpinLock(base_internal::LinkerInitialized, in SpinLock() argument
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_mutex.h78 explicit BlockingMutex(LinkerInitialized);
80 explicit constexpr BlockingMutex(LinkerInitialized)
Dsanitizer_quarantine.h47 explicit Quarantine(LinkerInitialized) in Quarantine() argument
121 explicit QuarantineCache(LinkerInitialized) { in QuarantineCache() argument
Dsanitizer_libignore.h29 explicit LibIgnore(LinkerInitialized);
Dsanitizer_libignore.cc21 LibIgnore::LibIgnore(LinkerInitialized) { in LibIgnore() argument
/external/llvm-project/compiler-rt/lib/memprof/
Dmemprof_stats.h44 explicit MemprofStats(LinkerInitialized) {} in MemprofStats()
/external/llvm-project/compiler-rt/lib/asan/
Dasan_stats.h44 explicit AsanStats(LinkerInitialized) { } in AsanStats()
/external/compiler-rt/lib/asan/
Dasan_stats.h45 explicit AsanStats(LinkerInitialized) { } in AsanStats()
Dasan_allocator.h97 explicit AsanChunkFifoList(LinkerInitialized) { } in AsanChunkFifoList() argument
/external/abseil-cpp/absl/base/
Dmacros.h80 enum LinkerInitialized { enum
/external/webrtc/third_party/abseil-cpp/absl/base/
Dmacros.h80 enum LinkerInitialized { enum
/external/tensorflow/tensorflow/core/platform/
Dmutex.h42 enum LinkerInitialized { LINKER_INITIALIZED }; enum
56 explicit mutex(LinkerInitialized x);
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_libignore.h28 explicit LibIgnore(LinkerInitialized);
Dsanitizer_quarantine.h80 explicit Quarantine(LinkerInitialized) in Quarantine() argument
203 explicit QuarantineCache(LinkerInitialized) { in QuarantineCache() argument
Dsanitizer_libignore.cpp21 LibIgnore::LibIgnore(LinkerInitialized) { in LibIgnore() argument
Dsanitizer_mutex.h75 explicit constexpr BlockingMutex(LinkerInitialized) in BlockingMutex() argument
/external/tensorflow/tensorflow/core/platform/default/
Dmutex.cc41 mutex::mutex(LinkerInitialized x) {} in mutex()

12