/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/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 | 130 typedef struct ThreadInfo struct 142 } ThreadInfo; argument
|
D | binary_i_float.cpp | 128 typedef struct ThreadInfo struct 140 } ThreadInfo; argument
|
D | binary_operator_double.cpp | 130 typedef struct ThreadInfo struct 142 } ThreadInfo; argument
|
D | binary_operator_float.cpp | 128 typedef struct ThreadInfo struct 140 } ThreadInfo; argument
|
D | binary_double.cpp | 131 typedef struct ThreadInfo struct 143 } ThreadInfo; typedef
|
D | binary_float.cpp | 129 typedef struct ThreadInfo struct 141 } ThreadInfo; typedef
|
D | unary_double.cpp | 123 typedef struct ThreadInfo struct 130 } ThreadInfo; argument
|
D | macro_binary_double.cpp | 129 typedef struct ThreadInfo struct 136 } ThreadInfo; argument
|
D | macro_binary_float.cpp | 127 typedef struct ThreadInfo struct 134 } ThreadInfo; argument
|
D | unary_float.cpp | 121 typedef struct ThreadInfo struct 128 } ThreadInfo; typedef
|
D | macro_unary_double.cpp | 123 typedef struct ThreadInfo struct 128 } ThreadInfo; argument
|
D | macro_unary_float.cpp | 122 typedef struct ThreadInfo struct 127 } ThreadInfo; argument
|
/external/tensorflow/tensorflow/core/profiler/internal/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/perfetto/src/trace_processor/importers/fuchsia/ |
D | fuchsia_trace_utils.h | 32 struct ThreadInfo { struct 33 uint64_t pid; 34 uint64_t tid;
|
/external/rust/crates/rayon-core/src/ |
D | registry.rs | 553 struct ThreadInfo { struct 576 impl ThreadInfo { argument 577 fn new(stealer: Stealer<JobRef>) -> ThreadInfo { in new()
|
/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/tensorflow/tensorflow/core/kernels/data/experimental/ |
D | choose_fastest_dataset_op.cc | 301 struct ThreadInfo { struct in tensorflow::data::experimental::__anon6f4c76130111::ChooseFastestDatasetOp::Dataset::ChooseFastestIterator 302 std::unique_ptr<InvocationResult> result; 303 std::unique_ptr<Thread> thread;
|
/external/ComputeLibrary/arm_compute/core/CPP/ |
D | CPPTypes.h | 235 struct ThreadInfo struct
|
/external/pigweed/pw_thread/py/pw_thread/ |
D | thread_analyzer.py | 46 class ThreadInfo: class
|