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

  /hardware/ril/mock-ril/src/cpp/
worker.h 58 pthread_t tid_; member in class:WorkerThread
  /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/compiler-rt/lib/asan/
asan_thread.h 36 tid_ = -1;
43 if (tid_ == 0) return; // no need to announce the main thread.
46 Printf("Thread T%d created by T%d here:\n", tid_, parent_tid_);
50 int tid() { return tid_; }
51 void set_tid(int tid) { tid_ = tid; }
57 int tid_; member in class:__asan::AsanThreadSummary
  /external/valgrind/tsan/
ts_events.h 105 tid_(tid),
114 tid_ = tid;
122 int32_t tid() const { return tid_; }
136 int32_t tid_; member in class:Event
thread_sanitizer.cc 2020 TID tid_; variable
    [all...]

Completed in 253 milliseconds