LLVM
12.0.0git
|
#include "llvm/Support/Threading.h"
#include "llvm/ADT/Optional.h"
#include "llvm/Config/config.h"
#include "llvm/Support/Host.h"
#include <cassert>
#include <errno.h>
#include <stdlib.h>
#include <string.h>
#include "Unix/Threading.inc"
Go to the source code of this file.
Enumerations | |
enum | JoiningPolicy |
Functions | |
int | computeHostNumHardwareThreads () |
|
strong |
Definition at line 106 of file Threading.cpp.
int computeHostNumHardwareThreads | ( | ) |
Referenced by llvm::ThreadPoolStrategy::compute_thread_count().