/external/gflags/src/ |
D | mutex.h | 160 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/ |
D | mutex_nonprod.inc | 109 // 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/ |
D | mutex_nonprod.inc | 109 // 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/ |
D | mutex_nonprod.inc | 109 // 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/ |
D | mutex_nonprod.inc | 109 // 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/ |
D | spinlock.h | 69 explicit SpinLock(base_internal::LinkerInitialized) { in SpinLock() argument 77 SpinLock(base_internal::LinkerInitialized,
|
D | spinlock.cc | 75 SpinLock::SpinLock(base_internal::LinkerInitialized, in SpinLock() argument
|
/external/abseil-cpp/absl/base/internal/ |
D | spinlock.h | 69 explicit SpinLock(base_internal::LinkerInitialized) { in SpinLock() argument 77 SpinLock(base_internal::LinkerInitialized,
|
D | spinlock.cc | 75 SpinLock::SpinLock(base_internal::LinkerInitialized, in SpinLock() argument
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_mutex.h | 78 explicit BlockingMutex(LinkerInitialized); 80 explicit constexpr BlockingMutex(LinkerInitialized)
|
D | sanitizer_quarantine.h | 47 explicit Quarantine(LinkerInitialized) in Quarantine() argument 121 explicit QuarantineCache(LinkerInitialized) { in QuarantineCache() argument
|
D | sanitizer_libignore.h | 29 explicit LibIgnore(LinkerInitialized);
|
D | sanitizer_libignore.cc | 21 LibIgnore::LibIgnore(LinkerInitialized) { in LibIgnore() argument
|
/external/llvm-project/compiler-rt/lib/memprof/ |
D | memprof_stats.h | 44 explicit MemprofStats(LinkerInitialized) {} in MemprofStats()
|
/external/llvm-project/compiler-rt/lib/asan/ |
D | asan_stats.h | 44 explicit AsanStats(LinkerInitialized) { } in AsanStats()
|
/external/compiler-rt/lib/asan/ |
D | asan_stats.h | 45 explicit AsanStats(LinkerInitialized) { } in AsanStats()
|
D | asan_allocator.h | 97 explicit AsanChunkFifoList(LinkerInitialized) { } in AsanChunkFifoList() argument
|
/external/abseil-cpp/absl/base/ |
D | macros.h | 80 enum LinkerInitialized { enum
|
/external/webrtc/third_party/abseil-cpp/absl/base/ |
D | macros.h | 80 enum LinkerInitialized { enum
|
/external/tensorflow/tensorflow/core/platform/ |
D | mutex.h | 42 enum LinkerInitialized { LINKER_INITIALIZED }; enum 56 explicit mutex(LinkerInitialized x);
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_libignore.h | 28 explicit LibIgnore(LinkerInitialized);
|
D | sanitizer_quarantine.h | 80 explicit Quarantine(LinkerInitialized) in Quarantine() argument 203 explicit QuarantineCache(LinkerInitialized) { in QuarantineCache() argument
|
D | sanitizer_libignore.cpp | 21 LibIgnore::LibIgnore(LinkerInitialized) { in LibIgnore() argument
|
D | sanitizer_mutex.h | 75 explicit constexpr BlockingMutex(LinkerInitialized) in BlockingMutex() argument
|
/external/tensorflow/tensorflow/core/platform/default/ |
D | mutex.cc | 41 mutex::mutex(LinkerInitialized x) {} in mutex()
|