Tor 0.4.9.0-alpha-dev
numcpus.h
Go to the documentation of this file.
1/* Copyright (c) 2003-2004, Roger Dingledine
2 * Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
3 * Copyright (c) 2007-2021, The Tor Project, Inc. */
4/* See LICENSE for licensing information */
5
6/**
7 * \file numcpus.h
8 * \brief Header for numcpus.c
9 **/
10
11#ifndef TOR_NUMCPUS_H
12#define TOR_NUMCPUS_H
13
14int compute_num_cpus(void);
15
16#endif /* !defined(TOR_NUMCPUS_H) */
int compute_num_cpus(void)
Definition: numcpus.c:85