Home
last modified time | relevance | path

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

/external/clang/tools/c-arcmt-test/
Dc-arcmt-test.c92 typedef struct thread_info { struct
96 } thread_info; argument
/external/llvm-project/clang/tools/c-arcmt-test/
Dc-arcmt-test.c92 typedef struct thread_info { struct
96 } thread_info; typedef
/external/autotest/client/tests/aiostress/
Daio-stress.c214 struct thread_info { struct
215 io_context_t io_ctx;
216 pthread_t tid;
219 struct io_unit *ios;
222 struct io_unit *free_ious;
225 int num_global_ios;
228 int num_global_pending;
231 struct iocb **iocbs;
234 struct io_event *events;
237 int num_global_events;
[all …]
/external/ltp/testcases/kernel/io/ltp-aiodio/
Daio-stress.c216 struct thread_info { struct
217 io_context_t io_ctx;
218 pthread_t tid;
221 struct io_unit *ios;
224 struct io_unit *free_ious;
227 int num_global_ios;
230 int num_global_pending;
233 struct iocb **iocbs;
236 struct io_event *events;
239 int num_global_events;
[all …]
/external/mesa3d/src/gallium/auxiliary/hud/
Dhud_cpu.c319 struct thread_info { struct
328 struct thread_info *info = gr->query_data; in query_api_thread_busy_status() argument
/external/pthreadpool/src/
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
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dtask_io_service.hpp119 typedef task_io_service_thread_info thread_info; typedef in asio::detail::task_io_service
/external/mesa3d/src/amd/vulkan/
Dradv_llvm_helper.cpp93 radv_llvm_per_thread_info *thread_info = nullptr; in radv_compile_to_elf() local
/external/bcc/tools/
Ddeadlock_detector.py285 def print_cycle(binary, graph, edges, thread_info, print_stack_trace_fn): argument
/external/libchrome/base/message_loop/
Dmessage_pump_glib.cc137 ThreadInfo* thread_info = NULL; variable
/external/adhd/sound_card_init/dsm/src/
Dzero_player.rs20 thread_info: Option<PlayZeroWorkerInfo>, field
/external/llvm-project/lldb/unittests/tools/lldb-server/tests/
DMessageObjects.cpp106 StructuredData::Dictionary *thread_info; in create() local
/external/clang/tools/c-index-test/
Dc-index-test.c4411 typedef struct thread_info { struct
4416 } thread_info; typedef
/external/google-breakpad/src/client/linux/minidump_writer/
Dlinux_ptrace_dumper_unittest.cc496 ThreadInfo thread_info; in TEST_F() local
/external/llvm-project/clang/tools/c-index-test/
Dc-index-test.c4966 typedef struct thread_info { struct
4971 } thread_info; argument
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/
DProcessWindows.cpp541 for (const auto &thread_info : m_session_data->m_new_threads) { in UpdateThreadList() local
/external/rust/crates/libc/src/unix/haiku/
Dnative.rs761 pub fn _get_thread_info(id: thread_id, info: *mut thread_info, size: ::size_t) -> status_t; in _get_thread_info()
765 info: *mut thread_info, in _get_next_thread_info()
1017 info: *mut thread_info, in get_next_thread_info()
/external/crosvm/devices/src/pci/
Dac97_bus_master.rs613 fn thread_info(&self, func: Ac97Function) -> &AudioThreadInfo { in thread_info() method
/external/llvm-project/lldb/source/Plugins/Process/Linux/
DNativeProcessLinux.cpp1835 for (const auto &thread_info : m_threads_stepping_with_breakpoint) { in SignalIfAllThreadsStopped() local
/external/llvm-project/lldb/source/Target/
DThread.cpp1781 StructuredData::ObjectSP thread_info = GetExtendedInfo(); in GetDescription() local