LLVM: llvm::once_flag Struct Reference (original) (raw)

The llvm::once_flag structure. More...

#include "[llvm/Support/Threading.h](Threading%5F8h%5Fsource.html)"

Detailed Description

The llvm::once_flag structure.

This type is modeled after std::once_flag to use with llvm::call_once. This structure must be used as an opaque object. It is a struct to force autoinitialization and behave like std::once_flag.

Definition at line 67 of file Threading.h.

Member Data Documentation

status


The documentation for this struct was generated from the following file: