Home
last modified time | relevance | path

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

12

/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/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_lowering.c58 tgsi_lowering_context(struct tgsi_transform_context *tctx) in tgsi_lowering_context()
131 create_mov(struct tgsi_transform_context *tctx, in create_mov()
197 transform_dst(struct tgsi_transform_context *tctx, in transform_dst()
278 transform_lrp(struct tgsi_transform_context *tctx, in transform_lrp()
328 transform_frc(struct tgsi_transform_context *tctx, in transform_frc()
373 transform_pow(struct tgsi_transform_context *tctx, in transform_pow()
433 transform_lit(struct tgsi_transform_context *tctx, in transform_lit()
558 transform_exp(struct tgsi_transform_context *tctx, in transform_exp()
681 transform_log(struct tgsi_transform_context *tctx, in transform_log()
819 transform_dotp(struct tgsi_transform_context *tctx, in transform_dotp()
[all …]
/external/jemalloc_new/include/jemalloc/internal/
Dprof_inlines_b.h49 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
Darena_inlines_b.h32 alloc_ctx_t *alloc_ctx, prof_tctx_t *tctx) { in arena_prof_tctx_set()
50 arena_prof_tctx_reset(tsdn_t *tsdn, const void *ptr, UNUSED prof_tctx_t *tctx) { in arena_prof_tctx_reset()
Dextent_inlines.h298 extent_prof_tctx_set(extent_t *extent, prof_tctx_t *tctx) { in extent_prof_tctx_set()
/external/skia/modules/svg/src/
DSkSVGText.cpp123 SkSVGTextContext* tctx, in ScopedPosResolver()
139 SkSVGTextContext* tctx) in ScopedPosResolver()
531 void SkSVGTextFragment::renderText(const SkSVGRenderContext& ctx, SkSVGTextContext* tctx, in renderText()
561 void SkSVGTextContainer::onShapeText(const SkSVGRenderContext& ctx, SkSVGTextContext* tctx, in onShapeText()
596 void SkSVGTextLiteral::onShapeText(const SkSVGRenderContext& ctx, SkSVGTextContext* tctx, in onShapeText()
617 SkSVGTextContext tctx(ctx, render_text); in onRender() local
648 SkSVGTextContext tctx(ctx, compute_bounds); in onObjectBoundingBox() local
691 SkSVGTextContext tctx(ctx, as_path); in onAsPath() local
706 SkSVGTextContext tctx(ctx, parent_tctx->getCallback(), this); in onShapeText() local
/external/opencensus-java/examples/src/main/java/io/opencensus/examples/quickstart/
DRepl.java96 TagContext tctx = tagger.emptyBuilder().build(); in recordStat() local
103 TagContext tctx = tagger.emptyBuilder().put(key, TagValue.create(value)).build(); in recordTaggedStat() local
110 TagContext tctx = tagger.emptyBuilder().put(key, TagValue.create(value)).build(); in recordTaggedStat() local
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_report.cc188 void ScopedReport::AddThread(const ThreadContext *tctx, bool suppressable) { in AddThread()
208 static bool FindThreadByUidLockedCallback(ThreadContextBase *tctx, void *arg) { in FindThreadByUidLockedCallback()
228 ThreadContext *tctx = static_cast<ThreadContext*>(tctx_base); in IsInStackOrTls() local
239 ThreadContext *tctx = static_cast<ThreadContext*>( in IsThreadStackOrTls() local
253 if (const ThreadContext *tctx = FindThreadByUidLocked(unique_tid)) in AddThread() local
318 ThreadContext *tctx = FindThreadByUidLocked(creat_tid); in AddLocation() local
331 ThreadContext *tctx = FindThreadByTidLocked(b->tid); in AddLocation() local
343 if (ThreadContext *tctx = IsThreadStackOrTls(addr, &is_stack)) { in AddLocation() local
654 ThreadContext *tctx = static_cast<ThreadContext*>( in ReportRace() local
Dtsan_rtl_thread.cc147 ThreadContext *tctx; member
153 ThreadContext *tctx = static_cast<ThreadContext*>(tctx_base); in MaybeReportThreadLeak() local
168 static void ReportIgnoresEnabled(ThreadContext *tctx, IgnoreSet *set) { in ReportIgnoresEnabled()
288 static bool FindThreadByUid(ThreadContextBase *tctx, void *arg) { in FindThreadByUid()
Dtsan_rtl_mutex.cc375 ThreadContext *tctx = static_cast<ThreadContext*>(tctx_base); in UpdateClockCallback() local
418 ThreadContext *tctx = static_cast<ThreadContext*>(tctx_base); in UpdateSleepClockCallback() local
/external/mesa3d/src/freedreno/vulkan/
Dtu_perfetto.cc233 TuRenderpassDataSource::Trace([=](auto tctx) { in stage_start()
268 TuRenderpassDataSource::Trace([=](TuRenderpassDataSource::TraceContext tctx) { in stage_end()
326 TuRenderpassDataSource::Trace([=](auto tctx) { in emit_sync_timestamp()
336 TuRenderpassDataSource::Trace([=](TuRenderpassDataSource::TraceContext tctx) { in emit_submit_id()
/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.cc328 AsanThreadContext *tctx = static_cast<AsanThreadContext*>(tctx_base); in ThreadStackContainsAddress() local
347 AsanThreadContext *tctx = GetThreadContextByTidLocked(0); in GetCurrentThread() local
375 AsanThreadContext *tctx = static_cast<AsanThreadContext *>( in FindThreadByStackAddress() local
Dasan_stats.cc77 AsanThreadContext *tctx = static_cast<AsanThreadContext*>(tctx_base); in MergeThreadStats() local
/external/jemalloc_new/src/
Dprof.c242 prof_tctx_t *tctx) { in prof_malloc_sample_object()
257 prof_free_sampled_object(tsd_t *tsd, size_t usize, prof_tctx_t *tctx) { in prof_free_sampled_object()
614 prof_tctx_should_destroy(tsdn_t *tsdn, prof_tctx_t *tctx) { in prof_tctx_should_destroy()
644 prof_tctx_destroy(tsd_t *tsd, prof_tctx_t *tctx) { in prof_tctx_destroy()
1056 prof_tctx_merge_tdata(tsdn_t *tsdn, prof_tctx_t *tctx, prof_tdata_t *tdata) { in prof_tctx_merge_tdata()
1087 prof_tctx_merge_gctx(tsdn_t *tsdn, prof_tctx_t *tctx, prof_gctx_t *gctx) { in prof_tctx_merge_gctx()
1099 prof_tctx_merge_iter(prof_tctx_tree_t *tctxs, prof_tctx_t *tctx, void *arg) { in prof_tctx_merge_iter()
1125 prof_tctx_dump_iter(prof_tctx_tree_t *tctxs, prof_tctx_t *tctx, void *opaque) { in prof_tctx_dump_iter()
1153 prof_tctx_finish_iter(prof_tctx_tree_t *tctxs, prof_tctx_t *tctx, void *arg) { in prof_tctx_finish_iter()
1281 } tctx; in prof_tdata_merge_iter() local
Djemalloc.c1889 prof_tctx_t *tctx = prof_alloc_prep( local
2163 prof_tctx_t *tctx) {
2187 prof_tctx_t *old_tctx, *tctx; local
2613 prof_tctx_t *tctx) {
2640 prof_tctx_t *old_tctx, *tctx; local
2783 size_t extra, size_t alignment, bool zero, prof_tctx_t *tctx) {
2800 prof_tctx_t *old_tctx, *tctx; local
Dlarge.c372 large_prof_tctx_set(tsdn_t *tsdn, extent_t *extent, prof_tctx_t *tctx) { in large_prof_tctx_set()
/external/igt-gpu-tools/tests/i915/
Dgem_threaded_access_tiled.c52 static struct thread_ctx tctx[NUM_THREADS]; variable
/external/tcpdump/
Dsignature.c63 MD5_CTX tctx; in signature_compute_hmac_md5() local
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_perfetto.cpp204 SIRenderpassDataSource::Trace([=](SIRenderpassDataSource::TraceContext tctx) { in end_event()
297 SIRenderpassDataSource::Trace([=](SIRenderpassDataSource::TraceContext tctx) { in si_ds_end_submit()
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_perfetto.cc124 FdRenderpassDataSource::Trace([=](FdRenderpassDataSource::TraceContext tctx) { in stage_end()
316 FdRenderpassDataSource::Trace([=](auto tctx) { in sync_timestamp()
329 FdRenderpassDataSource::Trace([=](FdRenderpassDataSource::TraceContext tctx) { in emit_submit_id()
/external/skia/modules/svg/tests/
DText.cpp178 SkSVGTextContext tctx(ctx, mock_cb); in DEF_TEST() local
/external/mesa3d/src/intel/ds/
Dintel_driver_ds.cc284 IntelRenderpassDataSource::Trace([=](IntelRenderpassDataSource::TraceContext tctx) { in end_event()
530 IntelRenderpassDataSource::Trace([=](IntelRenderpassDataSource::TraceContext tctx) { in intel_ds_end_submit()
/external/compiler-rt/lib/lsan/
Dlsan_thread.cc115 static bool FindThreadByUid(ThreadContextBase *tctx, void *arg) { in FindThreadByUid()
/external/igt-gpu-tools/benchmarks/
Dgem_wsim.c287 char *token, *tctx = NULL, *tstart = desc; in parse_dependencies() local
612 char *token, *tctx = NULL, *tstart = (char *)_str; in parse_engine_map() local
650 char *token, *tctx = NULL, *tstart = (char *)_str; in engine_list_mask() local
681 char *_token, *token, *tctx = NULL, *tstart = desc; in parse_workload() local

12