Home
last modified time | relevance | path

Searched defs:create_pipe (Results 1 – 8 of 8) sorted by relevance

/external/crosvm/rutabaga_gfx/src/rutabaga_os/sys/windows/
Dpipe.rs18 pub fn create_pipe() -> RutabagaResult<(ReadPipe, WritePipe)> { in create_pipe() function
/external/crosvm/rutabaga_gfx/src/rutabaga_os/sys/stub/
Dpipe.rs18 pub fn create_pipe() -> RutabagaResult<(ReadPipe, WritePipe)> { in create_pipe() function
/external/crosvm/rutabaga_gfx/src/rutabaga_os/sys/linux/
Dpipe.rs26 pub fn create_pipe() -> RutabagaResult<(ReadPipe, WritePipe)> { in create_pipe() function
/external/cronet/stable/third_party/apache-portable-runtime/src/test/
Dtestpipe.c30 static void create_pipe(abts_case *tc, void *data) in create_pipe() function
/external/cronet/tot/third_party/apache-portable-runtime/src/test/
Dtestpipe.c30 static void create_pipe(abts_case *tc, void *data) in create_pipe() function
/external/sandboxed-api/sandboxed_api/sandbox2/
Dforkserver.cc614 Pipe create_pipe = CreatePipe(); in CreateInitialNamespaces() local
656 Pipe create_pipe = CreatePipe(); in CreateForkserverSharedNetworkNamespace() local
/external/python/cpython3/Lib/test/test_capi/
Dtest_misc.py1788 def create_pipe(): function
/external/mesa3d/src/gallium/frontends/rusticl/api/
Dmemory.rs2994 fn create_pipe( in create_pipe() function