LLVM 20.0.0git
|
The llvm::once_flag structure. More...
#include "llvm/Support/Threading.h"
Public Attributes | |
volatile sys::cas_flag | status = Uninitialized |
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 68 of file Threading.h.
volatile sys::cas_flag llvm::once_flag::status = Uninitialized |
Definition at line 69 of file Threading.h.
Referenced by llvm::call_once().