Home
last modified time | relevance | path

Searched defs:thread_stats (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/trusty/lk/include/kernel/
Dthread.h355 struct thread_stats { struct
371 extern struct thread_stats thread_stats[SMP_MAX_CPUS]; argument
/aosp_15_r20/external/compiler-rt/lib/asan/
H A Dasan_allocator.cc155 AsanStats &thread_stats = GetCurrentThreadStats(); in Recycle() local
179 AsanStats &thread_stats = GetCurrentThreadStats(); in OnMap() local
189 AsanStats &thread_stats = GetCurrentThreadStats(); in OnUnmap() local
436 AsanStats &thread_stats = GetCurrentThreadStats(); in Allocate() local
493 AsanStats &thread_stats = GetCurrentThreadStats(); in QuarantineChunk() local
545 AsanStats &thread_stats = GetCurrentThreadStats(); in Reallocate() local
/aosp_15_r20/art/runtime/gc/
H A Dheap-inl.h225 RuntimeStats* thread_stats = self->GetStats(); in AllocObjectWithAllocator() local
H A Dheap.cc1895 RuntimeStats* thread_stats = Thread::Current()->GetStats(); in RecordFree() local
/aosp_15_r20/external/trusty/lk/kernel/
Dthread.c58 struct thread_stats thread_stats[SMP_MAX_CPUS]; variable
/aosp_15_r20/art/runtime/
H A Dclass_linker.cc5897 RuntimeStats* thread_stats = self->GetStats(); in InitializeClass() local