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

  /external/compiler-rt/lib/tsan/rtl/
tsan_clock.cc 67 // tid_ - index of the thread associated with he clock ("current thread").
94 : tid_(tid)
98 nclk_ = tid_ + 1;
101 clk_[tid_].reused = reused_;
118 if (nclk > tid_) {
120 if (src->elem(tid_).reused == reused_) {
134 last_acquire_ = clk_[tid_].epoch;
152 if (nclk > tid_)
153 src->elem(tid_).reused = reused_;
157 last_acquire_ = clk_[tid_].epoch
    [all...]
tsan_clock.h 95 DCHECK_GE(v, clk_[tid_].epoch);
96 clk_[tid_].epoch = v;
100 clk_[tid_].epoch++;
117 const unsigned tid_;
  /system/core/libbacktrace/
ThreadEntry.h 54 bool Match(pid_t chk_pid, pid_t chk_tid) { return (chk_pid == pid_ && chk_tid == tid_); }
57 pid_t tid_; member in class:ThreadEntry
ThreadEntry.cpp 34 : pid_(pid), tid_(tid), ref_count_(1), mutex_(PTHREAD_MUTEX_INITIALIZER),
Backtrace.cpp 41 : pid_(pid), tid_(tid), map_(map), map_shared_(true) {
  /system/extras/simpleperf/
event_fd.h 50 return tid_;
75 tid_(tid),
91 pid_t tid_; member in class:EventFd
event_fd.cpp 86 event_name_.c_str(), tid_, cpu_);
  /system/extras/memory_replay/
Threads.cpp 85 thread->tid_ = tid;
99 pid_t cur_tid = threads_[index].tid_;
115 pid_t cur_tid = threads_[i].tid_;
130 if (threads_[index].tid_ == 0) {
147 thread->tid_ = 0;
153 if (threads_[i].tid_ != 0) {
Thread.h 53 pid_t tid_ = 0; member in class:Thread
  /art/runtime/gc/
allocation_record.h 80 : tid_(r.tid_),
84 : tid_(r.tid_),
88 return tid_;
92 tid_ = t;
116 return tid_ == other.tid_ && stack_ == other.stack_;
120 pid_t tid_ = 0; member in class:art::gc::AllocRecordStackTrace
  /external/libchrome/base/threading/
simple_thread.cc 16 thread_(), event_(true, false), tid_(0), joined_(false) {
22 thread_(), event_(true, false), tid_(0), joined_(false) {
57 tid_ = PlatformThread::CurrentId();
60 name_.append(IntToString(tid_));
simple_thread.h 104 PlatformThreadId tid() { return tid_; }
121 PlatformThreadId tid_; // The backing thread's id. member in class:base::SimpleThread
  /toolchain/binutils/binutils-2.25/gold/
workqueue-threads.cc 70 pthread_t tid_; member in class:gold::Workqueue_thread
86 err = pthread_create(&this->tid_, &attr, &Workqueue_thread::thread_body,
  /build/kati/
symtab.cc 93 tid_ = pthread_self();
134 if (tid_ != pthread_self())
148 pthread_t tid_; member in class:Symtab
  /system/core/include/backtrace/
Backtrace.h 128 pid_t Tid() const { return tid_; }
164 pid_t tid_; member in class:Backtrace
  /art/runtime/
thread.cc 2820 const uint32_t tid_; member in class:art::RootCallbackVisitor
    [all...]

Completed in 1730 milliseconds