HomeSort by relevance Sort by last modified time
    Searched refs:thread_id_key_ (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
isolate.cc 55 int thread_id = base::Thread::GetThreadLocalInt(Isolate::thread_id_key_);
58 base::Thread::SetThreadLocalInt(Isolate::thread_id_key_, thread_id);
112 base::Thread::LocalStorageKey Isolate::thread_id_key_; member in class:v8::internal::Isolate
139 int thread_id_int = base::Thread::GetThreadLocalInt(Isolate::thread_id_key_);
178 thread_id_key_ = base::Thread::CreateThreadLocalKey();
    [all...]
isolate.h 534 return thread_id_key_;
    [all...]

Completed in 792 milliseconds