Home
last modified time | relevance | path

Searched defs:handle_set (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/trusty/kernel/lib/trusty/
H A Dhandle_set.c53 struct handle_set { struct
75 static inline struct handle_set* handle_to_handle_set(struct handle* h) { in handle_to_handle_set() argument
H A Dtipc_dev_ql.c73 struct handle* handle_set; member
/aosp_15_r20/external/trusty/lk/lib/rust_support/
Dlib.rs47 pub mod handle_set; module
/aosp_15_r20/external/openscreen/platform/impl/
H A Dstream_socket_posix.cc23 fd_set handle_set; in IsConnectionPending() local
/aosp_15_r20/trusty/user/base/lib/tipc/rust/src/service/
Dhandle_set.rs60 let handle_set = Self { localVariable
/aosp_15_r20/trusty/user/base/lib/tipc/rust/src/
Dservice.rs32 mod handle_set; module
919 handle_set: HandleSet<D, PORT_COUNT, MAX_CONNECTION_COUNT>, field
1046 let handle_set = HandleSet::try_new(ports)?; in new_with_dispatcher() localVariable
/aosp_15_r20/external/trusty/lk/dev/virtio/vsock-rust/src/
Dvsock.rs268 handle_set: HandleSet, field
/aosp_15_r20/external/cronet/base/allocator/dispatcher/
H A Dtls_unittest.cc459 const auto handle_set = [&](base::debug::CrashKeyString* crash_key, in TEST_F() local