/aosp_15_r20/external/pigweed/pw_sync/ |
H A D | condition_variable_test.cc | 112 ThreadInfo thread_info(0); in TEST() local 126 ThreadInfo thread_info(0); in TEST() local 145 std::array<ThreadInfo, 2> thread_info = {ThreadInfo(0), ThreadInfo(1)}; in TEST() local 195 std::array<ThreadInfo, 2> thread_info = {ThreadInfo(0), ThreadInfo(1)}; in TEST() local 227 ThreadInfo thread_info(0); in TEST() local 248 ThreadInfo thread_info(0); in TEST() local 265 ThreadInfo thread_info(0); in TEST() local 291 ThreadInfo thread_info(0); in TEST() local 314 ThreadInfo thread_info(0); in TEST() local 332 ThreadInfo thread_info(0); in TEST() local
|
/aosp_15_r20/external/ltp/testcases/kernel/io/ltp-aiodio/ |
H A D | aio-stress.c | 186 struct thread_info { struct 187 io_context_t io_ctx; 188 pthread_t tid; 191 struct io_unit *ios; 194 struct io_unit *free_ious; 197 int num_global_ios; 200 int num_global_pending; 203 struct iocb **iocbs; 206 struct io_event *events; 231 static struct thread_info *global_thread_info; argument
|
/aosp_15_r20/external/libusb/tests/ |
H A D | stress_mt.c | 88 struct thread_info { struct 112 struct thread_info *ti = (struct thread_info *) arg; in init_and_exit() argument
|
/aosp_15_r20/external/clang/tools/c-arcmt-test/ |
H A D | c-arcmt-test.c | 92 typedef struct thread_info { struct 96 } thread_info; argument
|
/aosp_15_r20/external/pigweed/pw_thread/ |
H A D | thread_info_test.cc | 26 ThreadInfo thread_info; in TEST() local 42 ThreadInfo thread_info; in TEST() local 61 ThreadInfo thread_info; in TEST() local 80 ThreadInfo thread_info; in TEST() local
|
H A D | thread_snapshot_service_test.cc | 59 ThreadInfo thread_info; in CreateThreadInfoObject() local 84 ThreadInfo thread_info = CreateThreadInfoObject( in TEST() local 141 ThreadInfo thread_info = CreateThreadInfoObject( in TEST() local
|
H A D | thread_snapshot_service.cc | 33 const ThreadInfo& thread_info) { in ProtoEncodeThreadInfo() 131 auto cb = [&iteration_info](const ThreadInfo& thread_info) { in GetPeakStackUsage()
|
/aosp_15_r20/external/pthreadpool/src/ |
H A D | threadpool-object.h | 41 struct PTHREADPOOL_CACHELINE_ALIGNED thread_info { struct 46 pthreadpool_atomic_size_t range_start; 51 pthreadpool_atomic_size_t range_end; 81 PTHREADPOOL_STATIC_ASSERT(sizeof(struct thread_info) % PTHREADPOOL_CACHELINE_SIZE == 0, argument
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/src/pthread/ |
D | thread.cpp | 92 …boost::detail::thread_data_ptr thread_info = static_cast<boost::detail::thread_data_base*>(data)->… in tls_destructor() local 172 …boost::detail::thread_data_ptr thread_info = static_cast<boost::detail::thread_data_base*>(param)-… in thread_proxy() local 628 boost::detail::thread_data_base* const thread_info=detail::get_current_thread_data(); in interruption_point() local 643 boost::detail::thread_data_base* const thread_info=detail::get_current_thread_data(); in interruption_enabled() local 649 boost::detail::thread_data_base* const thread_info=detail::get_current_thread_data(); in interruption_requested() local
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/hud/ |
H A D | hud_cpu.c | 319 struct thread_info { struct 328 struct thread_info *info = gr->query_data; in query_api_thread_busy_status() argument
|
/aosp_15_r20/system/core/debuggerd/handler/ |
H A D | debuggerd_handler.cpp | 383 static DebuggerdDumpType get_dump_type(const debugger_thread_info* thread_info) { in get_dump_type() 392 static const char* get_unwind_type(const debugger_thread_info* thread_info) { in get_unwind_type() 400 debugger_thread_info* thread_info = static_cast<debugger_thread_info*>(arg); in debuggerd_dispatch_pseudothread() local 738 debugger_thread_info thread_info = { in debuggerd_signal_handler() local
|
/aosp_15_r20/system/memory/libmemunreachable/tests/ |
D | ThreadCapture_test.cpp | 236 auto thread_info = allocator::vector<ThreadInfo>(heap); in TEST_P() local 334 auto thread_info = allocator::vector<ThreadInfo>(heap); in TEST_F() local
|
/aosp_15_r20/external/pigweed/pw_thread_zephyr/ |
H A D | thread_iteration.cc | 26 ThreadInfo thread_info; in zephyr_adapter() local
|
/aosp_15_r20/external/pigweed/pw_thread_freertos/ |
H A D | thread_iteration.cc | 34 ThreadInfo thread_info; in StackInfoCollector() local
|
H A D | thread_iteration_test.cc | 77 auto cb = [&temp_struct](const ThreadInfo& thread_info) { in TEST()
|
/aosp_15_r20/external/clang/tools/c-index-test/ |
H A D | c-index-test.c | 4411 typedef struct thread_info { struct 4416 } thread_info; argument
|
/aosp_15_r20/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
H A D | task_io_service.hpp | 119 typedef task_io_service_thread_info thread_info; typedef in asio::detail::task_io_service
|
/aosp_15_r20/external/pigweed/pw_thread_zephyr/public/pw_thread_zephyr/ |
H A D | context.h | 67 k_thread& thread_info() { return thread_info_; } in thread_info() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/detail/ |
D | scheduler.hpp | 148 typedef scheduler_thread_info thread_info; typedef in boost::asio::detail::scheduler
|
/aosp_15_r20/system/core/debuggerd/libdebuggerd/ |
H A D | backtrace.cpp | 80 const std::map<pid_t, ThreadInfo>& thread_info, pid_t target_thread) { in dump_backtrace()
|
H A D | gwp_asan.cpp | 71 const ProcessInfo& process_info, const ThreadInfo& thread_info) { in GwpAsanCrashData()
|
/aosp_15_r20/external/mesa3d/src/amd/vulkan/ |
H A D | radv_llvm_helper.cpp | 61 radv_llvm_per_thread_info *thread_info = nullptr; in radv_compile_to_elf() local
|
/aosp_15_r20/external/bcc/tools/ |
H A D | deadlock.py | 285 def print_cycle(binary, graph, edges, thread_info, print_stack_trace_fn): argument
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/ssl/ |
H A D | ssl_pthread_server.c | 100 thread_info_t *thread_info = (thread_info_t *) data; in handle_ssl_connection() local
|
/aosp_15_r20/external/libchrome/base/message_loop/ |
H A D | message_pump_glib.cc | 137 ThreadInfo* thread_info = NULL; variable
|