Searched defs:ThreadData (Results 1 - 5 of 5) sorted by relevance

/external/google-breakpad/src/common/linux/tests/
H A Dcrash_generator.cc56 struct ThreadData { struct in namespace:__anon6110
82 ThreadData* thread_data = reinterpret_cast<ThreadData*>(data);
283 ThreadData* thread_data = new ThreadData[num_threads];
/external/llvm/include/llvm/MC/
H A DSectionKind.h81 /// ThreadData - Initialized TLS data objects.
82 ThreadData, enumerator in enum:llvm::SectionKind::Kind
144 return K == ThreadData || K == ThreadBSS;
148 bool isThreadData() const { return K == ThreadData; }
189 static SectionKind getThreadData() { return get(ThreadData); }
/external/libchrome/base/
H A Dtracked_objects.cc31 // When ThreadData is first initialized, should we start in an ACTIVE state to
37 const ThreadData::Status kInitialStartupState = ThreadData::PROFILING_ACTIVE;
40 // the ThreadData class. This compile time flag should be set to true if we
63 // ThreadData::EnableProfilerTiming, say, based on a field trial.
206 // ThreadData::SnapshotExecutedTasks doesn't send deltas with 0 count.
252 const ThreadData& current)
270 Births::Births(const Location& location, const ThreadData& current)
279 // ThreadData maintains the central data for all births and deaths on a single
287 NowFunction* ThreadData
320 ThreadData::ThreadData(const std::string& suggested_name) function in class:tracked_objects::ThreadData
331 ThreadData::ThreadData(int thread_number) function in class:tracked_objects::ThreadData
[all...]
H A Dtracked_objects.h111 // ThreadData instance (for that specific thread only). The two critical items
120 // of ThreadData instances. Each such instance maintains a pointer to the next
121 // one. A static member of ThreadData provides a pointer to the first item on
124 // When new ThreadData instances is added to the global list, it is pre-pended,
159 // list of ThreadData objects for a process for a concrete profiling phase. It
200 class ThreadData;
203 BirthOnThread(const Location& location, const ThreadData& current);
206 const ThreadData* birth_thread() const { return birth_thread_; }
216 const ThreadData* const birth_thread_;
238 Births(const Location& location, const ThreadData
437 class BASE_EXPORT ThreadData { class in namespace:tracked_objects
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encoder.h264 typedef struct ThreadData { struct
272 } ThreadData; typedef in typeref:struct:ThreadData
296 ThreadData td;

Completed in 304 milliseconds