Home
last modified time | relevance | path

Searched defs:dtls (Results 1 – 18 of 18) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_deadlock_detector_test.cc42 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/
Dsanitizer_deadlock_detector.h199 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()
Dsanitizer_tls_get_addr.cc38 static __thread DTLS dtls; variable
/external/compiler-rt/lib/lsan/
Dlsan_thread.h37 DTLS *dtls() { return dtls_; } in dtls() function
Dlsan_thread.cc66 DTLS *dtls; member
141 uptr *cache_end, DTLS **dtls) { in GetThreadRangesLocked()
Dlsan_common.cc197 DTLS *dtls; in ProcessThreads() local
/external/compiler-rt/lib/msan/
Dmsan_thread.cc38 DTLS *dtls = DTLS_Get(); in ClearShadowForThreadStackAndTLS() local
/external/compiler-rt/test/asan/TestCases/Linux/
Dstress_dtls.c65 uintptr_t dtls = (uintptr_t)Functions[i](); in PrintStuff() local
/external/webrtc/webrtc/p2p/base/
Dtransportdescriptionfactory_unittest.cc61 void TestIceRestart(bool dtls) { in TestIceRestart()
96 void VerifyUfragAndPasswordChanged(bool dtls, in VerifyUfragAndPasswordChanged()
Ddtlstransportchannel.cc528 void DtlsTransportChannelWrapper::OnDtlsEvent(rtc::StreamInterface* dtls, in OnDtlsEvent()
/external/compiler-rt/lib/asan/
Dasan_thread.h74 DTLS *dtls() { return dtls_; } in dtls() function
Dasan_thread.cc400 uptr *cache_end, DTLS **dtls) { in GetThreadRangesLocked()
/external/webrtc/webrtc/examples/peerconnection/client/
Dconductor.cc112 bool Conductor::CreatePeerConnection(bool dtls) { in CreatePeerConnection()
/external/webrtc/talk/session/media/
Dchannel.cc1019 bool* dtls, in CheckSrtpConfig()
1039 bool dtls = false; in SetSrtp_w() local
/external/webrtc/webrtc/base/
Dsslstreamadapter_unittest.cc227 bool dtls, in SSLStreamAdapterTestBase()
/external/boringssl/src/ssl/test/runner/
Drunner.go467 dtls const
/external/webrtc/talk/app/webrtc/
Dpeerconnectioninterface_unittest.cc568 bool dtls; in CreatePeerConnection() local
Dwebrtcsession_unittest.cc682 void VerifyNoCryptoParams(const cricket::SessionDescription* sdp, bool dtls) { in VerifyNoCryptoParams()