This website works better with JavaScript
Domů
Procházet
Nápověda
Registrovat se
Přihlásit se
dingyu
/
CooCenter-System-kernel
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
e68e7644fa
Větve
Značky
master
CooCenter-Sy...
/
tools
/
build
/
feature
/
test-numa_num_possible_cpus.c
test-numa_num_possible_cpus.c
72 B
Historie
Surový
1
2
3
4
5
6
#include <numa.h>
int main(void)
{
return numa_num_possible_cpus();
}