![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <js-atomics-synchronization.h>
Public Member Functions | |
TryLockGuard (Isolate *isolate, DirectHandle< JSAtomicsMutex > mutex) | |
![]() | |
LockGuardBase (const LockGuardBase &)=delete | |
LockGuardBase & | operator= (const LockGuardBase &)=delete |
~LockGuardBase () | |
bool | locked () const |
Additional Inherited Members | |
![]() | |
LockGuardBase (Isolate *isolate, DirectHandle< JSAtomicsMutex > mutex, bool locked) | |
Definition at line 210 of file js-atomics-synchronization.h.
|
inline |
Definition at line 148 of file js-atomics-synchronization-inl.h.