v8  3.14.5(node0.10.28)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ScopedLock Class Reference

#include <platform.h>

Public Member Functions

 ScopedLock (Mutex *mutex)
 
 ~ScopedLock ()
 

Detailed Description

Definition at line 592 of file platform.h.

Constructor & Destructor Documentation

ScopedLock ( Mutex mutex)
inlineexplicit

Definition at line 594 of file platform.h.

References ASSERT, Mutex::Lock(), and v8::internal::NULL.

~ScopedLock ( )
inline

Definition at line 598 of file platform.h.

References Mutex::Unlock().


The documentation for this class was generated from the following file: