/external/llvm-project/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_deadlock_detector_test.cpp | 41 DeadlockDetectorTLS<BV> dtls; member 49 DeadlockDetectorTLS<BV> &dtls = sdd.dtls; in RunBasicTest() local 140 DeadlockDetectorTLS<BV> &dtls = sdd.dtls; in RunRemoveNodeTest() local 246 DeadlockDetectorTLS<BV> &dtls = sdd.dtls; in RunMultipleEpochsTest() local 291 DeadlockDetectorTLS<BV> &dtls = sdd.dtls; in RunCorrectEpochFlush() local 323 DeadlockDetectorTLS<BV> &dtls = sdd.dtls; in RunTryLockTest() local 350 DeadlockDetectorTLS<BV> &dtls = sdd.dtls; in RunOnFirstLockTest() local 388 DeadlockDetectorTLS<BV> &dtls = sdd.dtls; in RunRecusriveLockTest() local 418 DeadlockDetectorTLS<BV> &dtls = sdd.dtls; in RunLockContextTest() local 456 DeadlockDetectorTLS<BV> &dtls = sdd.dtls; in RunRemoveEdgesTest() local
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_deadlock_detector_test.cc | 42 DeadlockDetectorTLS<BV> dtls; member 50 DeadlockDetectorTLS<BV> &dtls = sdd.dtls; in RunBasicTest() local 141 DeadlockDetectorTLS<BV> &dtls = sdd.dtls; in RunRemoveNodeTest() local 247 DeadlockDetectorTLS<BV> &dtls = sdd.dtls; in RunMultipleEpochsTest() local 292 DeadlockDetectorTLS<BV> &dtls = sdd.dtls; in RunCorrectEpochFlush() local 324 DeadlockDetectorTLS<BV> &dtls = sdd.dtls; in RunTryLockTest() local 351 DeadlockDetectorTLS<BV> &dtls = sdd.dtls; in RunOnFirstLockTest() local 389 DeadlockDetectorTLS<BV> &dtls = sdd.dtls; in RunRecusriveLockTest() local 419 DeadlockDetectorTLS<BV> &dtls = sdd.dtls; in RunLockContextTest() local 457 DeadlockDetectorTLS<BV> &dtls = sdd.dtls; in RunRemoveEdgesTest() local
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_deadlock_detector.h | 195 void ensureCurrentEpoch(DeadlockDetectorTLS<BV> *dtls) { in ensureCurrentEpoch() 202 bool onLockBefore(DeadlockDetectorTLS<BV> *dtls, uptr cur_node) { in onLockBefore() 208 u32 findLockContext(DeadlockDetectorTLS<BV> *dtls, uptr node) { in findLockContext() 221 bool hasAllEdges(DeadlockDetectorTLS<BV> *dtls, uptr cur_node) { in hasAllEdges() 240 uptr addEdges(DeadlockDetectorTLS<BV> *dtls, uptr cur_node, u32 stk, in addEdges() 310 uptr findPathToLock(DeadlockDetectorTLS<BV> *dtls, uptr cur_node, uptr *path, in findPathToLock() 325 void onUnlock(DeadlockDetectorTLS<BV> *dtls, uptr node) { in onUnlock() 342 bool isHeld(DeadlockDetectorTLS<BV> *dtls, uptr node) const { in isHeld()
|
D | sanitizer_tls_get_addr.cpp | 38 static __thread DTLS dtls; variable 159 bool DTLSInDestruction(DTLS *dtls) { in DTLSInDestruction()
|
D | sanitizer_tls_get_addr.h | 57 void ForEachDVT(DTLS *dtls, const Fn &fn) { in ForEachDVT() argument
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_deadlock_detector.h | 199 void ensureCurrentEpoch(DeadlockDetectorTLS<BV> *dtls) { in ensureCurrentEpoch() 206 bool onLockBefore(DeadlockDetectorTLS<BV> *dtls, uptr cur_node) { in onLockBefore() 212 u32 findLockContext(DeadlockDetectorTLS<BV> *dtls, uptr node) { in findLockContext() 225 bool hasAllEdges(DeadlockDetectorTLS<BV> *dtls, uptr cur_node) { in hasAllEdges() 244 uptr addEdges(DeadlockDetectorTLS<BV> *dtls, uptr cur_node, u32 stk, in addEdges() 316 uptr findPathToLock(DeadlockDetectorTLS<BV> *dtls, uptr cur_node, uptr *path, in findPathToLock() 331 void onUnlock(DeadlockDetectorTLS<BV> *dtls, uptr node) { in onUnlock() 348 bool isHeld(DeadlockDetectorTLS<BV> *dtls, uptr node) const { in isHeld()
|
D | sanitizer_tls_get_addr.cc | 38 static __thread DTLS dtls; variable
|
/external/webrtc/p2p/base/ |
D | transport_description_factory_unittest.cc | 73 void TestIceRestart(bool dtls) { in TestIceRestart() 98 void VerifyUfragAndPasswordChanged(bool dtls, in VerifyUfragAndPasswordChanged() 116 void TestIceRenomination(bool dtls) { in TestIceRenomination() 147 void SetDtls(bool dtls) { in SetDtls()
|
D | dtls_transport.cc | 656 void DtlsTransport::OnDtlsEvent(rtc::StreamInterface* dtls, int sig, int err) { in OnDtlsEvent()
|
/external/llvm-project/compiler-rt/lib/lsan/ |
D | lsan_posix.h | 36 DTLS *dtls() { return dtls_; } in dtls() function
|
D | lsan_posix.cpp | 33 DTLS *dtls; member 62 uptr *cache_end, DTLS **dtls) { in GetThreadRangesLocked()
|
/external/webrtc/pc/ |
D | jsep_transport_controller.cc | 192 for (auto& dtls : GetDtlsTransports()) { in SetIceConfig() local 246 for (auto& dtls : GetDtlsTransports()) { in SetLocalCertificate() local 283 auto dtls = jsep_transport->rtp_dtls_transport(); in GetRemoteSSLCertChain() local 298 for (auto& dtls : GetDtlsTransports()) { in MaybeStartGathering() local 361 cricket::DtlsTransportInternal* dtls = in RemoveRemoteCandidates() local 440 std::unique_ptr<cricket::DtlsTransportInternal> dtls; in CreateDtlsTransport() local 1070 for (auto& dtls : GetDtlsTransports()) { in SetIceRole_n() local 1229 for (const auto& dtls : dtls_transports) { in UpdateAggregateStates_n() local
|
/external/compiler-rt/lib/lsan/ |
D | lsan_thread.h | 37 DTLS *dtls() { return dtls_; } in dtls() function
|
D | lsan_thread.cc | 66 DTLS *dtls; member 141 uptr *cache_end, DTLS **dtls) { in GetThreadRangesLocked()
|
/external/compiler-rt/lib/msan/ |
D | msan_thread.cc | 38 DTLS *dtls = DTLS_Get(); in ClearShadowForThreadStackAndTLS() local
|
/external/compiler-rt/test/asan/TestCases/Linux/ |
D | stress_dtls.c | 65 uintptr_t dtls = (uintptr_t)Functions[i](); in PrintStuff() local
|
/external/llvm-project/compiler-rt/test/asan/TestCases/Linux/ |
D | stress_dtls.c | 65 uintptr_t dtls = (uintptr_t)Functions[i](); in PrintStuff() local
|
/external/llvm-project/compiler-rt/test/memprof/TestCases/ |
D | stress_dtls.c | 60 uintptr_t dtls = (uintptr_t)Functions[i](); in PrintStuff() local
|
/external/llvm-project/compiler-rt/lib/msan/ |
D | msan_thread.cpp | 38 DTLS *dtls = DTLS_Get(); in ClearShadowForThreadStackAndTLS() local
|
/external/llvm-project/compiler-rt/lib/memprof/ |
D | memprof_thread.h | 79 DTLS *dtls() { return dtls_; } in dtls() function
|
/external/llvm-project/compiler-rt/lib/asan/ |
D | asan_thread.h | 80 DTLS *dtls() { return dtls_; } in dtls() function
|
D | asan_thread.cpp | 482 uptr *cache_end, DTLS **dtls) { in GetThreadRangesLocked()
|
/external/compiler-rt/lib/asan/ |
D | asan_thread.h | 74 DTLS *dtls() { return dtls_; } in dtls() function
|
D | asan_thread.cc | 400 uptr *cache_end, DTLS **dtls) { in GetThreadRangesLocked()
|
/external/webrtc/examples/peerconnection/client/ |
D | conductor.cc | 174 bool Conductor::CreatePeerConnection(bool dtls) { in CreatePeerConnection()
|