aboutsummaryrefslogtreecommitdiff
path: root/src/lib/thread/numcpus.h
blob: 8b7bd96968e0a594c6d7261c9d1db51ce8f3ef74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* Copyright (c) 2003-2004, Roger Dingledine
 * Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
 * Copyright (c) 2007-2021, The Tor Project, Inc. */
/* See LICENSE for licensing information */

/**
 * \file numcpus.h
 * \brief Header for numcpus.c
 **/

#ifndef TOR_NUMCPUS_H
#define TOR_NUMCPUS_H

int compute_num_cpus(void);

#endif /* !defined(TOR_NUMCPUS_H) */