Searched refs:thread_stats (Results 1 – 2 of 2) sorted by relevance
173 malloc_thread_stats_t thread_stats = {0}; in validate_different_threads_test_results() local174 …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()
518 GstThreadStats *thread_stats; in do_thread_rusage_stats() local524 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()