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

  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_thread.h 14 class ThreadData {
17 ThreadData() {}
19 // Init new ThreadData instance.
64 // Retrieves the ThreadData structure for the current thread.
67 ThreadData* GetThreadData();
71 ThreadData* GetThreadDataFast();
  /ndk/sources/android/crazy_linker/src/
crazy_linker_thread.h 14 class ThreadData {
17 ThreadData() {}
19 // Init new ThreadData instance.
64 // Retrieves the ThreadData structure for the current thread.
67 ThreadData* GetThreadData();
71 ThreadData* GetThreadDataFast();
  /external/chromium_org/ppapi/utility/threading/
simple_thread.cc 23 struct ThreadData {
35 ThreadData* data = static_cast<ThreadData*>(void_data);
96 ThreadData* data = new ThreadData;
  /external/lldb/source/Plugins/Process/elf-core/
ThreadElfCore.h 106 struct ThreadData
118 const ThreadData &td);
  /external/chromium_org/base/
tracked_objects.cc 39 // When ThreadData is first initialized, should we start in an ACTIVE state to
45 const ThreadData::Status kInitialStartupState =
46 ThreadData::PROFILING_CHILDREN_ACTIVE;
49 // the ThreadData class. This compile time flag should be set to true if we
198 const ThreadData& current)
217 Births::Births(const Location& location, const ThreadData& current)
230 // ThreadData maintains the central data for all births and deaths on a single
238 NowFunction* ThreadData::now_function_ = NULL;
241 bool ThreadData::now_function_is_time_ = false;
243 // A TLS slot which points to the ThreadData instance for the current thread. W
    [all...]
tracked_objects.h 105 // ThreadData instance (for that specific thread only). The two critical items
114 // of ThreadData instances. Each such instance maintains a pointer to the next
115 // one. A static member of ThreadData provides a pointer to the first item on
118 // When new ThreadData instances is added to the global list, it is pre-pended,
150 // of ThreadData objects for a process. It holds a set of TaskSnapshots
198 class ThreadData;
201 BirthOnThread(const Location& location, const ThreadData& current);
204 const ThreadData* birth_thread() const { return birth_thread_; }
214 const ThreadData* const birth_thread_;
236 Births(const Location& location, const ThreadData& current)
    [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 613 milliseconds