V8 Project
mutex.h File Reference
+ Include dependency graph for mutex.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  v8::base::FINAL< T, S >
 

Namespaces

 v8
 Debugger support for the V8 JavaScript engine.
 
 v8::base
 

Macros

#define LAZY_MUTEX_INITIALIZER   LAZY_STATIC_INSTANCE_INITIALIZER
 
#define LAZY_RECURSIVE_MUTEX_INITIALIZER   LAZY_STATIC_INSTANCE_INITIALIZER
 

Typedefs

typedef LazyStaticInstance< Mutex, DefaultConstructTrait< Mutex >, ThreadSafeInitOnceTrait >::type v8::base::LazyMutex
 
typedef LazyStaticInstance< RecursiveMutex, DefaultConstructTrait< RecursiveMutex >, ThreadSafeInitOnceTrait >::type v8::base::LazyRecursiveMutex
 

Macro Definition Documentation

◆ LAZY_MUTEX_INITIALIZER

#define LAZY_MUTEX_INITIALIZER   LAZY_STATIC_INSTANCE_INITIALIZER

Definition at line 107 of file mutex.h.

◆ LAZY_RECURSIVE_MUTEX_INITIALIZER

#define LAZY_RECURSIVE_MUTEX_INITIALIZER   LAZY_STATIC_INSTANCE_INITIALIZER

Definition at line 188 of file mutex.h.