Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_thread_registry.cc124 ThreadContextBase *tctx = 0; in CreateThread() local
162 ThreadContextBase *tctx = threads_[tid]; in RunCallbackForEachThreadLocked() local
172 ThreadContextBase *tctx = threads_[tid]; in FindThread() local
183 ThreadContextBase *tctx = threads_[tid]; in FindThreadContextLocked() local
193 ThreadContextBase *tctx = threads_[tid]; in SetThreadName() local
202 ThreadContextBase *tctx = threads_[tid]; in DetachThread() local
219 ThreadContextBase *tctx = threads_[tid]; in JoinThread() local
236 ThreadContextBase *tctx = threads_[tid]; in FinishThread() local
250 ThreadContextBase *tctx = threads_[tid]; in StartThread() local
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_report.cc178 void ScopedReport::AddThread(const ThreadContext *tctx) { in AddThread()
210 ThreadContext *tctx = static_cast<ThreadContext*>( in FindThreadByUidLocked() local
228 ThreadContext *tctx = static_cast<ThreadContext*>(tctx_base); in IsInStackOrTls() local
240 ThreadContext *tctx = static_cast<ThreadContext*>( in IsThreadStackOrTls() local
309 ThreadContext *tctx = FindThreadByUidLocked(creat_tid); in AddLocation() local
316 ThreadContext *tctx = FindThreadByTidLocked(b->Tid()); in AddLocation() local
340 if (ThreadContext *tctx = IsThreadStackOrTls(addr, &is_stack)) { in AddLocation() local
378 ThreadContext *tctx = static_cast<ThreadContext*>( in RestoreStack() local
651 ThreadContext *tctx = static_cast<ThreadContext*>( in ReportRace() local
Dtsan_rtl_mutex.cc253 ThreadContext *tctx = static_cast<ThreadContext*>(tctx_base); in UpdateClockCallback() local
289 ThreadContext *tctx = static_cast<ThreadContext*>(tctx_base); in UpdateSleepClockCallback() local
Dtsan_rtl_thread.cc154 ThreadContext *tctx = static_cast<ThreadContext*>(tctx_base); in MaybeReportThreadLeak() local
237 static bool FindThreadByUid(ThreadContextBase *tctx, void *arg) { in FindThreadByUid()
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_thread_registry_test.cc50 static bool HasName(ThreadContextBase *tctx, void *arg) { in HasName()
55 static bool HasUid(ThreadContextBase *tctx, void *arg) { in HasUid()
60 static void MarkUidAsPresent(ThreadContextBase *tctx, void *arg) { in MarkUidAsPresent()
/external/openssl/apps/
Ddgst.c493 EVP_MD_CTX *tctx; in MAIN() local
/external/openssl/ssl/
Dd1_srvr.c1611 SSL_CTX *tctx = s->initial_ctx; in dtls1_send_newsession_ticket() local
Dt1_lib.c2220 SSL_CTX *tctx = s->initial_ctx; in tls_decrypt_ticket() local
Ds3_srvr.c3398 SSL_CTX *tctx = s->initial_ctx; in ssl3_send_newsession_ticket() local