Home
last modified time | relevance | path

Searched defs:get_connection (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Lib/multiprocessing/
Dresource_sharer.py82 def get_connection(ident): member in _ResourceSharer
/external/crosvm/rutabaga_gfx/src/cross_domain/sys/
Dstub.rs38 pub(crate) fn get_connection( in get_connection() method
Dlinux.rs142 pub(crate) fn get_connection( in get_connection() method
/external/rust/crates/virtio-drivers/src/device/socket/
Dconnectionmanager.rs308 fn get_connection( in get_connection() function
/external/ot-br-posix/third_party/Simple-web-server/repo/
Dclient_http.hpp468 std::shared_ptr<Connection> get_connection() noexcept { in get_connection() function in SimpleWeb::ClientBase
/external/rust/crates/rusqlite/src/
Dfunctions.rs236 pub unsafe fn get_connection(&self) -> Result<ConnectionRef<'_>> { in get_connection() method