Home
last modified time | relevance | path

Searched defs:tctx (Results 1 – 16 of 16) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_thread_registry.cc125 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/
Dtsan_rtl_report.cc196 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
Dtsan_rtl_thread.cc148 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()
Dtsan_rtl_mutex.cc367 ThreadContext *tctx = static_cast<ThreadContext*>(tctx_base); in UpdateClockCallback() local
410 ThreadContext *tctx = static_cast<ThreadContext*>(tctx_base); in UpdateSleepClockCallback() local
Dtsan_rtl.h370 ThreadContext *tctx; member
/external/compiler-rt/lib/asan/
Dasan_thread.cc241 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
Dasan_stats.cc81 AsanThreadContext *tctx = static_cast<AsanThreadContext*>(tctx_base); in MergeThreadStats() local
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_thread_registry_test.cc52 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/
Dsignature.c65 MD5_CTX tctx; in signature_compute_hmac_md5() local
/external/compiler-rt/lib/lsan/
Dlsan_thread.cc109 static bool FindThreadByUid(ThreadContextBase *tctx, void *arg) { in FindThreadByUid()
/external/openssl/apps/
Ddgst.c493 EVP_MD_CTX *tctx; in MAIN() local
/external/openssl/ssl/
Dd1_srvr.c1629 SSL_CTX *tctx = s->initial_ctx; in dtls1_send_newsession_ticket() local
Ds3_srvr.c3471 SSL_CTX *tctx = s->initial_ctx; in ssl3_send_newsession_ticket() local
Dt1_lib.c2520 SSL_CTX *tctx = s->initial_ctx; in tls_decrypt_ticket() local
/external/chromium_org/third_party/boringssl/src/ssl/
Ds3_srvr.c2531 SSL_CTX *tctx = s->initial_ctx; in ssl3_send_new_session_ticket() local
Dt1_lib.c2353 SSL_CTX *tctx = s->initial_ctx; in tls_decrypt_ticket() local