Home
last modified time | relevance | path

Searched defs:ThreadInfo (Results 1 – 25 of 31) sorted by relevance

12

/external/google-breakpad/src/client/linux/dump_writer_common/
Dthread_info.h47 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/
DThreading.cpp36 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/
DThreading.cpp35 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/
Dmain.cpp16 struct ThreadInfo { struct
20 ThreadInfo *next; argument
/external/skia/experimental/ddlbench/
Dddlbench.cpp49 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/
Dinstrumentation.h161 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/
Dbinary_i_double.cpp130 typedef struct ThreadInfo struct
142 } ThreadInfo; argument
Dbinary_i_float.cpp128 typedef struct ThreadInfo struct
140 } ThreadInfo; argument
Dbinary_operator_float.cpp128 typedef struct ThreadInfo struct
140 } ThreadInfo; typedef
Dbinary_double.cpp131 typedef struct ThreadInfo struct
143 } ThreadInfo; argument
Dbinary_operator_double.cpp130 typedef struct ThreadInfo struct
142 } ThreadInfo; argument
Dbinary_float.cpp129 typedef struct ThreadInfo struct
141 } ThreadInfo; argument
Dunary_double.cpp123 typedef struct ThreadInfo struct
130 } ThreadInfo; argument
Dmacro_binary_double.cpp129 typedef struct ThreadInfo struct
136 } ThreadInfo; argument
Dunary_float.cpp121 typedef struct ThreadInfo struct
128 } ThreadInfo; argument
Dmacro_binary_float.cpp127 typedef struct ThreadInfo struct
134 } ThreadInfo; typedef
Dmacro_unary_double.cpp123 typedef struct ThreadInfo struct
128 } ThreadInfo; argument
Dmacro_unary_float.cpp122 typedef struct ThreadInfo struct
127 } ThreadInfo; argument
/external/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
DHexagonDYLDRendezvous.h52 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/
DDYLDRendezvous.h53 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/
Dtraceme_recorder.h73 struct ThreadInfo { struct
78 ThreadInfo thread; argument
/external/chromium-trace/catapult/systrace/atrace_helper/jni/
Dprocess_info.h12 struct ThreadInfo { struct
23 std::map<int, ThreadInfo> threads; argument
/external/libchrome/base/message_loop/
Dmessage_pump_glib.cc124 struct ThreadInfo { struct
126 MessagePumpGlib* pump;
129 PlatformThreadId thread_id;
/external/perfetto/src/trace_processor/importers/fuchsia/
Dfuchsia_trace_utils.h32 struct ThreadInfo { struct
33 uint64_t pid;
34 uint64_t tid;
/external/rust/crates/rayon-core/src/
Dregistry.rs557 struct ThreadInfo { struct
580 impl ThreadInfo { implementation
581 fn new(stealer: Stealer<JobRef>) -> ThreadInfo { in new()

12