Home
last modified time | relevance | path

Searched refs:ThreadInfo (Results 1 – 25 of 272) sorted by relevance

1234567891011

/external/gemmlowp/profiling/
Dinstrumentation.h153 struct ThreadInfo;
156 inline std::set<ThreadInfo*>& ThreadsUnderProfiling() { in ThreadsUnderProfiling()
157 static std::set<ThreadInfo*> v; in ThreadsUnderProfiling()
161 struct ThreadInfo { struct
165 ThreadInfo() { in ThreadInfo() function
173 ThreadInfo* self = static_cast<ThreadInfo*>(ptr); in ThreadExitCallback() argument
178 inline ThreadInfo& ThreadLocalThreadInfo() { in ThreadLocalThreadInfo()
181 ThreadInfo* threadInfo = static_cast<ThreadInfo*>(threadInfoPtr); in ThreadLocalThreadInfo()
193 ThreadInfo* threadInfo = static_cast<ThreadInfo*>(pthread_getspecific(key)); in ThreadLocalThreadInfo()
195 threadInfo = new ThreadInfo(); in ThreadLocalThreadInfo()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DThreading.cpp36 struct ThreadInfo { struct
41 ThreadInfo *TI = reinterpret_cast<ThreadInfo*>(Arg); in ExecuteOnThread_Dispatch() argument
48 ThreadInfo Info = { Fn, UserData }; in llvm_execute_on_thread()
81 struct ThreadInfo { struct
87 struct ThreadInfo *info = reinterpret_cast<struct ThreadInfo *>(param); in ThreadCallback() argument
95 struct ThreadInfo param = { Fn, UserData }; in llvm_execute_on_thread()
/external/llvm/lib/Support/
DThreading.cpp35 struct ThreadInfo { struct
40 ThreadInfo *TI = reinterpret_cast<ThreadInfo*>(Arg); in ExecuteOnThread_Dispatch() argument
47 ThreadInfo Info = { Fn, UserData }; in llvm_execute_on_thread()
80 struct ThreadInfo { struct
86 struct ThreadInfo *info = reinterpret_cast<struct ThreadInfo *>(param); in ThreadCallback() argument
94 struct ThreadInfo param = { Fn, UserData }; in llvm_execute_on_thread()
/external/pigweed/pw_thread/
Dthread_info_test.cc25 TEST(ThreadInfo, ThreadName) { in TEST() argument
26 ThreadInfo thread_info; in TEST()
41 TEST(ThreadInfo, StackLowAddr) { in TEST() argument
42 ThreadInfo thread_info; in TEST()
60 TEST(ThreadInfo, StackHighAddr) { in TEST() argument
61 ThreadInfo thread_info; in TEST()
79 TEST(ThreadInfo, PeakAddr) { in TEST() argument
80 ThreadInfo thread_info; in TEST()
Dthread_snapshot_service_test.cc55 ThreadInfo CreateThreadInfoObject(std::optional<ConstByteSpan> name, in CreateThreadInfoObject()
59 ThreadInfo thread_info; in CreateThreadInfoObject()
85 ThreadInfo thread_info = CreateThreadInfoObject( in TEST()
104 ThreadInfo thread_info_1 = in TEST()
110 ThreadInfo thread_info_2 = in TEST()
116 ThreadInfo thread_info_3 = in TEST()
144 ThreadInfo thread_info = CreateThreadInfoObject( in TEST()
163 ThreadInfo thread_info_no_name = in TEST()
174 ThreadInfo thread_info_no_high_addr = in TEST()
190 ThreadInfo thread_info_no_peak_addr = in TEST()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
DResumeTest.java73 ThreadInfo[] threadInfos = createThreadInfos(); in testResume001()
121 ThreadInfo[] threadInfos = createThreadInfos(); in testResume002()
185 ThreadInfo[] threadInfos = createThreadInfos(); in testResume003()
221 private static class ThreadInfo { class in ResumeTest
225 public ThreadInfo(String threadName) { in ThreadInfo() method in ResumeTest.ThreadInfo
278 private ThreadInfo[] createThreadInfos() { in createThreadInfos()
282 ThreadInfo[] threadInfos = new ThreadInfo[testedThreadsNumber]; in createThreadInfos()
287 threadInfos[i] = new ThreadInfo(ResumeDebuggee.THREAD_NAME_PATTERN + i); in createThreadInfos()
289 threadInfos[threadInfos.length - 1] = new ThreadInfo(debuggeeMainThreadName); in createThreadInfos()
312 for (ThreadInfo threadInfo : threadInfos) { in createThreadInfos()
[all …]
/external/pigweed/pw_sync/
Dcondition_variable_test.cc45 struct ThreadInfo { struct
46 explicit ThreadInfo(int id) : thread_id(id) {} in ThreadInfo() argument
100 ThreadInfo thread_info(0); in TEST()
114 ThreadInfo thread_info(0); in TEST()
133 std::array<ThreadInfo, 2> thread_info = {ThreadInfo(0), ThreadInfo(1)}; in TEST()
183 std::array<ThreadInfo, 2> thread_info = {ThreadInfo(0), ThreadInfo(1)}; in TEST()
215 ThreadInfo thread_info(0); in TEST()
236 ThreadInfo thread_info(0); in TEST()
253 ThreadInfo thread_info(0); in TEST()
279 ThreadInfo thread_info(0); in TEST()
[all …]
/external/ComputeLibrary/src/core/NEON/kernels/
DNEGatherKernel.h81 void run(const Window &window, const ThreadInfo &info) override;
92 void gather_0_axis(const Window &window, const ThreadInfo &info);
95 void gather_multiindices_1_axis(const Window &window, const ThreadInfo &info);
104 void gather_n_axis(const Window &window, const ThreadInfo &info);
106 using kernel_ptr = void (NEGatherKernel::*)(const Window &window, const ThreadInfo &info);
/external/ComputeLibrary/src/cpu/kernels/gemm_matrix_mul/generic/neon/
Dimpl.h34 …or *lhs, const ITensor *rhs, ITensor *dst, const Window &window, const ThreadInfo &info, float alp…
36 …or *lhs, const ITensor *rhs, ITensor *dst, const Window &window, const ThreadInfo &info, float alp…
40 …or *lhs, const ITensor *rhs, ITensor *dst, const Window &window, const ThreadInfo &info, float alp…
42 …or *lhs, const ITensor *rhs, ITensor *dst, const Window &window, const ThreadInfo &info, float alp…
/external/webrtc/sdk/android/api/org/webrtc/
DPeerConnectionFactory.java34 private static class ThreadInfo { class in PeerConnectionFactory
38 public static ThreadInfo getCurrent() { in getCurrent()
39 return new ThreadInfo(Thread.currentThread(), Process.myTid()); in getCurrent()
42 private ThreadInfo(Thread thread, int tid) { in ThreadInfo() method in PeerConnectionFactory.ThreadInfo
51 @Nullable private static ThreadInfo staticNetworkThread;
52 @Nullable private static ThreadInfo staticWorkerThread;
53 @Nullable private static ThreadInfo staticSignalingThread;
56 @Nullable private volatile ThreadInfo networkThread;
57 @Nullable private volatile ThreadInfo workerThread;
58 @Nullable private volatile ThreadInfo signalingThread;
[all …]
/external/google-breakpad/src/client/linux/dump_writer_common/
Dthread_info.cc65 uintptr_t ThreadInfo::GetInstructionPointer() const { in GetInstructionPointer()
69 void ThreadInfo::FillCPUContext(RawContextCPU* out) const { in FillCPUContext()
128 uintptr_t ThreadInfo::GetInstructionPointer() const {
132 void ThreadInfo::FillCPUContext(RawContextCPU* out) const {
193 uintptr_t ThreadInfo::GetInstructionPointer() const {
197 void ThreadInfo::FillCPUContext(RawContextCPU* out) const {
215 uintptr_t ThreadInfo::GetInstructionPointer() const {
219 void ThreadInfo::FillCPUContext(RawContextCPU* out) const {
236 uintptr_t ThreadInfo::GetInstructionPointer() const {
240 void ThreadInfo::FillCPUContext(RawContextCPU* out) const {
[all …]
/external/pigweed/pw_thread/py/pw_thread/
Dthread_analyzer.py53 class ThreadInfo: class
106 else ThreadInfo._UNKNOWN_VALUE_STR
111 else ThreadInfo._UNKNOWN_VALUE_STR
121 else ThreadInfo._UNKNOWN_VALUE_STR
126 else ThreadInfo._UNKNOWN_VALUE_STR
136 else ThreadInfo._UNKNOWN_VALUE_STR
290 output.append(str(ThreadInfo(thread)))
/external/ComputeLibrary/src/cpu/kernels/
DCpuGemmLowpMatrixReductionKernel.h69 void run_op(ITensorPack &tensors, const Window &window, const ThreadInfo &info) override;
127 void run_op(ITensorPack &tensors, const Window &window, const ThreadInfo &info) override;
139 … void run_internal(const ITensor *src, ITensor *dst, const Window &window, const ThreadInfo &info);
147 …eductionKernel::*)(const ITensor *src, ITensor *dst, const Window &window, const ThreadInfo &info);
DCpuCastKernel.h43 …using CastKernelPtr = std::add_pointer<void(const ITensor *, ITensor *, const ThreadInfo &, Conver…
78 void run_op(ITensorPack &tensors, const Window &window, const ThreadInfo &info) override;
/external/google-breakpad/src/client/linux/minidump_writer/
Dlinux_ptrace_dumper.h64 virtual bool GetThreadInfoByIndex(size_t index, ThreadInfo* info);
91 bool ReadRegisterSet(ThreadInfo* info, pid_t tid);
95 bool ReadRegisters(ThreadInfo* info, pid_t tid);
Dlinux_core_dumper.cc101 bool LinuxCoreDumper::GetThreadInfoByIndex(size_t index, ThreadInfo* info) { in GetThreadInfoByIndex()
212 ThreadInfo info; in EnumerateThreads()
213 memset(&info, 0, sizeof(ThreadInfo)); in EnumerateThreads()
289 ThreadInfo* info = &thread_infos_.back(); in EnumerateThreads()
304 ThreadInfo* info = &thread_infos_.back(); in EnumerateThreads()
Dlinux_core_dumper.h80 virtual bool GetThreadInfoByIndex(size_t index, ThreadInfo* info);
119 wasteful_vector<ThreadInfo> thread_infos_;
/external/ComputeLibrary/arm_compute/core/CPP/
DICPPKernel.h57 virtual void run(const Window &window, const ThreadInfo &info) in run()
70 virtual void run_nd(const Window &window, const ThreadInfo &info, const Window &thread_locator) in run_nd()
88 virtual void run_op(ITensorPack &tensors, const Window &window, const ThreadInfo &info) in run_op()
/external/pigweed/pw_thread/py/
Dthread_analyzer_test.py18 from pw_thread.thread_analyzer import ThreadInfo, ThreadSnapshotAnalyzer
28 thread_info = ThreadInfo(thread_pb2.Thread())
45 thread_info = ThreadInfo(thread)
63 thread_info = ThreadInfo(thread)
82 thread_info = ThreadInfo(thread)
103 thread_info = ThreadInfo(thread)
125 thread_info = ThreadInfo(thread)
/external/ComputeLibrary/src/runtime/CPP/
DSingleThreadScheduler.cpp51 ThreadInfo info; in schedule()
59 ThreadInfo info; in schedule_op()
66 ThreadInfo info; in run_workloads()
DCPPScheduler.cpp85 …rkloads(std::vector<IScheduler::Workload> &workloads, ThreadFeeder &feeder, const ThreadInfo &info) in process_workloads()
162 …rkload(std::vector<IScheduler::Workload> *workloads, ThreadFeeder &feeder, const ThreadInfo &info);
198 ThreadInfo _info{};
224 set_workload(nullptr, feeder, ThreadInfo()); in ~Thread()
230 …orkload(std::vector<IScheduler::Workload> *workloads, ThreadFeeder &feeder, const ThreadInfo &info) in set_workload()
495 ThreadInfo info; in run_workloads()
/external/perfetto/ui/src/components/sql_utils/
Dthread.ts24 export interface ThreadInfo { interface
34 ): Promise<ThreadInfo> {
74 export function getFullThreadName(info?: ThreadInfo): string | undefined {
/external/perfetto/ui/src/components/widgets/
Dthread.ts20 import {getThreadInfo, getThreadName, ThreadInfo} from '../sql_utils/thread';
99 sqlIdRegistry['thread'] = createSqlIdRefRenderer<ThreadInfo>(
101 (data: ThreadInfo) => ({
/external/chromium-trace/catapult/systrace/atrace_helper/jni/
Dprocess_info.h12 struct ThreadInfo { struct
23 std::map<int, ThreadInfo> threads; argument
/external/ComputeLibrary/src/runtime/OMP/
DOMPScheduler.cpp68 ThreadInfo info; in schedule_op()
79 … workloads[t] = [t, &hints, &max_window, &num_windows, &kernel, &tensors](const ThreadInfo &info) { in schedule_op()
99 ThreadInfo info; in run_workloads()

1234567891011