Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/shutdown/
Dshutdown01.c60 int client_sock; in start_test() local
82 int client_sock; in run() local
/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.py344 async def client_sock(addr): function