Home
last modified time | relevance | path

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

12

/external/llvm-project/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_deadlock_detector_test.cpp41 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/
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/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_deadlock_detector.h195 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()
Dsanitizer_tls_get_addr.cpp38 static __thread DTLS dtls; variable
159 bool DTLSInDestruction(DTLS *dtls) { in DTLSInDestruction()
Dsanitizer_tls_get_addr.h57 void ForEachDVT(DTLS *dtls, const Fn &fn) { in ForEachDVT() argument
/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/webrtc/p2p/base/
Dtransport_description_factory_unittest.cc73 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()
Ddtls_transport.cc656 void DtlsTransport::OnDtlsEvent(rtc::StreamInterface* dtls, int sig, int err) { in OnDtlsEvent()
/external/llvm-project/compiler-rt/lib/lsan/
Dlsan_posix.h36 DTLS *dtls() { return dtls_; } in dtls() function
Dlsan_posix.cpp33 DTLS *dtls; member
62 uptr *cache_end, DTLS **dtls) { in GetThreadRangesLocked()
/external/webrtc/pc/
Djsep_transport_controller.cc192 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/
Dlsan_thread.h37 DTLS *dtls() { return dtls_; } in dtls() function
Dlsan_thread.cc66 DTLS *dtls; member
141 uptr *cache_end, DTLS **dtls) { in GetThreadRangesLocked()
/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/llvm-project/compiler-rt/test/asan/TestCases/Linux/
Dstress_dtls.c65 uintptr_t dtls = (uintptr_t)Functions[i](); in PrintStuff() local
/external/llvm-project/compiler-rt/test/memprof/TestCases/
Dstress_dtls.c60 uintptr_t dtls = (uintptr_t)Functions[i](); in PrintStuff() local
/external/llvm-project/compiler-rt/lib/msan/
Dmsan_thread.cpp38 DTLS *dtls = DTLS_Get(); in ClearShadowForThreadStackAndTLS() local
/external/llvm-project/compiler-rt/lib/memprof/
Dmemprof_thread.h79 DTLS *dtls() { return dtls_; } in dtls() function
/external/llvm-project/compiler-rt/lib/asan/
Dasan_thread.h80 DTLS *dtls() { return dtls_; } in dtls() function
Dasan_thread.cpp482 uptr *cache_end, DTLS **dtls) { in GetThreadRangesLocked()
/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/examples/peerconnection/client/
Dconductor.cc174 bool Conductor::CreatePeerConnection(bool dtls) { in CreatePeerConnection()

12