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.h46 struct ThreadInfo { struct
47 pid_t tgid; // thread group id
48 pid_t ppid; // parent process
50 uintptr_t stack_pointer; // thread stack pointer
54 user_regs_struct regs;
78 // 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/pigweed/pw_thread/
Dthread_info_test.cc25 TEST(ThreadInfo, ThreadName) { in TEST() argument
41 TEST(ThreadInfo, StackLowAddr) { in TEST() argument
60 TEST(ThreadInfo, StackHighAddr) { in TEST() argument
79 TEST(ThreadInfo, PeakAddr) { in TEST() 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.cpp40 struct ThreadInfo struct
43 clMemWrapper inBuf;
44 clMemWrapper inBuf2;
45 Buffers outBuf;
47 float maxError; // max error value. Init to 0.
49 maxErrorValue; // position of the max error value (param 1). Init to 0.
50 cl_int maxErrorValue2; // position of the max error value (param 2). Init
52 MTdataHolder d;
55 clCommandQueueWrapper tQueue;
Dbinary_i_float.cpp40 struct ThreadInfo struct
43 clMemWrapper inBuf;
44 clMemWrapper inBuf2;
45 Buffers outBuf;
47 float maxError; // max error value. Init to 0.
49 maxErrorValue; // position of the max error value (param 1). Init to 0.
50 cl_int maxErrorValue2; // position of the max error value (param 2). Init
52 MTdataHolder d;
55 clCommandQueueWrapper tQueue;
Dbinary_operator_double.cpp39 struct ThreadInfo struct
42 clMemWrapper inBuf;
43 clMemWrapper inBuf2;
44 Buffers outBuf;
46 float maxError; // max error value. Init to 0.
48 maxErrorValue; // position of the max error value (param 1). Init to 0.
49 double maxErrorValue2; // position of the max error value (param 2). Init
51 MTdataHolder d;
54 clCommandQueueWrapper tQueue;
Dbinary_operator_float.cpp39 struct ThreadInfo struct
42 clMemWrapper inBuf;
43 clMemWrapper inBuf2;
44 Buffers outBuf;
46 float maxError; // max error value. Init to 0.
48 maxErrorValue; // position of the max error value (param 1). Init to 0.
49 double maxErrorValue2; // position of the max error value (param 2). Init
51 MTdataHolder d;
54 clCommandQueueWrapper tQueue;
Dbinary_double.cpp41 struct ThreadInfo struct
44 clMemWrapper inBuf;
45 clMemWrapper inBuf2;
46 Buffers outBuf;
48 float maxError; // max error value. Init to 0.
50 maxErrorValue; // position of the max error value (param 1). Init to 0.
51 double maxErrorValue2; // position of the max error value (param 2). Init
53 MTdataHolder d;
56 clCommandQueueWrapper tQueue;
Dbinary_float.cpp41 struct ThreadInfo struct
44 clMemWrapper inBuf;
45 clMemWrapper inBuf2;
46 Buffers outBuf;
48 float maxError; // max error value. Init to 0.
50 maxErrorValue; // position of the max error value (param 1). Init to 0.
51 double maxErrorValue2; // position of the max error value (param 2). Init
53 MTdataHolder d;
56 clCommandQueueWrapper tQueue;
Dunary_double.cpp39 struct ThreadInfo struct
42 clMemWrapper inBuf;
43 Buffers outBuf;
45 float maxError; // max error value. Init to 0.
46 double maxErrorValue; // position of the max error value. Init to 0.
49 clCommandQueueWrapper tQueue;
Dunary_float.cpp38 struct ThreadInfo struct
41 clMemWrapper inBuf;
42 Buffers outBuf;
44 float maxError; // max error value. Init to 0.
45 double maxErrorValue; // position of the max error value. Init to 0.
48 clCommandQueueWrapper tQueue;
Dmacro_binary_double.cpp40 struct ThreadInfo struct
43 clMemWrapper inBuf;
44 clMemWrapper inBuf2;
45 Buffers outBuf;
47 MTdataHolder d;
50 clCommandQueueWrapper tQueue;
Dmacro_binary_float.cpp39 struct ThreadInfo struct
42 clMemWrapper inBuf;
43 clMemWrapper inBuf2;
44 Buffers outBuf;
46 MTdataHolder d;
49 clCommandQueueWrapper tQueue;
Dmacro_unary_double.cpp39 struct ThreadInfo struct
42 clMemWrapper inBuf;
43 Buffers outBuf;
46 clCommandQueueWrapper tQueue;
Dmacro_unary_float.cpp38 struct ThreadInfo struct
41 clMemWrapper inBuf;
42 Buffers outBuf;
45 clCommandQueueWrapper tQueue;
/external/pigweed/pw_sync/
Dcondition_variable_test.cc45 struct ThreadInfo { struct
46 explicit ThreadInfo(int id) : thread_id(id) {} in ThreadInfo() argument
51 TimedThreadNotification waiting_notifier;
54 TimedThreadNotification done_notifier;
58 bool predicate_result = false;
62 bool wait_result = false;
65 const int thread_id;
69 std::function<bool()> Predicate() { in Predicate()
/external/tensorflow/tensorflow/core/profiler/backends/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/mesa3d/src/gfxstream/guest/connection-manager/
DGfxStreamConnectionManager.cpp19 struct ThreadInfo { struct
23 static thread_local ThreadInfo sThreadInfo; argument
/external/libchrome/base/message_loop/
Dmessage_pump_glib.cc124 struct ThreadInfo { struct
126 MessagePumpGlib* pump;
129 PlatformThreadId thread_id;
/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/rust/android-crates-io/crates/rayon-core/src/
Dregistry.rs607 struct ThreadInfo { struct
627 impl ThreadInfo { implementation
628 fn new(stealer: Stealer<JobRef>) -> ThreadInfo { in new()
/external/ComputeLibrary/arm_compute/core/CPP/
DCPPTypes.h180 struct ThreadInfo struct

12