/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_thread_registry.cc | 125 ThreadContextBase *tctx = QuarantinePop(); in CreateThread() local 161 ThreadContextBase *tctx = threads_[tid]; in RunCallbackForEachThreadLocked() local 171 ThreadContextBase *tctx = threads_[tid]; in FindThread() local 182 ThreadContextBase *tctx = threads_[tid]; in FindThreadContextLocked() local 189 static bool FindThreadContextByOsIdCallback(ThreadContextBase *tctx, in FindThreadContextByOsIdCallback() 203 ThreadContextBase *tctx = threads_[tid]; in SetThreadName() local 212 ThreadContextBase *tctx = threads_[tid]; in SetThreadNameByUserId() local 224 ThreadContextBase *tctx = threads_[tid]; in DetachThread() local 241 ThreadContextBase *tctx = threads_[tid]; in JoinThread() local 258 ThreadContextBase *tctx = threads_[tid]; in FinishThread() local [all …]
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl_report.cc | 196 void ScopedReport::AddThread(const ThreadContext *tctx, bool suppressable) { in AddThread() 219 ThreadContext *tctx = static_cast<ThreadContext*>( in FindThreadByUidLocked() local 236 ThreadContext *tctx = static_cast<ThreadContext*>(tctx_base); in IsInStackOrTls() local 247 ThreadContext *tctx = static_cast<ThreadContext*>( in IsThreadStackOrTls() local 328 ThreadContext *tctx = FindThreadByUidLocked(creat_tid); in AddLocation() local 341 ThreadContext *tctx = FindThreadByTidLocked(b->tid); in AddLocation() local 359 if (ThreadContext *tctx = IsThreadStackOrTls(addr, &is_stack)) { in AddLocation() local 395 ThreadContext *tctx = static_cast<ThreadContext*>( in RestoreStack() local 700 ThreadContext *tctx = static_cast<ThreadContext*>( in ReportRace() local
|
D | tsan_rtl_thread.cc | 148 ThreadContext *tctx; member 154 ThreadContext *tctx = static_cast<ThreadContext*>(tctx_base); in MaybeReportThreadLeak() local 169 static void ReportIgnoresEnabled(ThreadContext *tctx, IgnoreSet *set) { in ReportIgnoresEnabled() 285 static bool FindThreadByUid(ThreadContextBase *tctx, void *arg) { in FindThreadByUid()
|
D | tsan_rtl_mutex.cc | 367 ThreadContext *tctx = static_cast<ThreadContext*>(tctx_base); in UpdateClockCallback() local 410 ThreadContext *tctx = static_cast<ThreadContext*>(tctx_base); in UpdateSleepClockCallback() local
|
D | tsan_rtl.h | 370 ThreadContext *tctx; member
|
/external/compiler-rt/lib/asan/ |
D | asan_thread.cc | 241 AsanThreadContext *tctx = static_cast<AsanThreadContext*>(tctx_base); in ThreadStackContainsAddress() local 260 AsanThreadContext *tctx = GetThreadContextByTidLocked(0); in GetCurrentThread() local 288 AsanThreadContext *tctx = static_cast<AsanThreadContext *>( in FindThreadByStackAddress() local
|
D | asan_stats.cc | 81 AsanThreadContext *tctx = static_cast<AsanThreadContext*>(tctx_base); in MergeThreadStats() local
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_thread_registry_test.cc | 52 static bool HasName(ThreadContextBase *tctx, void *arg) { in HasName() 57 static bool HasUid(ThreadContextBase *tctx, void *arg) { in HasUid() 62 static void MarkUidAsPresent(ThreadContextBase *tctx, void *arg) { in MarkUidAsPresent()
|
/external/tcpdump/ |
D | signature.c | 65 MD5_CTX tctx; in signature_compute_hmac_md5() local
|
/external/compiler-rt/lib/lsan/ |
D | lsan_thread.cc | 109 static bool FindThreadByUid(ThreadContextBase *tctx, void *arg) { in FindThreadByUid()
|
/external/openssl/apps/ |
D | dgst.c | 493 EVP_MD_CTX *tctx; in MAIN() local
|
/external/openssl/ssl/ |
D | d1_srvr.c | 1629 SSL_CTX *tctx = s->initial_ctx; in dtls1_send_newsession_ticket() local
|
D | s3_srvr.c | 3471 SSL_CTX *tctx = s->initial_ctx; in ssl3_send_newsession_ticket() local
|
D | t1_lib.c | 2520 SSL_CTX *tctx = s->initial_ctx; in tls_decrypt_ticket() local
|
/external/chromium_org/third_party/boringssl/src/ssl/ |
D | s3_srvr.c | 2531 SSL_CTX *tctx = s->initial_ctx; in ssl3_send_new_session_ticket() local
|
D | t1_lib.c | 2353 SSL_CTX *tctx = s->initial_ctx; in tls_decrypt_ticket() local
|