Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.cpp140 ThreadContextBase *tctx = QuarantinePop(); in CreateThread() local
182 ThreadContextBase *tctx = threads_[tid]; in RunCallbackForEachThreadLocked() local
192 ThreadContextBase *tctx = threads_[tid]; in FindThread() local
203 ThreadContextBase *tctx = threads_[tid]; in FindThreadContextLocked() local
210 static bool FindThreadContextByOsIdCallback(ThreadContextBase *tctx, in FindThreadContextByOsIdCallback()
223 ThreadContextBase *tctx = threads_[tid]; in SetThreadName() local
238 ThreadContextBase *tctx = threads_[tid]; in DetachThread() local
260 ThreadContextBase *tctx = threads_[tid]; in JoinThread() local
287 ThreadContextBase *tctx = threads_[tid]; in FinishThread() local
314 ThreadContextBase *tctx = threads_[tid]; in StartThread() local
[all …]
/openbsd-src/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_thread.cpp408 AsanThreadContext *tctx = static_cast<AsanThreadContext *>(tctx_base); in ThreadStackContainsAddress() local
430 AsanThreadContext *tctx = GetThreadContextByTidLocked(kMainTid); in GetCurrentThread() local
458 AsanThreadContext *tctx = static_cast<AsanThreadContext *>( in FindThreadByStackAddress() local
529 [](ThreadContextBase *tctx, void *arg) { in GetThreadExtraStackRangesLocked()
538 [](ThreadContextBase *tctx, void *ptrs) { in GetAdditionalThreadContextPtrsLocked()
568 [](ThreadContextBase *tctx, void *threads) { in GetRunningThreadsLocked()
H A Dasan_stats.cpp76 AsanThreadContext *tctx = static_cast<AsanThreadContext*>(tctx_base); in MergeThreadStats() local
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_report.cpp206 void ScopedReportBase::AddThread(const ThreadContext *tctx, bool suppressable) { in AddThread()
234 ThreadContext *tctx = static_cast<ThreadContext*>(tctx_base); in IsInStackOrTls() local
245 ThreadContext *tctx = in IsThreadStackOrTls() local
259 if (const ThreadContext *tctx = FindThreadByTidLocked(tid)) in AddThread() local
319 if (ThreadContext *tctx = IsThreadStackOrTls(addr, &is_stack)) { in AddLocation() local
458 ThreadContext *tctx = in RestoreStack() local
798 ThreadContext *tctx = static_cast<ThreadContext *>( in ReportRace() local
H A Dtsan_rtl_thread.cpp35 ThreadContext *tctx; member
41 auto *tctx = static_cast<ThreadContext *>(tctx_base); in CollectThreadLeaks() local
57 static void ReportIgnoresEnabled(ThreadContext *tctx, IgnoreSet *set) { in ReportIgnoresEnabled()
281 ThreadContextBase *tctx; member
H A Dtsan_debugging.cpp219 ThreadContext *tctx = IsThreadStackOrTls(addr, &is_stack); in __tsan_locate_address() local
255 ThreadContextBase *tctx = ctx->thread_registry.GetThreadLocked(b->tid); in __tsan_get_alloc_stack() local
H A Dtsan_rtl.cpp143 ThreadContext* tctx = (ThreadContext*)ctx->thread_registry.GetThreadLocked( in DoResetImpl() local
H A Dtsan_rtl.h206 ThreadContext *tctx; member
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_thread_registry_test.cpp51 static bool HasName(ThreadContextBase *tctx, void *arg) { in HasName()
56 static bool HasUid(ThreadContextBase *tctx, void *arg) { in HasUid()
61 static void MarkUidAsPresent(ThreadContextBase *tctx, void *arg) { in MarkUidAsPresent()
/openbsd-src/usr.bin/dig/lib/dns/
H A Drdata.c180 typemap_totext(isc_region_t *sr, dns_rdata_textctx_t *tctx, in typemap_totext() argument
467 unknown_totext(dns_rdata_t *rdata, dns_rdata_textctx_t *tctx, in unknown_totext() argument
509 rdata_totext(dns_rdata_t * rdata,dns_rdata_textctx_t * tctx,isc_buffer_t * target) rdata_totext() argument
545 dns_rdata_textctx_t tctx; dns_rdata_totext() local
565 dns_rdata_textctx_t tctx; dns_rdata_tofmttext() local
[all...]
/openbsd-src/gnu/llvm/compiler-rt/lib/lsan/
H A Dlsan_thread.cpp93 [](ThreadContextBase *tctx, void *threads) { in GetRunningThreadsLocked()
H A Dlsan_fuchsia.cpp72 [](ThreadContextBase *tctx, void *arg) { in GetAllThreadAllocatorCachesLocked()
/openbsd-src/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_stats.cpp76 MemprofThreadContext *tctx = static_cast<MemprofThreadContext *>(tctx_base); in MergeThreadStats() local
/openbsd-src/usr.bin/openssl/
H A Ddgst.c545 EVP_MD_CTX *tctx; in dgst_main() local
/openbsd-src/lib/libssl/
H A Dt1_lib.c989 SSL_CTX *tctx = s->initial_ctx; tls_decrypt_ticket() local
H A Dssl_srvr.c2193 SSL_CTX *tctx = s->initial_ctx; ssl3_send_newsession_ticket() local
/openbsd-src/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_uvd.c574 struct ttm_operation_ctx tctx = { false, false }; in amdgpu_uvd_cs_pass1() local
/openbsd-src/sys/ntfs/
H A Dntfs_subr.c844 struct ntfs_lookup_ctx *lookup_ctx = NULL, *tctx; ntfs_ntlookupfile() local
[all...]
/openbsd-src/usr.sbin/snmpd/
H A Dapplication.c190 struct appl_context *ctx, *tctx; in appl_shutdown() local