Searched defs:get_connection (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Lib/multiprocessing/ | ||
D | resource_sharer.py | 82 def get_connection(ident): member in _ResourceSharer |
/third_party/nghttp2/src/ | ||
D | shrpx_client_handler.cc | 1691 Connection *ClientHandler::get_connection() { return &conn_; }; in get_connection() function in shrpx::ClientHandler |