Home
last modified time | relevance | path

Searched defs:tctx (Results 1 – 25 of 44) 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/imagination/pco/
Dpco_trans_nir.c52 static void split_dest_comps(trans_ctx *tctx, pco_instr *instr, pco_ref dest) in split_dest_comps()
101 static inline pco_ref pco_ref_nir_def_t(const nir_def *def, trans_ctx *tctx) in pco_ref_nir_def_t()
123 static inline pco_ref pco_ref_nir_src_t(const nir_src *src, trans_ctx *tctx) in pco_ref_nir_src_t()
137 pco_ref_nir_alu_src_t(const nir_alu_instr *alu, unsigned src, trans_ctx *tctx) in pco_ref_nir_alu_src_t()
184 trans_load_input_vs(trans_ctx *tctx, nir_intrinsic_instr *intr, pco_ref dest) in trans_load_input_vs()
217 trans_store_output_vs(trans_ctx *tctx, nir_intrinsic_instr *intr, pco_ref src) in trans_store_output_vs()
253 trans_load_input_fs(trans_ctx *tctx, nir_intrinsic_instr *intr, pco_ref dest) in trans_load_input_fs()
387 trans_store_output_fs(trans_ctx *tctx, nir_intrinsic_instr *intr, pco_ref src) in trans_store_output_fs()
418 static pco_instr *trans_intr(trans_ctx *tctx, nir_intrinsic_instr *intr) in trans_intr()
514 static unsigned try_collate_vec_srcs(trans_ctx *tctx, in try_collate_vec_srcs()
[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()
/external/skia/modules/svg/src/
DSkSVGText.cpp143 SkSVGTextContext* tctx, in ScopedPosResolver()
159 SkSVGTextContext* tctx) in ScopedPosResolver()
551 void SkSVGTextFragment::renderText(const SkSVGRenderContext& ctx, SkSVGTextContext* tctx, in renderText()
581 void SkSVGTextContainer::onShapeText(const SkSVGRenderContext& ctx, SkSVGTextContext* tctx, in onShapeText()
616 void SkSVGTextLiteral::onShapeText(const SkSVGRenderContext& ctx, SkSVGTextContext* tctx, in onShapeText()
637 SkSVGTextContext tctx(ctx, render_text); in onRender() local
668 SkSVGTextContext tctx(ctx, compute_bounds); in onTransformableObjectBoundingBox() local
711 SkSVGTextContext tctx(ctx, as_path); in onAsPath() local
726 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.cc237 TuRenderpassDataSource::Trace([=](auto tctx) { in stage_start()
273 TuRenderpassDataSource::Trace([=](TuRenderpassDataSource::TraceContext tctx) { in stage_end()
360 TuRenderpassDataSource::Trace([=](auto tctx) { in emit_sync_timestamp()
464 TuRenderpassDataSource::Trace([=](TuRenderpassDataSource::TraceContext tctx) { in tu_perfetto_end_submit()
594 TuMemoryDataSource::Trace([=](TuMemoryDataSource::TraceContext tctx) { in log_mem()
/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.c1891 prof_tctx_t *tctx = prof_alloc_prep( local
2165 prof_tctx_t *tctx) {
2189 prof_tctx_t *old_tctx, *tctx; local
2615 prof_tctx_t *tctx) {
2642 prof_tctx_t *old_tctx, *tctx; local
2785 size_t extra, size_t alignment, bool zero, prof_tctx_t *tctx) {
2802 prof_tctx_t *old_tctx, *tctx; local
/external/igt-gpu-tools/tests/i915/
Dgem_threaded_access_tiled.c52 static struct thread_ctx tctx[NUM_THREADS]; variable
/external/mesa3d/src/freedreno/drm/
Dfreedreno_drm_perfetto.cc131 FdMemoryDataSource::Trace([=](FdMemoryDataSource::TraceContext tctx) { in fd_alloc_log()
/external/tcpdump/
Dsignature.c61 MD5_CTX tctx; in signature_compute_hmac_md5() local
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_perfetto.cpp201 SIRenderpassDataSource::Trace([=](SIRenderpassDataSource::TraceContext tctx) { in end_event()
296 SIRenderpassDataSource::Trace([=](SIRenderpassDataSource::TraceContext tctx) { in si_ds_end_submit()
/external/skia/modules/svg/tests/
DText.cpp183 SkSVGTextContext tctx(ctx, mock_cb); in DEF_TEST() local
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_perfetto.cc106 FdRenderpassDataSource::Trace([=](FdRenderpassDataSource::TraceContext tctx) { in stage_end()
298 FdRenderpassDataSource::Trace([=](auto tctx) { in sync_timestamp()
311 FdRenderpassDataSource::Trace([=](FdRenderpassDataSource::TraceContext tctx) { in emit_submit_id()
/external/libopenapv/src/
Doapv_tpool.c123 thread_ctx_t *tctx = NULL; in tpool_create_thread() local
192 thread_ctx_t *tctx = (thread_ctx_t *)(thread_id); in tpool_assign_task() local
/external/mesa3d/src/intel/ds/
Dintel_driver_ds.cc282 IntelRenderpassDataSource::Trace([=](IntelRenderpassDataSource::TraceContext tctx) { in end_event()
550 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()

12