/aosp_15_r20/external/google-breakpad/src/client/linux/dump_writer_common/ |
H A D | thread_info.h | 46 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
|
/aosp_15_r20/system/core/debuggerd/libdebuggerd/include/libdebuggerd/ |
H A D | types.h | 25 struct ThreadInfo { struct 26 std::unique_ptr<unwindstack::Regs> registers; 27 long tagged_addr_ctrl = -1; 28 long pac_enabled_keys = -1; 30 pid_t uid; 32 pid_t tid; 33 std::string thread_name; 35 pid_t pid; 37 std::vector<std::string> command_line; 38 std::string selinux_label; [all …]
|
/aosp_15_r20/hardware/google/gfxstream/host/gl/glestranslator/EGL/ |
D | ThreadInfo.h | 24 struct ThreadInfo { struct 38 ThreadInfo* getThreadInfo(); argument
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/math_brute_force/ |
H A D | binary_i_double.cpp | 40 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;
|
H A D | binary_i_float.cpp | 40 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;
|
H A D | binary_operator_double.cpp | 39 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;
|
H A D | binary_double.cpp | 41 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;
|
H A D | binary_operator_float.cpp | 39 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;
|
H A D | binary_float.cpp | 41 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;
|
H A D | unary_double.cpp | 39 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;
|
H A D | macro_binary_float.cpp | 39 struct ThreadInfo struct 42 clMemWrapper inBuf; 43 clMemWrapper inBuf2; 44 Buffers outBuf; 46 MTdataHolder d; 49 clCommandQueueWrapper tQueue;
|
H A D | macro_binary_double.cpp | 40 struct ThreadInfo struct 43 clMemWrapper inBuf; 44 clMemWrapper inBuf2; 45 Buffers outBuf; 47 MTdataHolder d; 50 clCommandQueueWrapper tQueue;
|
H A D | unary_float.cpp | 38 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;
|
/aosp_15_r20/external/llvm/lib/Support/ |
H A 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
|
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
H A 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
|
/aosp_15_r20/external/pigweed/pw_sync/ |
H A D | condition_variable_test.cc | 45 struct ThreadInfo { struct 46 explicit ThreadInfo(int id) : thread_id(id) {} in ThreadInfo() function 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()
|
/aosp_15_r20/external/gemmlowp/profiling/ |
H A D | instrumentation.h | 161 struct ThreadInfo { struct 165 ThreadInfo() { in ThreadInfo() argument 173 ThreadInfo* self = static_cast<ThreadInfo*>(ptr); in ThreadExitCallback() argument
|
/aosp_15_r20/system/memory/libmemunreachable/ |
D | ThreadCapture.h | 26 struct ThreadInfo { struct 33 using ThreadInfoList = allocator::vector<ThreadInfo>; argument
|
/aosp_15_r20/external/pigweed/pw_thread/ |
H A D | thread_info_test.cc | 25 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
|
/aosp_15_r20/system/extras/simpleperf/ |
H A D | cmd_trace_sched.cpp | 56 struct ThreadInfo { struct 57 pid_t process_id = 0; 58 pid_t thread_id = 0; 59 std::string name; 60 uint64_t total_runtime_in_ns = 0; 61 SpinInfo spin_info;
|
/aosp_15_r20/external/rust/android-crates-io/crates/rayon-core/src/ |
D | registry.rs | 607 struct ThreadInfo { struct 627 impl ThreadInfo { impl 628 fn new(stealer: Stealer<JobRef>) -> ThreadInfo { in new()
|
/aosp_15_r20/prebuilts/vndk/v30/arm/include/system/core/libutils/include/utils/ |
D | ProcessCallStack.h | 66 struct ThreadInfo { struct 71 // tid -> ThreadInfo argument
|
/aosp_15_r20/prebuilts/vndk/v32/x86/include/system/core/libutils/include/utils/ |
D | ProcessCallStack.h | 66 struct ThreadInfo { struct 71 // tid -> ThreadInfo argument
|
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/system/core/libutils/include/utils/ |
D | ProcessCallStack.h | 66 struct ThreadInfo { struct 71 // tid -> ThreadInfo argument
|
/aosp_15_r20/prebuilts/vndk/v33/arm/include/system/core/libutils/include/utils/ |
D | ProcessCallStack.h | 66 struct ThreadInfo { struct 71 // tid -> ThreadInfo argument
|