![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <atomic-entry-flag.h>
Public Member Functions | |
| void | Enter () |
| void | Exit () |
| bool | MightBeEntered () const |
Private Attributes | |
| std::atomic_int | entries_ {0} |
Definition at line 29 of file atomic-entry-flag.h.
|
inline |
|
inline |
|
inline |
Definition at line 37 of file atomic-entry-flag.h.
|
private |
Definition at line 42 of file atomic-entry-flag.h.