v8  3.11.10(node0.8.26)
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 565 of file platform.h.

Constructor & Destructor Documentation

ScopedLock ( Mutex mutex)
inlineexplicit

Definition at line 567 of file platform.h.

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

~ScopedLock ( )
inline

Definition at line 571 of file platform.h.

References Mutex::Unlock().


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