v8
3.25.30(node0.11.13)
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 128 of file test-lockers.cc.
|
inlineexplicit |
Definition at line 130 of file test-lockers.cc.
|
inlinevirtual |
Definition at line 136 of file test-lockers.cc.
|
inline |
Definition at line 142 of file test-lockers.cc.
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 138 of file test-lockers.cc.
Referenced by SeparateIsolatesLocksNonexclusiveThread::Run(), LockerUnlockerThread::Run(), LockTwiceAndUnlockThread::Run(), LockAndUnlockDifferentIsolatesThread::Run(), and TEST().
|
friend |
Definition at line 169 of file test-lockers.cc.