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

  /external/v8/src/
top.h 84 int thread_id_; member in class:v8::internal::BASE_EMBEDDED
160 static int thread_id() { return thread_local_.thread_id_; }
161 static void set_thread_id(int id) { thread_local_.thread_id_ = id; }
top.cc 70 thread_id_ = (id == 0) ? ThreadManager::kInvalidId : id;
    [all...]

Completed in 82 milliseconds