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

1 2 3

  /external/libchrome/base/
tracked_objects.cc 32 // When ThreadData is first initialized, should we start in an ACTIVE state to
38 const ThreadData::Status kInitialStartupState = ThreadData::PROFILING_ACTIVE;
55 // ThreadData::EnableProfilerTiming, say, based on a field trial.
198 // ThreadData::SnapshotExecutedTasks doesn't send deltas with 0 count.
244 const ThreadData& current)
262 Births::Births(const Location& location, const ThreadData& current)
271 // ThreadData maintains the central data for all births and deaths on a single
279 ThreadData::NowFunction* ThreadData::now_function_for_testing_ = NULL
    [all...]
tracking_info.cc 20 tracked_objects::ThreadData::TallyABirthIfActive(posted_from)),
21 time_posted(tracked_objects::ThreadData::Now()),
tracked_objects.h 110 // ThreadData instance (for that specific thread only). The two critical items
119 // of ThreadData instances. Each such instance maintains a pointer to the next
120 // one. A static member of ThreadData provides a pointer to the first item on
123 // When new ThreadData instances is added to the global list, it is pre-pended,
158 // list of ThreadData objects for a process for a concrete profiling phase. It
199 class ThreadData;
202 BirthOnThread(const Location& location, const ThreadData& current);
205 const ThreadData* birth_thread() const { return birth_thread_; }
215 const ThreadData* const birth_thread_;
237 Births(const Location& location, const ThreadData& current)
    [all...]
tracked_objects_unittest.cc 32 ThreadData::ShutdownSingleThreadedCleanup(true);
35 ThreadData::now_function_for_testing_ = &TrackedObjectsTest::GetTestTime;
41 ThreadData::ShutdownSingleThreadedCleanup(false);
46 ThreadData::ShutdownSingleThreadedCleanup(false);
56 ThreadData::InitializeThreadContext(kMainThreadName);
59 Births* birth = ThreadData::TallyABirthIfActive(location);
61 if (ThreadData::status() == ThreadData::DEACTIVATED)
108 // Sets time that will be returned by ThreadData::Now().
123 ThreadData::InitializeAndSetTrackingStatus(ThreadData::PROFILING_ACTIVE)
    [all...]
  /external/libchrome/base/profiler/
scoped_profile.cc 19 birth_ = ThreadData::TallyABirthIfActive(location);
31 ThreadData::TallyRunInAScopedRegionIfTracking(birth_, stopwatch_);
tracked_time_unittest.cc 75 ThreadData::InitializeAndSetTrackingStatus(ThreadData::DEACTIVATED);
77 TrackedTime track_now = ThreadData::Now();
82 ThreadData::InitializeAndSetTrackingStatus(ThreadData::PROFILING_ACTIVE);
91 // ThreadData::Now(). It can sometimes return the null time.
92 TrackedTime now = ThreadData::Now();
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodeframe.h 23 struct ThreadData;
39 void vp9_encode_tile(struct VP9_COMP *cpi, struct ThreadData *td, int tile_row,
42 void vp9_encode_sb_row(struct VP9_COMP *cpi, struct ThreadData *td,
vp9_temporal_filter.h 23 void vp9_temporal_filter_iterate_row_c(VP9_COMP *cpi, ThreadData *td,
vp9_ethread.h 23 struct ThreadData;
27 struct ThreadData *td;
vp9_encodemv.h 32 void vp9_update_mv_count(ThreadData *td);
vp9_context_tree.h 23 struct ThreadData;
92 void vp9_setup_pc_tree(struct VP9Common *cm, struct ThreadData *td);
93 void vp9_free_pc_tree(struct ThreadData *td);
vp9_firstpass.h 181 struct ThreadData;
190 struct ThreadData *td,
  /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-3957855/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-3960126/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-3977809/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-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-3957855/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-3960126/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-3977809/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-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); }
  /external/libchrome/base/debug/
task_annotator.cc 54 tracked_objects::ThreadData::TallyRunOnNamedThreadIfTracking(
  /bionic/libc/malloc_debug/
RecordData.cpp 99 struct ThreadData {
100 ThreadData(RecordData* record_data, ThreadCompleteEntry* entry) : record_data(record_data), entry(entry) {}
107 ThreadData* thread_data = reinterpret_cast<ThreadData*>(data);
221 ThreadData* thread_data = new ThreadData(this, new ThreadCompleteEntry());
  /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];

Completed in 518 milliseconds

1 2 3