clang-tools
15.0.0git
|
A threadsafe flag that is initially clear. More...
#include <Threading.h>
Public Member Functions | |
void | notify () |
void | wait () const |
LLVM_NODISCARD bool | wait (Deadline D) const |
A threadsafe flag that is initially clear.
Definition at line 90 of file Threading.h.
void clang::clangd::Notification::notify | ( | ) |
Definition at line 27 of file Threading.cpp.
|
inline |
Definition at line 95 of file Threading.h.
References clang::clangd::Deadline::infinity(), and wait().
Referenced by wait().
bool clang::clangd::Notification::wait | ( | Deadline | D | ) | const |
Definition at line 37 of file Threading.cpp.
References ns1::ns2::D, and clang::clangd::wait().