This website works better with JavaScript
Главная
Обзор
Помощь
Регистрация
Вход
dingyu
/
CooCenter-System-kernel
Следить
1
В избранное
0
Ответвить
0
Файлы
Обсуждения
0
Запросы на слияние
0
Вики
Дерево:
e68e7644fa
Ветки
Метки
master
CooCenter-Sy...
/
tools
/
build
/
feature
/
test-numa_num_possible_cpus.c
test-numa_num_possible_cpus.c
72 B
История
Исходник
1
2
3
4
5
6
#include <numa.h>
int main(void)
{
return numa_num_possible_cpus();
}