#include "llvm/Support/thread.h"
Definition at line 218 of file thread.h.
◆ thread() [1/5]
◆ thread() [2/5]
llvm::thread::thread |
( |
thread && |
other | ) |
|
|
inline |
◆ thread() [3/5]
template<class
Function , class... Args>
llvm::thread::thread |
( |
std::optional< unsigned > |
StackSizeInBytes, |
|
|
Function && |
f, |
|
|
Args &&... |
args |
|
) |
| |
|
inlineexplicit |
◆ thread() [4/5]
template<class
Function , class... Args>
llvm::thread::thread |
( |
Function && |
f, |
|
|
Args &&... |
args |
|
) |
| |
|
inlineexplicit |
◆ thread() [5/5]
◆ detach()
void llvm::thread::detach |
( |
| ) |
|
|
inline |
◆ hardware_concurrency()
static unsigned llvm::thread::hardware_concurrency |
( |
| ) |
|
|
inlinestatic |
◆ join()
void llvm::thread::join |
( |
| ) |
|
|
inline |
The documentation for this struct was generated from the following file: