projects
/
git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Sync with v2.13.4
[git]
/
t
/
helper
/
test-online-cpus.c
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
}