HelenOS sources

stats_get_cpus    168 uspace/app/stats/stats.c 	stats_cpu_t *cpus = stats_get_cpus(&count);
stats_get_cpus    178 uspace/app/top/top.c 	target->cpus = stats_get_cpus(&(target->cpus_count));
stats_get_cpus    179 uspace/dist/src/c/demos/top/top.c 	target->cpus = stats_get_cpus(&(target->cpus_count));
stats_get_cpus     85 uspace/lib/c/generic/time.c 	stats_cpu_t *cpu_stats = stats_get_cpus(&count);
stats_get_cpus     46 uspace/lib/c/include/stats.h extern stats_cpu_t *stats_get_cpus(size_t *);
stats_get_cpus     46 uspace/lib/posix/include/libc/stats.h extern stats_cpu_t *stats_get_cpus(size_t *);
stats_get_cpus    446 uspace/lib/posix/src/unistd.c 	stats_cpu_t *cpu_stats = stats_get_cpus(&cpu_count);
HelenOS homepage, sources at GitHub