| /external/google-breakpad/src/client/linux/dump_writer_common/ | 
| D | thread_info.h | 47 struct ThreadInfo {  struct 48   pid_t tgid;   // thread group id 49   pid_t ppid;   // parent process 51   uintptr_t stack_pointer;  // thread stack pointer 55   user_regs_struct regs; 79   // Fills a RawContextCPU using the context in the ThreadInfo object.  argument
  | 
| /external/swiftshader/third_party/llvm-subzero/lib/Support/ | 
| D | Threading.cpp | 36 struct ThreadInfo {  struct 41   ThreadInfo *TI = reinterpret_cast<ThreadInfo*>(Arg);  in ExecuteOnThread_Dispatch()  argument 81 struct ThreadInfo {  struct 87   struct ThreadInfo *info = reinterpret_cast<struct ThreadInfo *>(param);  in ThreadCallback()  argument
  | 
| /external/llvm/lib/Support/ | 
| D | Threading.cpp | 35 struct ThreadInfo {  struct 40   ThreadInfo *TI = reinterpret_cast<ThreadInfo*>(Arg);  in ExecuteOnThread_Dispatch()  argument 80 struct ThreadInfo {  struct 86   struct ThreadInfo *info = reinterpret_cast<struct ThreadInfo *>(param);  in ThreadCallback()  argument
  | 
| /external/pigweed/pw_thread/ | 
| D | thread_info_test.cc | 25 TEST(ThreadInfo, ThreadName) {  in TEST()  argument 41 TEST(ThreadInfo, StackLowAddr) {  in TEST()  argument 60 TEST(ThreadInfo, StackHighAddr) {  in TEST()  argument 79 TEST(ThreadInfo, PeakAddr) {  in TEST()  argument
  | 
| /external/gemmlowp/profiling/ | 
| D | instrumentation.h | 161 struct ThreadInfo {  struct 165   ThreadInfo() {  in ThreadInfo()  argument 173     ThreadInfo* self = static_cast<ThreadInfo*>(ptr);  in ThreadExitCallback()  argument
  | 
| /external/OpenCL-CTS/test_conformance/math_brute_force/ | 
| D | binary_i_double.cpp | 124 struct ThreadInfo  struct 127     clMemWrapper inBuf; 128     clMemWrapper inBuf2; 129     Buffers outBuf; 131     float maxError; // max error value. Init to 0. 133         maxErrorValue; // position of the max error value (param 1).  Init to 0. 134     cl_int maxErrorValue2; // position of the max error value (param 2).  Init 136     MTdataHolder d; 139     clCommandQueueWrapper tQueue;
  | 
| D | binary_i_float.cpp | 122 struct ThreadInfo  struct 125     clMemWrapper inBuf; 126     clMemWrapper inBuf2; 127     Buffers outBuf; 129     float maxError; // max error value. Init to 0. 131         maxErrorValue; // position of the max error value (param 1).  Init to 0. 132     cl_int maxErrorValue2; // position of the max error value (param 2).  Init 134     MTdataHolder d; 137     clCommandQueueWrapper tQueue;
  | 
| D | binary_operator_double.cpp | 124 struct ThreadInfo  struct 127     clMemWrapper inBuf; 128     clMemWrapper inBuf2; 129     Buffers outBuf; 131     float maxError; // max error value. Init to 0. 133         maxErrorValue; // position of the max error value (param 1).  Init to 0. 134     double maxErrorValue2; // position of the max error value (param 2).  Init 136     MTdataHolder d; 139     clCommandQueueWrapper tQueue;
  | 
| D | binary_operator_float.cpp | 122 struct ThreadInfo  struct 125     clMemWrapper inBuf; 126     clMemWrapper inBuf2; 127     Buffers outBuf; 129     float maxError; // max error value. Init to 0. 131         maxErrorValue; // position of the max error value (param 1).  Init to 0. 132     double maxErrorValue2; // position of the max error value (param 2).  Init 134     MTdataHolder d; 137     clCommandQueueWrapper tQueue;
  | 
| D | binary_double.cpp | 125 struct ThreadInfo  struct 128     clMemWrapper inBuf; 129     clMemWrapper inBuf2; 130     Buffers outBuf; 132     float maxError; // max error value. Init to 0. 134         maxErrorValue; // position of the max error value (param 1).  Init to 0. 135     double maxErrorValue2; // position of the max error value (param 2).  Init 137     MTdataHolder d; 140     clCommandQueueWrapper tQueue;
  | 
| D | binary_float.cpp | 123 struct ThreadInfo  struct 126     clMemWrapper inBuf; 127     clMemWrapper inBuf2; 128     Buffers outBuf; 130     float maxError; // max error value. Init to 0. 132         maxErrorValue; // position of the max error value (param 1).  Init to 0. 133     double maxErrorValue2; // position of the max error value (param 2).  Init 135     MTdataHolder d; 138     clCommandQueueWrapper tQueue;
  | 
| D | unary_double.cpp | 118 struct ThreadInfo  struct 121     clMemWrapper inBuf; 122     Buffers outBuf; 124     float maxError; // max error value. Init to 0. 125     double maxErrorValue; // position of the max error value.  Init to 0. 128     clCommandQueueWrapper tQueue;
  | 
| D | macro_binary_double.cpp | 124 struct ThreadInfo  struct 127     clMemWrapper inBuf; 128     clMemWrapper inBuf2; 129     Buffers outBuf; 131     MTdataHolder d; 134     clCommandQueueWrapper tQueue;
  | 
| D | unary_float.cpp | 115 struct ThreadInfo  struct 118     clMemWrapper inBuf; 119     Buffers outBuf; 121     float maxError; // max error value. Init to 0. 122     double maxErrorValue; // position of the max error value.  Init to 0. 125     clCommandQueueWrapper tQueue;
  | 
| D | macro_binary_float.cpp | 121 struct ThreadInfo  struct 124     clMemWrapper inBuf; 125     clMemWrapper inBuf2; 126     Buffers outBuf; 128     MTdataHolder d; 131     clCommandQueueWrapper tQueue;
  | 
| D | macro_unary_double.cpp | 118 struct ThreadInfo  struct 121     clMemWrapper inBuf; 122     Buffers outBuf; 125     clCommandQueueWrapper tQueue;
  | 
| D | macro_unary_float.cpp | 116 struct ThreadInfo  struct 119     clMemWrapper inBuf; 120     Buffers outBuf; 123     clCommandQueueWrapper tQueue;
  | 
| /external/pigweed/pw_sync/ | 
| D | condition_variable_test.cc | 45 struct ThreadInfo {  struct 46   explicit ThreadInfo(int id) : thread_id(id) {}  in ThreadInfo()  argument 51   TimedThreadNotification waiting_notifier; 54   TimedThreadNotification done_notifier; 58   bool predicate_result = false; 62   bool wait_result = false; 65   const int thread_id; 69   std::function<bool()> Predicate() {  in Predicate()
  | 
| /external/tensorflow/tensorflow/core/profiler/backends/cpu/ | 
| D | traceme_recorder.h | 73   struct ThreadInfo {  struct 78     ThreadInfo thread;  argument
  | 
| /external/chromium-trace/catapult/systrace/atrace_helper/jni/ | 
| D | process_info.h | 12 struct ThreadInfo {  struct 23   std::map<int, ThreadInfo> threads;  argument
  | 
| /external/libchrome/base/message_loop/ | 
| D | message_pump_glib.cc | 124 struct ThreadInfo {  struct 126   MessagePumpGlib* pump; 129   PlatformThreadId thread_id;
  | 
| /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/ | 
| D | ResumeTest.java | 221     private static class ThreadInfo {  class in ResumeTest 225         public ThreadInfo(String threadName) {  in ThreadInfo()  method in ResumeTest.ThreadInfo
  | 
| /external/rust/crates/rayon-core/src/ | 
| D | registry.rs | 629 struct ThreadInfo {  struct 652 impl ThreadInfo {  impl 653     fn new(stealer: Stealer<JobRef>) -> ThreadInfo {  in new()
  | 
| /external/ComputeLibrary/arm_compute/core/CPP/ | 
| D | CPPTypes.h | 180 struct ThreadInfo  struct
  | 
| /external/tensorflow/tensorflow/core/kernels/data/experimental/ | 
| D | choose_fastest_dataset_op.cc | 301       struct ThreadInfo {  struct in tensorflow::data::experimental::__anon93570aac0111::ChooseFastestDatasetOp::Dataset::ChooseFastestIterator 302         std::unique_ptr<InvocationResult> result; 303         std::unique_ptr<Thread> thread;
  |