/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/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/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()
|
D | lsan_common.cc | 197 DTLS *dtls; in ProcessThreads() local
|
/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/webrtc/webrtc/p2p/base/ |
D | transportdescriptionfactory_unittest.cc | 61 void TestIceRestart(bool dtls) { in TestIceRestart() 96 void VerifyUfragAndPasswordChanged(bool dtls, in VerifyUfragAndPasswordChanged()
|
D | dtlstransportchannel.cc | 528 void DtlsTransportChannelWrapper::OnDtlsEvent(rtc::StreamInterface* dtls, in OnDtlsEvent()
|
/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/webrtc/examples/peerconnection/client/ |
D | conductor.cc | 112 bool Conductor::CreatePeerConnection(bool dtls) { in CreatePeerConnection()
|
/external/webrtc/talk/session/media/ |
D | channel.cc | 1019 bool* dtls, in CheckSrtpConfig() 1039 bool dtls = false; in SetSrtp_w() local
|
/external/webrtc/webrtc/base/ |
D | sslstreamadapter_unittest.cc | 227 bool dtls, in SSLStreamAdapterTestBase()
|
/external/boringssl/src/ssl/test/runner/ |
D | runner.go | 467 dtls const
|
/external/webrtc/talk/app/webrtc/ |
D | peerconnectioninterface_unittest.cc | 568 bool dtls; in CreatePeerConnection() local
|
D | webrtcsession_unittest.cc | 682 void VerifyNoCryptoParams(const cricket::SessionDescription* sdp, bool dtls) { in VerifyNoCryptoParams()
|