Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/io/ltp-aiodio/
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
/third_party/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
/third_party/mesa3d/src/amd/vulkan/
Dradv_llvm_helper.cpp80 radv_llvm_per_thread_info *thread_info = nullptr; in radv_compile_to_elf() local
/third_party/skia/third_party/externals/microhttpd/src/platform/
Dw32functions.c686 } thread_info; in W32_SetThreadName() local
/third_party/mbedtls/programs/ssl/
Dssl_pthread_server.c100 thread_info_t *thread_info = (thread_info_t *) data; in handle_ssl_connection() local
/third_party/pulseaudio/src/pulsecore/
Dsource.h271 } thread_info; member
Dsource-output.h224 } thread_info; member
Dsink.h332 } thread_info; member
Dsink-input.h283 } thread_info; member
/third_party/pulseaudio/src/modules/
Dmodule-combine-sink.c189 } thread_info; member
/third_party/rust/crates/libc/src/unix/haiku/
Dnative.rs994 pub fn _get_thread_info(id: thread_id, info: *mut thread_info, size: ::size_t) -> status_t; in _get_thread_info()
998 info: *mut thread_info, in _get_next_thread_info()
1338 info: *mut thread_info, in get_next_thread_info()
/third_party/pulseaudio/src/modules/echo-cancel/
Dmodule-echo-cancel.c257 } thread_info; member
/third_party/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs5303 pub fn thread_info( in thread_info() function