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

  /external/chromium/base/
tracked_objects.cc 21 base::ThreadLocalStorage::Slot ThreadData::tls_index_(base::LINKER_INITIALIZED);
75 birth_thread_(ThreadData::current()) { }
83 // ThreadData maintains the central data for all births and death.
86 ThreadData* ThreadData::first_ = NULL;
88 base::Lock ThreadData::list_lock_;
91 ThreadData::Status ThreadData::status_ = ThreadData::UNINITIALIZED;
93 ThreadData::ThreadData() : next_(NULL)
    [all...]
tracked_objects.h 93 // ThreadData instance (for that specific thread only). The two critical items
102 // of ThreadData instances. Each such instance maintains a pointer to the next
103 // one. A static member of ThreadData provides a pointer to the first_ item on
105 // When new ThreadData instances is added to the global list, it is pre-pended,
159 class ThreadData;
165 const ThreadData* birth_thread() const { return birth_thread_; }
175 const ThreadData* birth_thread_; // The thread this birth took place on.
255 Snapshot(const BirthOnThread& birth_on_thread, const ThreadData& death_thread,
262 const ThreadData* birth_thread() const { return birth_->birth_thread(); }
265 const ThreadData* death_thread() const {return death_thread_;
    [all...]
  /external/llvm/include/llvm/MC/
SectionKind.h 82 /// ThreadData - Initialized TLS data objects.
83 ThreadData,
166 return K == ThreadData || K == ThreadBSS;
170 bool isThreadData() const { return K == ThreadData; }
224 static SectionKind getThreadData() { return get(ThreadData); }
  /external/webrtc/src/modules/audio_processing/test/
unit_test.cc 249 struct ThreadData {
250 ThreadData(int thread_num_, AudioProcessing* ap_)
261 ThreadData* thread_data = static_cast<ThreadData*>(thread_object);
317 std::vector<ThreadData*> thread_data(num_threads);
324 thread_data[i] = new ThreadData(i, apm_);
    [all...]
  /prebuilts/devtools/tools/lib/
traceview.jar 

Completed in 129 milliseconds