Home
last modified time | relevance | path

Searched defs:pipes (Results 1 – 25 of 35) sorted by relevance

12

/third_party/libuv/docs/src/guide/
Dprocesses.rst253 .. _pipes: target in Child Process I/O
416 .. _pointing out: https://github.com/nikhilm/uvbook/issues/56
420 .. [#] In this section domain sockets stands in for named pipes on Windows as
/third_party/toybox/toys/other/
Doneit.c66 int i, pid, pipes[] = {SIGUSR1, SIGUSR2, SIGTERM, SIGINT}; in oneit_main() local
/third_party/ltp/testcases/kernel/syscalls/vmsplice/
Dvmsplice03.c24 int pipes[2]; in vmsplice_test() local
Dvmsplice04.c19 static int pipes[2]; variable
Dvmsplice01.c51 int pipes[2]; in vmsplice_test() local
Dvmsplice02.c37 static int pipes[2]; variable
/third_party/ltp/testcases/kernel/syscalls/pipe/
Dpipe06.c53 int pipe_ret, pipes[2]; variable
Dpipe05.c54 intptr_t pipes; variable
Dpipe07.c60 int pipes[2], max_fd = 0; in main() local
/third_party/glib/glib/tests/
Dprotocol.c138 int pipes[2]; in test_message() local
269 int pipes[2]; in test_error() local
/third_party/ltp/testcases/kernel/syscalls/splice/
Dsplice01.c55 int pipes[2]; in splice_test() local
Dsplice03.c46 static int pipes[2]; variable
/third_party/ltp/testcases/kernel/syscalls/tee/
Dtee02.c33 static int pipes[2]; variable
/third_party/openssl/ssl/record/
Dssl3_buffer.c156 size_t pipes; in ssl3_release_write_buffer() local
/third_party/mesa3d/src/amd/common/
Dac_surface_test_common.h164 int pipes; member
Dac_surface_modifier_test.c36 uint8_t pipes; member
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_texture_desc.c355 unsigned i, pipes; in r300_setup_hyperz_properties() local
419 unsigned pipes, stride, cmask_num_dw, cmask_max_size; in r300_setup_cmask_properties() local
/third_party/boost/libs/process/test/
Dasync_pipe.cpp79 std::vector<bp::async_pipe*> pipes; in BOOST_AUTO_TEST_CASE() local
/third_party/node/test/async-hooks/
Dtest-pipewrap.js28 const pipes = hooks.activitiesOfTypes('PIPEWRAP'); constant
/third_party/skia/third_party/externals/tint/src/utils/io/
Dcommand_posix.cc77 int pipes[2] = {}; in Pipe() local
/third_party/toybox/lib/
Dxwrap.c227 pid_t xpopen_both(char **argv, int *pipes) in xpopen_both()
322 int xpclose_both(pid_t pid, int *pipes) in xpclose_both()
335 int pipes[2], pid; in xpopen() local
/third_party/mesa3d/src/amd/addrlib/src/r800/
Dsiaddrlib.h259 UINT_32 bankHeightAlign, UINT_32 pipes, in HwlReduceBankWidthHeight()
Degbaddrlib.cpp772 UINT_32 pipes, ///< [in] pipes in HwlReduceBankWidthHeight()
893 UINT_32 pipes = HwlGetPipes(pTileInfo); in ComputeSurfaceAlignmentsMacroTiled() local
2352 UINT_32 pipes = HwlGetPipes(pTileInfo); in ComputeSurfaceCoordFromAddrMacroTiled() local
2731 UINT_32 pipes = HwlGetPipes(pTileInfo); in HwlComputeBaseSwizzle() local
2962 UINT_32 pipes = HwlGetPipes(pTileInfo); in ComputeBankFromCoord() local
/third_party/libdrm/tests/modetest/
Dmodetest.c1522 struct pipe_arg *pipes; in pipe_find_preferred() local
1576 static void set_mode(struct device *dev, struct pipe_arg *pipes, unsigned int count) in set_mode()
1688 static void atomic_clear_mode(struct device *dev, struct pipe_arg *pipes, unsigned int count) in atomic_clear_mode()
1725 static void set_cursors(struct device *dev, struct pipe_arg *pipes, unsigned int count) in set_cursors()
1770 static void test_page_flip(struct device *dev, struct pipe_arg *pipes, unsigned int count) in test_page_flip()
/third_party/gstreamer/gstplugins_bad/tests/examples/ipcpipeline/
Dipc-play.c48 static int pipes[2] = { -1, -1 }; variable

12