Home
last modified time | relevance | path

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

/external/rust/crates/tokio/src/net/windows/
Dmod.rs3 pub mod named_pipe; module
Dnamed_pipe.rs127 let named_pipe = mio_windows::NamedPipe::from_raw_handle(handle); in from_raw_handle() localVariable
961 let named_pipe = mio_windows::NamedPipe::from_raw_handle(handle); in from_raw_handle() localVariable
/external/libchrome/mojo/core/test/
Dmultiprocess_test_helper.cc220 NamedPlatformChannel::ServerName named_pipe( in ChildSetup() local
/external/crosvm/devices/src/serial/sys/
Dwindows.rs214 fn named_pipe() { in named_pipe() function
/external/python/cpython3/Modules/clinic/
D_winapi.c.h894 HANDLE named_pipe; in _winapi_SetNamedPipeHandleState() local
/external/python/cpython3/Modules/
D_winapi.c1586 _winapi_SetNamedPipeHandleState_impl(PyObject *module, HANDLE named_pipe, in _winapi_SetNamedPipeHandleState_impl()