Sign in
googlers
/
jrn
/
git
/
01a825578e79203a87b832731ed1fc7c23a3e77f
/
.
/
t
/
helper
/
test-online-cpus.c
blob: 47dc21171125cde0bd67877517b53a26e8a289eb [
file
] [
log
] [
blame
]
#include
"test-tool.h"
#include
"git-compat-util.h"
#include
"thread-utils.h"
int
cmd__online_cpus
(
int
argc UNUSED
,
const
char
**
argv UNUSED
)
{
printf
(
"%d\n"
,
online_cpus
());
return
0
;
}