/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_thread_registry.cc | 140 ThreadContextBase *tctx = QuarantinePop(); in CreateThread() local 176 ThreadContextBase *tctx = threads_[tid]; in RunCallbackForEachThreadLocked() local 186 ThreadContextBase *tctx = threads_[tid]; in FindThread() local 197 ThreadContextBase *tctx = threads_[tid]; in FindThreadContextLocked() local 204 static bool FindThreadContextByOsIdCallback(ThreadContextBase *tctx, in FindThreadContextByOsIdCallback() 218 ThreadContextBase *tctx = threads_[tid]; in SetThreadName() local 228 ThreadContextBase *tctx = threads_[tid]; in SetThreadNameByUserId() local 240 ThreadContextBase *tctx = threads_[tid]; in DetachThread() local 261 ThreadContextBase *tctx = threads_[tid]; in JoinThread() local 287 ThreadContextBase *tctx = threads_[tid]; in FinishThread() local [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_thread_registry.cpp | 138 ThreadContextBase *tctx = QuarantinePop(); in CreateThread() local 174 ThreadContextBase *tctx = threads_[tid]; in RunCallbackForEachThreadLocked() local 184 ThreadContextBase *tctx = threads_[tid]; in FindThread() local 195 ThreadContextBase *tctx = threads_[tid]; in FindThreadContextLocked() local 202 static bool FindThreadContextByOsIdCallback(ThreadContextBase *tctx, in FindThreadContextByOsIdCallback() 215 ThreadContextBase *tctx = threads_[tid]; in SetThreadName() local 225 ThreadContextBase *tctx = threads_[tid]; in SetThreadNameByUserId() local 236 ThreadContextBase *tctx = threads_[tid]; in DetachThread() local 256 ThreadContextBase *tctx = threads_[tid]; in JoinThread() local 281 ThreadContextBase *tctx = threads_[tid]; in FinishThread() local [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_thread_registry.cc | 138 ThreadContextBase *tctx = QuarantinePop(); in CreateThread() local 174 ThreadContextBase *tctx = threads_[tid]; in RunCallbackForEachThreadLocked() local 184 ThreadContextBase *tctx = threads_[tid]; in FindThread() local 195 ThreadContextBase *tctx = threads_[tid]; in FindThreadContextLocked() local 202 static bool FindThreadContextByOsIdCallback(ThreadContextBase *tctx, in FindThreadContextByOsIdCallback() 216 ThreadContextBase *tctx = threads_[tid]; in SetThreadName() local 226 ThreadContextBase *tctx = threads_[tid]; in SetThreadNameByUserId() local 238 ThreadContextBase *tctx = threads_[tid]; in DetachThread() local 259 ThreadContextBase *tctx = threads_[tid]; in JoinThread() local 285 ThreadContextBase *tctx = threads_[tid]; in FinishThread() local [all …]
|
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/ |
H A D | cipher_tdes_default_hw.c | 26 PROV_TDES_CTX *tctx = (PROV_TDES_CTX *)ctx; in ossl_cipher_hw_tdes_ede2_initkey() local 51 PROV_TDES_CTX *tctx = (PROV_TDES_CTX *)ctx; in ossl_cipher_hw_tdes_ofb() local 72 PROV_TDES_CTX *tctx = (PROV_TDES_CTX *)ctx; in ossl_cipher_hw_tdes_cfb() local 100 PROV_TDES_CTX *tctx = (PROV_TDES_CTX *)ctx; in ossl_cipher_hw_tdes_cfb1() local 121 PROV_TDES_CTX *tctx = (PROV_TDES_CTX *)ctx; in ossl_cipher_hw_tdes_cfb8() local
|
H A D | cipher_tdes_hw.c | 26 PROV_TDES_CTX *tctx = (PROV_TDES_CTX *)ctx; in ossl_cipher_hw_tdes_ede3_initkey() local 61 PROV_TDES_CTX *tctx = (PROV_TDES_CTX *)ctx; in ossl_cipher_hw_tdes_cbc() local 85 PROV_TDES_CTX *tctx = (PROV_TDES_CTX *)ctx; in ossl_cipher_hw_tdes_ecb() local
|
H A D | cipher_desx_hw.c | 30 PROV_TDES_CTX *tctx = (PROV_TDES_CTX *)ctx; in cipher_hw_desx_cbc_initkey() local 53 PROV_TDES_CTX *tctx = (PROV_TDES_CTX *)ctx; in cipher_hw_desx_cbc() local
|
/netbsd-src/external/bsd/jemalloc/include/jemalloc/internal/ |
H A D | prof_inlines_b.h | 49 alloc_ctx_t *alloc_ctx, prof_tctx_t *tctx) { in prof_tctx_set() 57 prof_tctx_reset(tsdn_t *tsdn, const void *ptr, prof_tctx_t *tctx) { in prof_tctx_reset() 123 prof_tctx_t *tctx) { in prof_malloc() 137 prof_realloc(tsd_t *tsd, const void *ptr, size_t usize, prof_tctx_t *tctx, in prof_realloc() 196 prof_tctx_t *tctx = prof_tctx_get(tsd_tsdn(tsd), ptr, alloc_ctx); in prof_free() local
|
/netbsd-src/sys/netinet/ |
H A D | sctp_hashdriver.c | 86 md5_ctxt tctx; in sctp_hash_digest() local 173 MD5Context tctx; in sctp_hash_digest_m() local
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
H A D | tsan_rtl_report.cc | 190 void ScopedReportBase::AddThread(const ThreadContext *tctx, bool suppressable) { in AddThread() 211 static bool FindThreadByUidLockedCallback(ThreadContextBase *tctx, void *arg) { in FindThreadByUidLockedCallback() 231 ThreadContext *tctx = static_cast<ThreadContext*>(tctx_base); in IsInStackOrTls() local 242 ThreadContext *tctx = static_cast<ThreadContext*>( in IsThreadStackOrTls() local 256 if (const ThreadContext *tctx = FindThreadByUidLocked(unique_tid)) in AddThread() local 321 ThreadContext *tctx = FindThreadByUidLocked(creat_tid); in AddLocation() local 334 ThreadContext *tctx = FindThreadByTidLocked(b->tid); in AddLocation() local 347 if (ThreadContext *tctx = IsThreadStackOrTls(addr, &is_stack)) { in AddLocation() local 692 ThreadContext *tctx = static_cast<ThreadContext*>( in ReportRace() local
|
H A D | tsan_rtl_thread.cc | 156 ThreadContext *tctx; member 162 ThreadContext *tctx = static_cast<ThreadContext*>(tctx_base); in MaybeReportThreadLeak() local 177 static void ReportIgnoresEnabled(ThreadContext *tctx, IgnoreSet *set) { in ReportIgnoresEnabled() 285 static bool FindThreadByUid(ThreadContextBase *tctx, void *arg) { in FindThreadByUid()
|
H A D | tsan_debugging.cc | 212 ThreadContext *tctx = IsThreadStackOrTls(addr, &is_stack); in __tsan_locate_address() local 248 ThreadContextBase *tctx = ctx->thread_registry->GetThreadLocked(b->tid); in __tsan_get_alloc_stack() local
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
H A D | tsan_rtl_report.cc | 192 void ScopedReportBase::AddThread(const ThreadContext *tctx, bool suppressable) { in AddThread() 213 static bool FindThreadByUidLockedCallback(ThreadContextBase *tctx, void *arg) { in FindThreadByUidLockedCallback() 233 ThreadContext *tctx = static_cast<ThreadContext*>(tctx_base); in IsInStackOrTls() local 244 ThreadContext *tctx = static_cast<ThreadContext*>( in IsThreadStackOrTls() local 258 if (const ThreadContext *tctx = FindThreadByUidLocked(unique_tid)) in AddThread() local 323 ThreadContext *tctx = FindThreadByUidLocked(creat_tid); in AddLocation() local 336 ThreadContext *tctx = FindThreadByTidLocked(b->tid); in AddLocation() local 349 if (ThreadContext *tctx = IsThreadStackOrTls(addr, &is_stack)) { in AddLocation() local 694 ThreadContext *tctx = static_cast<ThreadContext*>( in ReportRace() local
|
H A D | tsan_rtl_thread.cc | 158 ThreadContext *tctx; member 164 ThreadContext *tctx = static_cast<ThreadContext*>(tctx_base); in MaybeReportThreadLeak() local 179 static void ReportIgnoresEnabled(ThreadContext *tctx, IgnoreSet *set) { in ReportIgnoresEnabled() 287 static bool FindThreadByUid(ThreadContextBase *tctx, void *arg) { in FindThreadByUid()
|
H A D | tsan_debugging.cc | 214 ThreadContext *tctx = IsThreadStackOrTls(addr, &is_stack); in __tsan_locate_address() local 250 ThreadContextBase *tctx = ctx->thread_registry->GetThreadLocked(b->tid); in __tsan_get_alloc_stack() local
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
H A D | tsan_rtl_thread.cpp | 41 ThreadContext *tctx; member 47 auto *tctx = static_cast<ThreadContext *>(tctx_base); in CollectThreadLeaks() local 61 static void ReportIgnoresEnabled(ThreadContext *tctx, IgnoreSet *set) { in ReportIgnoresEnabled() 262 ThreadContextBase *tctx; member 265 static bool ConsumeThreadByUid(ThreadContextBase *tctx, void *arg) { in ConsumeThreadByUid()
|
H A D | tsan_rtl_report.cpp | 202 void ScopedReportBase::AddThread(const ThreadContext *tctx, bool suppressable) { in AddThread() 222 static bool FindThreadByUidLockedCallback(ThreadContextBase *tctx, void *arg) { in FindThreadByUidLockedCallback() 242 ThreadContext *tctx = static_cast<ThreadContext*>(tctx_base); in IsInStackOrTls() local 253 ThreadContext *tctx = in IsThreadStackOrTls() local 267 if (const ThreadContext *tctx = FindThreadByUidLocked(unique_tid)) in AddThread() local 330 ThreadContext *tctx = FindThreadByUidLocked(creat_tid); in AddLocation() local 346 ThreadContext *tctx = FindThreadByTidLocked(b->tid); in AddLocation() local 360 if (ThreadContext *tctx = IsThreadStackOrTls(addr, &is_stack)) { in AddLocation() local 546 ThreadContext *tctx = in RestoreStack() local 927 ThreadContext *tctx = static_cast<ThreadContext *>( in ReportRace() local
|
H A D | tsan_debugging.cpp | 219 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
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
H A 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()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
H A D | asan_thread.cc | 395 AsanThreadContext *tctx = static_cast<AsanThreadContext*>(tctx_base); in ThreadStackContainsAddress() local 417 AsanThreadContext *tctx = GetThreadContextByTidLocked(0); in GetCurrentThread() local 445 AsanThreadContext *tctx = static_cast<AsanThreadContext *>( in FindThreadByStackAddress() local
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
H A D | asan_thread.cc | 394 AsanThreadContext *tctx = static_cast<AsanThreadContext*>(tctx_base); in ThreadStackContainsAddress() local 416 AsanThreadContext *tctx = GetThreadContextByTidLocked(0); in GetCurrentThread() local 444 AsanThreadContext *tctx = static_cast<AsanThreadContext *>( in FindThreadByStackAddress() local
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/ |
H A D | asan_thread.cpp | 411 AsanThreadContext *tctx = static_cast<AsanThreadContext *>(tctx_base); in ThreadStackContainsAddress() local 433 AsanThreadContext *tctx = GetThreadContextByTidLocked(kMainTid); in GetCurrentThread() local 461 AsanThreadContext *tctx = static_cast<AsanThreadContext *>( in FindThreadByStackAddress() local
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/ |
H A D | tkey.c | 114 dns_tkeyctx_t *tctx; in dns_tkeyctx_create() local 134 dns_tkeyctx_t *tctx; in dns_tkeyctx_destroy() local 351 dns_rdata_tkey_t *tkeyin, dns_tkeyctx_t *tctx, in process_dhtkey() 506 dns_tkeyctx_t *tctx, dns_rdata_tkey_t *tkeyout, in process_gsstkey() 700 dns_tkey_processquery(dns_message_t *msg, dns_tkeyctx_t *tctx, in dns_tkey_processquery()
|
/netbsd-src/external/mpl/bind/dist/lib/dns/ |
H A D | tkey.c | 115 dns_tkeyctx_t *tctx; dns_tkeyctx_create() local 135 dns_tkeyctx_t *tctx; dns_tkeyctx_destroy() local 352 process_dhtkey(dns_message_t * msg,dns_name_t * signer,dns_name_t * name,dns_rdata_tkey_t * tkeyin,dns_tkeyctx_t * tctx,dns_rdata_tkey_t * tkeyout,dns_tsig_keyring_t * ring,dns_namelist_t * namelist) process_dhtkey() argument 507 process_gsstkey(dns_message_t * msg,dns_name_t * name,dns_rdata_tkey_t * tkeyin,dns_tkeyctx_t * tctx,dns_rdata_tkey_t * tkeyout,dns_tsig_keyring_t * ring) process_gsstkey() argument 701 dns_tkey_processquery(dns_message_t * msg,dns_tkeyctx_t * tctx,dns_tsig_keyring_t * ring) dns_tkey_processquery() argument [all...] |
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/lsan/ |
H A D | lsan_thread.cpp | 71 static bool FindThreadByUid(ThreadContextBase *tctx, void *arg) { in FindThreadByUid()
|
/netbsd-src/external/mpl/bind/dist/bin/tests/system/tkey/ |
H A D | keydelete.c |
|