Home
last modified time | relevance | path

Searched defs:tctx (Results 1 – 17 of 17) 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
242 ThreadContextBase *tctx = threads_[tid]; in JoinThread() local
259 ThreadContextBase *tctx = threads_[tid]; in FinishThread() local
[all …]
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_report.cc183 void ScopedReport::AddThread(const ThreadContext *tctx, bool suppressable) { in AddThread()
203 static bool FindThreadByUidLockedCallback(ThreadContextBase *tctx, void *arg) { in FindThreadByUidLockedCallback()
223 ThreadContext *tctx = static_cast<ThreadContext*>(tctx_base); in IsInStackOrTls() local
234 ThreadContext *tctx = static_cast<ThreadContext*>( in IsThreadStackOrTls() local
248 if (const ThreadContext *tctx = FindThreadByUidLocked(unique_tid)) in AddThread() local
313 ThreadContext *tctx = FindThreadByUidLocked(creat_tid); in AddLocation() local
326 ThreadContext *tctx = FindThreadByTidLocked(b->tid); in AddLocation() local
338 if (ThreadContext *tctx = IsThreadStackOrTls(addr, &is_stack)) { in AddLocation() local
643 ThreadContext *tctx = static_cast<ThreadContext*>( in ReportRace() local
Dtsan_rtl_thread.cc159 ThreadContext *tctx; member
165 ThreadContext *tctx = static_cast<ThreadContext*>(tctx_base); in MaybeReportThreadLeak() local
180 static void ReportIgnoresEnabled(ThreadContext *tctx, IgnoreSet *set) { in ReportIgnoresEnabled()
300 static bool FindThreadByUid(ThreadContextBase *tctx, void *arg) { in FindThreadByUid()
Dtsan_rtl_mutex.cc364 ThreadContext *tctx = static_cast<ThreadContext*>(tctx_base); in UpdateClockCallback() local
407 ThreadContext *tctx = static_cast<ThreadContext*>(tctx_base); in UpdateSleepClockCallback() local
Dtsan_rtl.h383 ThreadContext *tctx; member
/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/compiler-rt/lib/asan/
Dasan_thread.cc254 AsanThreadContext *tctx = static_cast<AsanThreadContext*>(tctx_base); in ThreadStackContainsAddress() local
273 AsanThreadContext *tctx = GetThreadContextByTidLocked(0); in GetCurrentThread() local
301 AsanThreadContext *tctx = static_cast<AsanThreadContext *>( in FindThreadByStackAddress() local
Dasan_stats.cc77 AsanThreadContext *tctx = static_cast<AsanThreadContext*>(tctx_base); in MergeThreadStats() local
/external/jemalloc/src/
Dprof.c226 prof_malloc_sample_object(const void *ptr, size_t usize, prof_tctx_t *tctx) in prof_malloc_sample_object()
243 prof_free_sampled_object(tsd_t *tsd, size_t usize, prof_tctx_t *tctx) in prof_free_sampled_object()
611 prof_tctx_should_destroy(prof_tctx_t *tctx) in prof_tctx_should_destroy()
638 prof_tctx_destroy(tsd_t *tsd, prof_tctx_t *tctx) in prof_tctx_destroy()
1037 prof_tctx_merge_tdata(prof_tctx_t *tctx, prof_tdata_t *tdata) in prof_tctx_merge_tdata()
1069 prof_tctx_merge_gctx(prof_tctx_t *tctx, prof_gctx_t *gctx) in prof_tctx_merge_gctx()
1082 prof_tctx_merge_iter(prof_tctx_tree_t *tctxs, prof_tctx_t *tctx, void *arg) in prof_tctx_merge_iter()
1102 prof_tctx_dump_iter(prof_tctx_tree_t *tctxs, prof_tctx_t *tctx, void *arg) in prof_tctx_dump_iter()
1128 prof_tctx_finish_iter(prof_tctx_tree_t *tctxs, prof_tctx_t *tctx, void *arg) in prof_tctx_finish_iter()
1241 } tctx; in prof_tdata_merge_iter() local
Djemalloc.c1420 prof_tctx_t *tctx, bool slow_path)
1442 prof_tctx_t *tctx; local
1530 prof_tctx_t *tctx)
1552 prof_tctx_t *tctx; local
1662 icalloc_prof_sample(tsd_t *tsd, size_t usize, szind_t ind, prof_tctx_t *tctx)
1684 prof_tctx_t *tctx; local
1772 prof_tctx_t *tctx)
1794 prof_tctx_t *old_tctx, *tctx; local
2106 prof_tctx_t *tctx; local
2199 prof_tctx_t *tctx)
[all …]
Dhuge.c428 prof_tctx_t *tctx; in huge_prof_tctx_get() local
442 huge_prof_tctx_set(const void *ptr, prof_tctx_t *tctx) in huge_prof_tctx_set()
/external/tcpdump/
Dsignature.c61 MD5_CTX tctx; in signature_compute_hmac_md5() local
/external/jemalloc/include/jemalloc/internal/
Dprof.h410 prof_tctx_set(const void *ptr, size_t usize, prof_tctx_t *tctx) in prof_tctx_set()
482 prof_malloc(const void *ptr, size_t usize, prof_tctx_t *tctx) in prof_malloc()
496 prof_realloc(tsd_t *tsd, const void *ptr, size_t usize, prof_tctx_t *tctx, in prof_realloc()
534 prof_tctx_t *tctx = prof_tctx_get(ptr); in prof_free() local
Dextent.h189 extent_node_prof_tctx_set(extent_node_t *node, prof_tctx_t *tctx) in extent_node_prof_tctx_set()
Darena.h1189 arena_prof_tctx_set(const void *ptr, size_t usize, prof_tctx_t *tctx) in arena_prof_tctx_set()
/external/compiler-rt/lib/lsan/
Dlsan_thread.cc109 static bool FindThreadByUid(ThreadContextBase *tctx, void *arg) { in FindThreadByUid()
/external/boringssl/src/ssl/
Ds3_srvr.c2009 SSL_CTX *tctx = ssl->initial_ctx; in ssl3_send_new_session_ticket() local