Home
last modified time | relevance | path

Searched defs:client_sock (Results 1 – 2 of 2) sorted by relevance

/external/perfetto/src/profiling/memory/
Dheapprofd_producer_integrationtest.cc221 std::optional<base::UnixSocketRaw> client_sock = in CreateHeapprofdClient() local
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_ssl.py341 async def client_sock(addr): function