/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/llvm-project/lldb/test/API/python_api/sbvalue_const_addrof/ |
D | main.cpp | 16 struct ThreadInfo { struct 20 ThreadInfo *next; argument
|
/external/skia/experimental/ddlbench/ |
D | ddlbench.cpp | 49 struct ThreadInfo { struct 52 ThreadInfo(const SkString& name, GrDirectContext* directContext, TestContext* testContext) in ThreadInfo() function 58 double elapsedWorkSeconds() const { in elapsedWorkSeconds() 62 void dump() const { in dump() 88 static thread_local ThreadInfo* gThreadInfo; 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_float.cpp | 128 typedef struct ThreadInfo struct 140 } ThreadInfo; typedef
|
D | binary_double.cpp | 131 typedef struct ThreadInfo struct 143 } ThreadInfo; argument
|
D | binary_operator_double.cpp | 130 typedef struct ThreadInfo struct 142 } ThreadInfo; argument
|
D | binary_float.cpp | 129 typedef struct ThreadInfo struct 141 } ThreadInfo; argument
|
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 | unary_float.cpp | 121 typedef struct ThreadInfo struct 128 } ThreadInfo; argument
|
D | macro_binary_float.cpp | 127 typedef struct ThreadInfo struct 134 } 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/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/ |
D | HexagonDYLDRendezvous.h | 52 struct ThreadInfo { struct 53 bool valid; // whether we read valid metadata 54 uint32_t dtv_offset; // offset of DTV pointer within pthread 55 uint32_t dtv_slot_size; // size of one DTV slot 56 uint32_t modid_offset; // offset of module ID within link_map 57 uint32_t tls_offset; // offset of TLS pointer within DTV slot
|
/external/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
D | DYLDRendezvous.h | 53 struct ThreadInfo { struct 54 bool valid; // whether we read valid metadata 55 uint32_t dtv_offset; // offset of DTV pointer within pthread 56 uint32_t dtv_slot_size; // size of one DTV slot 57 uint32_t modid_offset; // offset of module ID within link_map 58 uint32_t tls_offset; // offset of TLS pointer within DTV slot
|
/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 | 557 struct ThreadInfo { struct 580 impl ThreadInfo { implementation 581 fn new(stealer: Stealer<JobRef>) -> ThreadInfo { in new()
|