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
LockUnlockLockThread Class Reference
Inheritance diagram for LockUnlockLockThread:
Collaboration diagram for LockUnlockLockThread:

Public Member Functions

 LockUnlockLockThread (v8::Isolate *isolate, v8::Handle< v8::Context > context)
 
virtual void Run ()
 
- Public Member Functions inherited from JoinableThread
 JoinableThread (const char *name)
 
virtual ~JoinableThread ()
 
void Start ()
 
void Join ()
 

Detailed Description

Definition at line 529 of file test-lockers.cc.

Constructor & Destructor Documentation

LockUnlockLockThread ( v8::Isolate isolate,
v8::Handle< v8::Context context 
)
inline

Definition at line 531 of file test-lockers.cc.

Member Function Documentation

virtual void Run ( )
inlinevirtual

Implements JoinableThread.

Definition at line 537 of file test-lockers.cc.

References CHECK, and Locker::IsLocked().


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