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

1 2

  /external/skqp/src/core/
SkTaskGroup2D.h 98 struct alignas(MAX_CACHE_LINE) ThreadData {
99 ThreadData() : fRowIndex(0) {}
105 std::vector<ThreadData> fThreadData;
  /bionic/libc/malloc_debug/
RecordData.cpp 91 struct ThreadData {
92 ThreadData(RecordData* record_data, ThreadCompleteEntry* entry)
100 ThreadData* thread_data = reinterpret_cast<ThreadData*>(data);
211 ThreadData* thread_data = new ThreadData(this, new ThreadCompleteEntry());
  /external/libchrome/base/
tracked_objects.cc 38 // When ThreadData is first initialized, should we start in an ACTIVE state to
44 const ThreadData::Status kInitialStartupState = ThreadData::PROFILING_ACTIVE;
61 // ThreadData::EnableProfilerTiming, say, based on a field trial.
247 // ThreadData::SnapshotExecutedTasks doesn't send deltas with 0 count.
342 const ThreadData& current)
359 Births::Births(const Location& location, const ThreadData& current)
368 // ThreadData maintains the central data for all births and deaths on a single
376 ThreadData::NowFunction* ThreadData::now_function_for_testing_ = NULL
    [all...]
tracked_objects.h 67 // Location instance, as well as a pointer to the ThreadData bound to the thread
68 // on which the birth takes place (see discussion on ThreadData below). There is
69 // at most one Births instance for each Location / ThreadData pair. The derived
77 // the ThreadData is bound at a given time.
92 // the product of the number of ThreadData instances and the number of
98 // collection of DeathData instances. For each Births / death ThreadData pair,
101 // is destroyed (dies). Since a ThreadData is bound to at most one thread at a
110 // A ThreadData instance maintains maps of Births and DeathData instances. The
116 // The first time that a thread calls ThreadData::InitializeThreadContext() or
117 // ThreadData::Get(), a ThreadData instance is bound to it and stored in TLS. I
    [all...]
  /external/google-breakpad/src/common/linux/tests/
crash_generator.cc 56 struct ThreadData {
82 ThreadData* thread_data = reinterpret_cast<ThreadData*>(data);
283 ThreadData* thread_data = new ThreadData[num_threads];
  /external/swiftshader/third_party/subzero/crosstest/
test_sync_atomic_main.cpp 155 template <typename Type> struct ThreadData {
172 ThreadData<Type> *TData = reinterpret_cast<ThreadData<Type> *>(Data);
206 ThreadData<Type> TDataSz = {Funcs[f].FuncSz, fetch_first, AtomicLoc,
208 ThreadData<Type> TDataLlc = {Funcs[f].FuncLlc, fetch_first, AtomicLoc,
  /external/llvm/include/llvm/MC/
SectionKind.h 80 /// ThreadData - Initialized TLS data objects.
81 ThreadData,
144 return K == ThreadData || K == ThreadBSS;
148 bool isThreadData() const { return K == ThreadData; }
190 static SectionKind getThreadData() { return get(ThreadData); }
  /external/swiftshader/third_party/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); }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
SectionKind.h 83 /// ThreadData - Initialized TLS data objects.
84 ThreadData,
150 return K == ThreadData || K == ThreadBSS;
154 bool isThreadData() const { return K == ThreadData; }
197 static SectionKind getThreadData() { return get(ThreadData); }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/
SectionKind.h 83 /// ThreadData - Initialized TLS data objects.
84 ThreadData,
150 return K == ThreadData || K == ThreadBSS;
154 bool isThreadData() const { return K == ThreadData; }
197 static SectionKind getThreadData() { return get(ThreadData); }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/
SectionKind.h 83 /// ThreadData - Initialized TLS data objects.
84 ThreadData,
150 return K == ThreadData || K == ThreadBSS;
154 bool isThreadData() const { return K == ThreadData; }
197 static SectionKind getThreadData() { return get(ThreadData); }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/
SectionKind.h 83 /// ThreadData - Initialized TLS data objects.
84 ThreadData,
150 return K == ThreadData || K == ThreadBSS;
154 bool isThreadData() const { return K == ThreadData; }
197 static SectionKind getThreadData() { return get(ThreadData); }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/
SectionKind.h 83 /// ThreadData - Initialized TLS data objects.
84 ThreadData,
150 return K == ThreadData || K == ThreadBSS;
154 bool isThreadData() const { return K == ThreadData; }
197 static SectionKind getThreadData() { return get(ThreadData); }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/
SectionKind.h 83 /// ThreadData - Initialized TLS data objects.
84 ThreadData,
150 return K == ThreadData || K == ThreadBSS;
154 bool isThreadData() const { return K == ThreadData; }
197 static SectionKind getThreadData() { return get(ThreadData); }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/MC/
SectionKind.h 83 /// ThreadData - Initialized TLS data objects.
84 ThreadData,
150 return K == ThreadData || K == ThreadBSS;
154 bool isThreadData() const { return K == ThreadData; }
197 static SectionKind getThreadData() { return get(ThreadData); }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
SectionKind.h 83 /// ThreadData - Initialized TLS data objects.
84 ThreadData,
150 return K == ThreadData || K == ThreadBSS;
154 bool isThreadData() const { return K == ThreadData; }
197 static SectionKind getThreadData() { return get(ThreadData); }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/MC/
SectionKind.h 83 /// ThreadData - Initialized TLS data objects.
84 ThreadData,
150 return K == ThreadData || K == ThreadBSS;
154 bool isThreadData() const { return K == ThreadData; }
197 static SectionKind getThreadData() { return get(ThreadData); }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/MC/
SectionKind.h 83 /// ThreadData - Initialized TLS data objects.
84 ThreadData,
150 return K == ThreadData || K == ThreadBSS;
154 bool isThreadData() const { return K == ThreadData; }
197 static SectionKind getThreadData() { return get(ThreadData); }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/MC/
SectionKind.h 83 /// ThreadData - Initialized TLS data objects.
84 ThreadData,
150 return K == ThreadData || K == ThreadBSS;
154 bool isThreadData() const { return K == ThreadData; }
197 static SectionKind getThreadData() { return get(ThreadData); }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/MC/
SectionKind.h 83 /// ThreadData - Initialized TLS data objects.
84 ThreadData,
150 return K == ThreadData || K == ThreadBSS;
154 bool isThreadData() const { return K == ThreadData; }
197 static SectionKind getThreadData() { return get(ThreadData); }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/MC/
SectionKind.h 83 /// ThreadData - Initialized TLS data objects.
84 ThreadData,
150 return K == ThreadData || K == ThreadBSS;
154 bool isThreadData() const { return K == ThreadData; }
197 static SectionKind getThreadData() { return get(ThreadData); }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/MC/
SectionKind.h 83 /// ThreadData - Initialized TLS data objects.
84 ThreadData,
150 return K == ThreadData || K == ThreadBSS;
154 bool isThreadData() const { return K == ThreadData; }
197 static SectionKind getThreadData() { return get(ThreadData); }
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.h 329 typedef struct ThreadData {
337 } ThreadData;
455 ThreadData td;
  /prebuilts/devtools/tools/lib/
traceview.jar 
  /prebuilts/gradle-plugin/com/android/tools/traceview/24.4.0-beta6/
traceview-24.4.0-beta6.jar 

Completed in 1657 milliseconds

1 2