Home
last modified time | relevance | path

Searched refs:thread_stats (Results 1 – 2 of 2) sorted by relevance

/third_party/musl/libc-test/src/functional/
Dtest-malloc-info-stats-print.h173 malloc_thread_stats_t thread_stats = {0}; in validate_different_threads_test_results() local
174 …ulate_thread_stats(test_results->stats_after_allocations, test_results->threads[i], &thread_stats); in validate_different_threads_test_results()
175 result &= validate_allocated_size(sizes[i], &thread_stats); in validate_different_threads_test_results()
/third_party/gstreamer/gstreamer/tools/
Dgst-stats.c518 GstThreadStats *thread_stats; in do_thread_rusage_stats() local
524 thread_stats = get_thread_stats ((gpointer) (guintptr) thread_id); in do_thread_rusage_stats()
525 thread_stats->cpuload = cpuload; in do_thread_rusage_stats()
526 thread_stats->tthread = tthread; in do_thread_rusage_stats()