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

  /external/chromium/base/threading/
simple_thread.h 96 PlatformThreadId tid() { return tid_; }
113 PlatformThreadId tid_; // The backing thread's id. member in class:base::SimpleThread
  /external/chromium_org/base/threading/
simple_thread.h 96 PlatformThreadId tid() { return tid_; }
119 PlatformThreadId tid_; // The backing thread's id. member in class:base::SimpleThread
  /external/chromium_org/native_client_sdk/src/examples/tutorial/dlopen/
dlopen.cc 45 tid_(NULL) {}
65 if (pthread_create(&tid_, NULL, LoadLibrariesOnWorker, this)) {
163 pthread_t tid_; member in class:DlOpenInstance
  /external/chromium_org/third_party/tcmalloc/chromium/src/
thread_cache.h 327 pthread_t tid_; // Which thread owns it member in class:tcmalloc::ThreadCache
  /external/chromium_org/third_party/tcmalloc/vendor/src/
thread_cache.h 304 pthread_t tid_; // Which thread owns it member in class:tcmalloc::ThreadCache
  /art/runtime/
thread.h 256 return tid_;
731 pid_t tid_; variable

Completed in 462 milliseconds