t / helper / test-online-cpus.con commit git p4 test: use 'test_atexit' to kill p4d and the watchdog process (99e37c2)
   1#include "test-tool.h"
   2#include "git-compat-util.h"
   3#include "thread-utils.h"
   4
   5int cmd__online_cpus(int argc, const char **argv)
   6{
   7        printf("%d\n", online_cpus());
   8        return 0;
   9}