Home
last modified time | relevance | path

Searched defs:thread_info (Results 1 – 25 of 63) sorted by relevance

123

/aosp_15_r20/external/pigweed/pw_sync/
H A Dcondition_variable_test.cc112 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 Daio-stress.c186 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 Dstress_mt.c88 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 Dc-arcmt-test.c92 typedef struct thread_info { struct
96 } thread_info; argument
/aosp_15_r20/external/pigweed/pw_thread/
H A Dthread_info_test.cc26 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 Dthread_snapshot_service_test.cc59 ThreadInfo thread_info; in CreateThreadInfoObject() local
84 ThreadInfo thread_info = CreateThreadInfoObject( in TEST() local
141 ThreadInfo thread_info = CreateThreadInfoObject( in TEST() local
H A Dthread_snapshot_service.cc33 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 Dthreadpool-object.h41 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/
Dthread.cpp92 …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 Dhud_cpu.c319 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 Ddebuggerd_handler.cpp383 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/
DThreadCapture_test.cpp236 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 Dthread_iteration.cc26 ThreadInfo thread_info; in zephyr_adapter() local
/aosp_15_r20/external/pigweed/pw_thread_freertos/
H A Dthread_iteration.cc34 ThreadInfo thread_info; in StackInfoCollector() local
H A Dthread_iteration_test.cc77 auto cb = [&temp_struct](const ThreadInfo& thread_info) { in TEST()
/aosp_15_r20/external/clang/tools/c-index-test/
H A Dc-index-test.c4411 typedef struct thread_info { struct
4416 } thread_info; argument
/aosp_15_r20/external/parameter-framework/asio-1.10.6/include/asio/detail/
H A Dtask_io_service.hpp119 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 Dcontext.h67 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/
Dscheduler.hpp148 typedef scheduler_thread_info thread_info; typedef in boost::asio::detail::scheduler
/aosp_15_r20/system/core/debuggerd/libdebuggerd/
H A Dbacktrace.cpp80 const std::map<pid_t, ThreadInfo>& thread_info, pid_t target_thread) { in dump_backtrace()
H A Dgwp_asan.cpp71 const ProcessInfo& process_info, const ThreadInfo& thread_info) { in GwpAsanCrashData()
/aosp_15_r20/external/mesa3d/src/amd/vulkan/
H A Dradv_llvm_helper.cpp61 radv_llvm_per_thread_info *thread_info = nullptr; in radv_compile_to_elf() local
/aosp_15_r20/external/bcc/tools/
H A Ddeadlock.py285 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 Dssl_pthread_server.c100 thread_info_t *thread_info = (thread_info_t *) data; in handle_ssl_connection() local
/aosp_15_r20/external/libchrome/base/message_loop/
H A Dmessage_pump_glib.cc137 ThreadInfo* thread_info = NULL; variable

123