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

  /external/chromium/base/
thread.h 107 PlatformThreadId thread_id() const { return thread_id_; }
110 // When a thread is running, the thread_id_ is non-zero.
111 bool IsRunning() const { return thread_id_ != 0; }
154 PlatformThreadId thread_id_; member in class:base::Thread
  /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; }

Completed in 22 milliseconds