Home
last modified time | relevance | path

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

/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/tests/
H A 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
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/
H A 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()
H A Dsanitizer_tls_get_addr.cc38 static __thread DTLS dtls; variable
/aosp_15_r20/external/webrtc/pc/
H A Djsep_transport_controller.cc174 for (auto& dtls : GetDtlsTransports()) { in SetIceConfig() local
237 for (auto& dtls : GetDtlsTransports()) { in SetLocalCertificate() local
268 auto dtls = jsep_transport->rtp_dtls_transport(); in GetRemoteSSLCertChain() local
282 for (auto& dtls : GetDtlsTransports()) { in MaybeStartGathering() local
338 cricket::DtlsTransportInternal* dtls = in RemoveRemoteCandidates() local
417 std::unique_ptr<cricket::DtlsTransportInternal> dtls; in CreateDtlsTransport() local
1106 for (auto& dtls : dtls_transports) { in SetIceRole_n() local
1248 for (const auto& dtls : dtls_transports) { in UpdateAggregateStates_n() local
/aosp_15_r20/external/webrtc/p2p/base/
H A Dtransport_description_factory_unittest.cc77 void TestIceRestart(bool dtls) { in TestIceRestart()
102 void VerifyUfragAndPasswordChanged(bool dtls, in VerifyUfragAndPasswordChanged()
120 void TestIceRenomination(bool dtls) { in TestIceRenomination()
151 void SetDtls(bool dtls) { in SetDtls()
H A Ddtls_transport.cc683 void DtlsTransport::OnDtlsEvent(rtc::StreamInterface* dtls, int sig, int err) { in OnDtlsEvent()
/aosp_15_r20/external/compiler-rt/lib/lsan/
H A Dlsan_thread.cc66 DTLS *dtls; member
141 uptr *cache_end, DTLS **dtls) { in GetThreadRangesLocked()
H A Dlsan_thread.h37 DTLS *dtls() { return dtls_; } in dtls() function
H A Dlsan_common.cc197 DTLS *dtls; in ProcessThreads() local
/aosp_15_r20/external/compiler-rt/lib/msan/
H A Dmsan_thread.cc38 DTLS *dtls = DTLS_Get(); in ClearShadowForThreadStackAndTLS() local
/aosp_15_r20/external/compiler-rt/test/asan/TestCases/Linux/
H A Dstress_dtls.c65 uintptr_t dtls = (uintptr_t)Functions[i](); in PrintStuff() local
/aosp_15_r20/external/compiler-rt/lib/asan/
H A Dasan_thread.h74 DTLS *dtls() { return dtls_; } in dtls() function
H A Dasan_thread.cc400 uptr *cache_end, DTLS **dtls) { in GetThreadRangesLocked()
/aosp_15_r20/external/mbedtls/tests/include/test/
H A Dssl_helpers.h100 int dtls; member
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/include/test/
H A Dssl_helpers.h105 int dtls; member
/aosp_15_r20/external/openthread/tests/scripts/thread-cert/
H A Dmessage.py182 def dtls(self): member in Message
/aosp_15_r20/external/boringssl/src/ssl/test/runner/
H A Drunner.go445 dtls const
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/test/runner/
H A Drunner.go445 dtls const
/aosp_15_r20/external/webrtc/rtc_base/
H A Dssl_stream_adapter_unittest.cc320 bool dtls, in SSLStreamAdapterTestBase()
/aosp_15_r20/external/rust/crates/openssl/src/ssl/
Dmod.rs351 pub fn dtls() -> SslMethod { in dtls() method