Home
last modified time | relevance | path

Searched defs:ThreadInfo (Results 1 – 25 of 26) 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/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_double.cpp130 typedef struct ThreadInfo struct
142 } ThreadInfo; argument
Dbinary_operator_float.cpp128 typedef struct ThreadInfo struct
140 } ThreadInfo; argument
Dbinary_double.cpp131 typedef struct ThreadInfo struct
143 } ThreadInfo; typedef
Dbinary_float.cpp129 typedef struct ThreadInfo struct
141 } ThreadInfo; typedef
Dunary_double.cpp123 typedef struct ThreadInfo struct
130 } ThreadInfo; argument
Dmacro_binary_double.cpp129 typedef struct ThreadInfo struct
136 } ThreadInfo; argument
Dmacro_binary_float.cpp127 typedef struct ThreadInfo struct
134 } ThreadInfo; argument
Dunary_float.cpp121 typedef struct ThreadInfo struct
128 } 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/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.rs553 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/
DResumeTest.java221 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/
Dchoose_fastest_dataset_op.cc301 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/
DCPPTypes.h235 struct ThreadInfo struct
/external/pigweed/pw_thread/py/pw_thread/
Dthread_analyzer.py46 class ThreadInfo: class

12