Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/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 …]
/freebsd/sbin/hastd/
H A Dproto_tcp.c193 struct tcp_ctx *tctx; in tcp_setup_new() local
239 struct tcp_ctx *tctx; in tcp_setup_wrap() local
262 struct tcp_ctx *tctx; in tcp_client() local
288 struct tcp_ctx *tctx = ctx; in tcp_connect() local
343 struct tcp_ctx *tctx = ctx; in tcp_connect_wait() local
408 struct tcp_ctx *tctx; in tcp_server() local
442 struct tcp_ctx *tctx = ctx; in tcp_accept() local
484 struct tcp_ctx *tctx = ctx; in tcp_send() local
497 struct tcp_ctx *tctx = ctx; in tcp_recv() local
510 const struct tcp_ctx *tctx = ctx; in tcp_descriptor() local
[all …]
/freebsd/contrib/openbsm/bin/auditdistd/
H A Dproto_tcp.c199 struct tcp_ctx *tctx; in tcp_setup_new() local
265 struct tcp_ctx *tctx; in tcp_connect() local
341 struct tcp_ctx *tctx = ctx; in tcp_connect_wait() local
408 struct tcp_ctx *tctx; in tcp_server() local
442 struct tcp_ctx *tctx = ctx; in tcp_accept() local
477 struct tcp_ctx *tctx; in tcp_wrap() local
499 struct tcp_ctx *tctx = ctx; in tcp_send() local
515 struct tcp_ctx *tctx = ctx; in tcp_recv() local
531 const struct tcp_ctx *tctx = ctx; in tcp_descriptor() local
542 const struct tcp_ctx *tctx = ctx; in tcp_address_match() local
[all …]
/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_tdes_default_hw.c26 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
122 PROV_TDES_CTX *tctx = (PROV_TDES_CTX *)ctx; in ossl_cipher_hw_tdes_cfb8() local
H A Dcipher_tdes_hw.c26 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 Dcipher_desx_hw.c30 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
H A Dcipher_tdes_common.c26 PROV_TDES_CTX *tctx; in ossl_tdes_newctx() local
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dprof_inlines_b.h
H A Darena_inlines_b.h58 arena_prof_tctx_set(tsdn_t * tsdn,const void * ptr,size_t usize,alloc_ctx_t * alloc_ctx,prof_tctx_t * tctx) arena_prof_tctx_set() argument
76 arena_prof_tctx_reset(tsdn_t * tsdn,const void * ptr,prof_tctx_t * tctx) arena_prof_tctx_reset() argument
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_thread.cpp414 AsanThreadContext *tctx = static_cast<AsanThreadContext *>(tctx_base); in ThreadStackContainsAddress() local
436 AsanThreadContext *tctx = GetThreadContextByTidLocked(kMainTid); in GetCurrentThread() local
464 AsanThreadContext *tctx = static_cast<AsanThreadContext *>( in FindThreadByStackAddress() local
543 [](ThreadContextBase *tctx, void *arg) { in GetThreadExtraStackRangesLocked()
556 [](ThreadContextBase *tctx, void *threads) { in GetRunningThreadsLocked()
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_linux.cpp24 void SetCurrentThread(ThreadContextLsanBase *tctx) { current_thread = tctx; } in SetCurrentThread()
H A Dlsan_thread.cpp103 [](ThreadContextBase *tctx, void *threads) { in GetRunningThreadsLocked()
H A Dlsan_fuchsia.cpp73 [](ThreadContextBase *tctx, void *arg) { in GetAllThreadAllocatorCachesLocked() argument
H A Dlsan_common_mac.cpp109 void SetCurrentThread(ThreadContextLsanBase *tctx) { in SetCurrentThread()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
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_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_debugging.cpp219 ThreadContext *tctx = IsThreadStackOrTls(addr, &is_stack); __tsan_locate_address() local
255 ThreadContextBase *tctx = ctx->thread_registry.GetThreadLocked(b->tid); __tsan_get_alloc_stack() local
/freebsd/contrib/tcpdump/
H A Dsignature.c61 MD5_CTX tctx; in signature_compute_hmac_md5() local
/freebsd/contrib/jemalloc/src/
H A Dprof.c344 prof_malloc_sample_object(tsdn_t * tsdn,const void * ptr,size_t usize,prof_tctx_t * tctx) prof_malloc_sample_object() argument
444 prof_try_log(tsd_t * tsd,const void * ptr,size_t usize,prof_tctx_t * tctx) prof_try_log() argument
522 prof_free_sampled_object(tsd_t * tsd,const void * ptr,size_t usize,prof_tctx_t * tctx) prof_free_sampled_object() argument
882 prof_tctx_should_destroy(tsdn_t * tsdn,prof_tctx_t * tctx) prof_tctx_should_destroy() argument
912 prof_tctx_destroy(tsd_t * tsd,prof_tctx_t * tctx) prof_tctx_destroy() argument
1327 prof_tctx_merge_tdata(tsdn_t * tsdn,prof_tctx_t * tctx,prof_tdata_t * tdata) prof_tctx_merge_tdata() argument
1358 prof_tctx_merge_gctx(tsdn_t * tsdn,prof_tctx_t * tctx,prof_gctx_t * gctx) prof_tctx_merge_gctx() argument
1370 prof_tctx_merge_iter(prof_tctx_tree_t * tctxs,prof_tctx_t * tctx,void * arg) prof_tctx_merge_iter() argument
1396 prof_tctx_dump_iter(prof_tctx_tree_t * tctxs,prof_tctx_t * tctx,void * opaque) prof_tctx_dump_iter() argument
1424 prof_tctx_finish_iter(prof_tctx_tree_t * tctxs,prof_tctx_t * tctx,void * arg) prof_tctx_finish_iter() argument
1552 } tctx; prof_tdata_merge_iter() local
[all...]
H A Djemalloc.c2120 prof_tctx_t *tctx = prof_alloc_prep( imalloc_body() local
2511 irealloc_prof_sample(tsd_t * tsd,void * old_ptr,size_t old_usize,size_t usize,prof_tctx_t * tctx,hook_ralloc_args_t * hook_args) irealloc_prof_sample() argument
2537 prof_tctx_t *old_tctx, *tctx; irealloc_prof() local
3136 irallocx_prof_sample(tsdn_t * tsdn,void * old_ptr,size_t old_usize,size_t usize,size_t alignment,bool zero,tcache_t * tcache,arena_t * arena,prof_tctx_t * tctx,hook_ralloc_args_t * hook_args) irallocx_prof_sample() argument
3164 prof_tctx_t *old_tctx, *tctx; irallocx_prof() local
3311 ixallocx_prof_sample(tsdn_t * tsdn,void * ptr,size_t old_usize,size_t size,size_t extra,size_t alignment,bool zero,prof_tctx_t * tctx) ixallocx_prof_sample() argument
3328 prof_tctx_t *old_tctx, *tctx; ixallocx_prof() local
[all...]
H A Dlarge.c378 large_prof_tctx_set(tsdn_t * tsdn,extent_t * extent,prof_tctx_t * tctx) large_prof_tctx_set() argument
/freebsd/contrib/dma/
H A Dcrypto.c239 MD5_CTX tctx; in hmac_md5() local
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_stats.cpp76 MemprofThreadContext *tctx = static_cast<MemprofThreadContext *>(tctx_base); in MergeThreadStats() local
/freebsd/sys/dev/gpio/
H A Dgpioaei.c236 struct gpio_aei_ctx * ctx, * tctx; in gpio_aei_detach() local
/freebsd/crypto/openssl/apps/
H A Ddgst.c426 EVP_MD_CTX *tctx; in dgst_main() local

12