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

  /external/v8/src/base/platform/
platform.h 354 static int GetThreadLocalInt(LocalStorageKey key) {
  /external/v8/src/
isolate.cc 144 int thread_id = base::Thread::GetThreadLocalInt(Isolate::thread_id_key_);
196 int thread_id_int = base::Thread::GetThreadLocalInt(Isolate::thread_id_key_);
    [all...]

Completed in 142 milliseconds