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.h 563 return thread_id_key_;
    [all...]
isolate.cc 56 int thread_id = base::Thread::GetThreadLocalInt(Isolate::thread_id_key_);
59 base::Thread::SetThreadLocalInt(Isolate::thread_id_key_, thread_id);
113 base::Thread::LocalStorageKey Isolate::thread_id_key_; member in class:v8::internal::Isolate
140 int thread_id_int = base::Thread::GetThreadLocalInt(Isolate::thread_id_key_);
179 thread_id_key_ = base::Thread::CreateThreadLocalKey();
    [all...]

Completed in 56 milliseconds