#include "llvm/Support/Parallel.h"
Definition at line 61 of file Parallel.h.
◆ Latch()
| llvm::parallel::detail::Latch::Latch |
( |
uint32_t | Count = 0 | ) |
|
|
inlineexplicit |
◆ ~Latch()
| llvm::parallel::detail::Latch::~Latch |
( |
| ) |
|
|
inline |
◆ dec()
| void llvm::parallel::detail::Latch::dec |
( |
| ) |
|
|
inline |
◆ getCount()
| uint32_t llvm::parallel::detail::Latch::getCount |
( |
| ) |
const |
|
inline |
◆ inc()
| void llvm::parallel::detail::Latch::inc |
( |
| ) |
|
|
inline |
◆ sync()
| void llvm::parallel::detail::Latch::sync |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: