repo.or.cz
/
git
/
debian.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Makefile: add QUIET_GEN to "cscope" target
[git/debian.git]
/
t
/
helper
/
test-online-cpus.c
blob
8cb0d53840f3dc60d583fa1b72f95572d2148d11
1
#include
"test-tool.h"
2
#include
"git-compat-util.h"
3
#include
"thread-utils.h"
4
5
int
cmd__online_cpus
(
int
argc
,
const char
**
argv
)
6
{
7
printf
(
"%d
\n
"
,
online_cpus
());
8
return
0
;
9
}