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