Searched refs:tid_ (Results 1 - 11 of 11) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_clock.cc66 // tid_ - index of the thread associated with he clock ("current thread").
95 : tid_(tid)
99 nclk_ = tid_ + 1;
102 clk_[tid_].reused = reused_;
119 if (nclk > tid_) {
121 if (src->clk_[tid_].reused == reused_) {
135 last_acquire_ = clk_[tid_].epoch;
153 if (nclk > tid_)
154 src->clk_[tid_].reused = reused_;
158 last_acquire_ = clk_[tid_]
[all...]
H A Dtsan_clock.h67 DCHECK_GE(v, clk_[tid_].epoch);
68 clk_[tid_].epoch = v;
72 clk_[tid_].epoch++;
89 const unsigned tid_; member in struct:__tsan::ThreadClock
/external/chromium_org/base/threading/
H A Dsimple_thread.cc16 thread_(), event_(true, false), tid_(0), joined_(false) {
22 thread_(), event_(true, false), tid_(0), joined_(false) {
51 tid_ = PlatformThread::CurrentId();
54 name_.append(IntToString(tid_));
H A Dsimple_thread.h96 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/
H A Ddlopen.cc45 tid_(NULL) {}
65 if (pthread_create(&tid_, NULL, LoadLibrariesOnWorker, this)) {
163 pthread_t tid_; member in class:DlOpenInstance
/external/chromium_org/tools/cygprofile/
H A Dcygprofile.h106 const pid_t tid_; member in class:cygprofile::ThreadLog
H A Dcygprofile.cc186 : tid_(GetTID()),
193 : tid_(GetTID()),
207 CHECK_EQ(tid_, GetTID());
236 kLogFilenameFormat, kLogFileNamePrefix, getpid(), tid_, getppid()));
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dthread_cache.cc135 tid_ = tid;
341 if (h->tid_ == zero) {
342 h->tid_ = pthread_self();
375 if (h->tid_ == me) {
H A Dthread_cache.h327 pthread_t tid_; // Which thread owns it member in class:tcmalloc::ThreadCache
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dthread_cache.cc132 tid_ = tid;
330 if (h->tid_ == zero) {
331 h->tid_ = pthread_self();
364 if (h->tid_ == me) {
H A Dthread_cache.h304 pthread_t tid_; // Which thread owns it member in class:tcmalloc::ThreadCache

Completed in 177 milliseconds