![]()  | 
  
    v8
    3.14.5(node0.10.28)
    
   V8 is Google's open source JavaScript engine 
   | 
 


Public Member Functions | |
| ThreadA () | |
| void | Run () | 
  Public Member Functions inherited from Thread | |
| Thread (const Options &options) | |
| virtual | ~Thread () | 
| void | Start () | 
| void | Join () | 
| const char * | name () const | 
| PlatformData * | data () | 
Additional Inherited Members | |
  Public Types inherited from Thread | |
| enum | LocalStorageKey { LOCAL_STORAGE_KEY_MIN_VALUE = kMinInt, LOCAL_STORAGE_KEY_MAX_VALUE = kMaxInt } | 
  Static Public Member Functions inherited from Thread | |
| static LocalStorageKey | CreateThreadLocalKey () | 
| static void | DeleteThreadLocalKey (LocalStorageKey key) | 
| static void * | GetThreadLocal (LocalStorageKey key) | 
| static int | GetThreadLocalInt (LocalStorageKey key) | 
| static void | SetThreadLocal (LocalStorageKey key, void *value) | 
| static void | SetThreadLocalInt (LocalStorageKey key, int value) | 
| static bool | HasThreadLocal (LocalStorageKey key) | 
| static void * | GetExistingThreadLocal (LocalStorageKey key) | 
| static void | YieldCPU () | 
  Static Public Attributes inherited from Thread | |
| static const int | kMaxThreadNameLength = 16 | 
Definition at line 66 of file test-threads.cc.
      
  | 
  inline | 
Definition at line 68 of file test-threads.cc.
      
  | 
  inlinevirtual | 
Implements Thread.
Definition at line 69 of file test-threads.cc.
References CHECK, CHECK_EQ, CLEAN_CACHE, Script::Compile(), DONE, FILL_CACHE, String::New(), Context::New(), Script::Run(), and SECOND_TIME_FILL_CACHE.