v8
3.14.5(node0.10.28)
V8 is Google's open source JavaScript engine
|
Public Member Functions | |
JoinableThread (const char *name) | |
virtual | ~JoinableThread () |
void | Start () |
void | Join () |
virtual void | Run ()=0 |
Friends | |
class | ThreadWithSemaphore |
Definition at line 124 of file test-lockers.cc.
|
inlineexplicit |
Definition at line 126 of file test-lockers.cc.
|
inlinevirtual |
Definition at line 132 of file test-lockers.cc.
|
inline |
Definition at line 140 of file test-lockers.cc.
References Semaphore::Wait().
Referenced by SeparateIsolatesLocksNonexclusiveThread::Run(), LockerUnlockerThread::Run(), LockTwiceAndUnlockThread::Run(), LockAndUnlockDifferentIsolatesThread::Run(), and TEST().
|
pure virtual |
Implemented in IsolateGenesisThread, LockUnlockLockDefaultIsolateThread, LockUnlockLockThread, LockAndUnlockDifferentIsolatesThread, LockTwiceAndUnlockThread, LockerUnlockerThread, LockIsolateAndCalculateFibSharedContextThread, SeparateIsolatesLocksNonexclusiveThread, IsolateNestedLockingThread, IsolateNonlockingThread, and IsolateLockingThreadWithLocalContext.
|
inline |
Definition at line 136 of file test-lockers.cc.
Referenced by SeparateIsolatesLocksNonexclusiveThread::Run(), LockerUnlockerThread::Run(), LockTwiceAndUnlockThread::Run(), LockAndUnlockDifferentIsolatesThread::Run(), and TEST().
|
friend |
Definition at line 167 of file test-lockers.cc.