Home
last modified time | relevance | path

Searched refs:pipe (Results 2001 - 2025 of 2940) sorted by relevance

1...<<81828384858687888990>>...118

/test/xts/hats/kernel/posix_interface/interface_gn/utils/
H A Dmt_utils.cpp94 // pipe for sync in ipc
98 return pipe(g_pipeFd); in InitPipe()
109 LOGD("before pipe read"); in BlockOnPipe()
111 LOGD("after pipe read"); in BlockOnPipe()
/third_party/backends/backend/
H A Dcoolscan.h125 int pipe; member
H A Dtamarack.h115 int pipe; /* pipe to reader process */ member
116 int reader_pipe; /* pipe from reader process */
H A Dmustek_pp.h248 int pipe; member
/third_party/mesa3d/include/drm-uapi/
H A Dlima_drm.h118 __u32 pipe; /* in, which pipe to use, GP/PP */ member
/third_party/libdrm/etnaviv/
H A Detnaviv_gpu.c33 .pipe = core, in get_param()
/third_party/libdrm/freedreno/msm/
H A Dmsm_bo.c67 static int msm_bo_cpu_prep(struct fd_bo *bo, struct fd_pipe *pipe, uint32_t op) in msm_bo_cpu_prep() argument
/third_party/mesa3d/src/etnaviv/drm/
H A Detnaviv_gpu.c33 .pipe = core, in get_param()
/third_party/ltp/testcases/kernel/containers/libclone/
H A Dlibclone.c46 if (pipe(retpipe) == -1) { in do_unshare_tests()
47 perror("pipe"); in do_unshare_tests()
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dresource.hpp30 #include "pipe/p_state.h"
80 pipe_resource *pipe; member in clover::resource
H A Ddevice.hpp33 #include "pipe-loader/pipe_loader.h"
124 pipe_screen *pipe; member in clover::device
/third_party/node/lib/internal/streams/
H A Dlegacy.js16 Stream.prototype.pipe = function(dest, options) {
90 dest.emit('pipe', source);
92 // Allow for unix-like usage: A.pipe(B).pipe(C)
/third_party/node/test/parallel/
H A Dtest-net-server-listen-handle.js22 // server.listen(pipe) creates a new pipe wrap,
23 // so server.close() doesn't actually unlink this existing pipe.
49 handleName = `pipe ${path}`;
78 arr.push(randomHandle('pipe'));
86 // Test listen(pipe)
90 // Test listen(pipe, cb)
124 // Test listen({handle: pipe}, cb)
127 // Test listen({handle: pipe})
131 // Test listen({_handle: pipe}, c
[all...]
H A Dtest-tls-alert-handling.js43 s.pipe(s);
H A Dtest-tls-client-reject.js37 socket.pipe(socket);
/third_party/node/test/fixtures/
H A Dtls-connect.js55 conn.pipe(conn);
/third_party/node/benchmark/crypto/
H A Dcipher-stream.js78 alice.pipe(bob);
/third_party/node/deps/cares/src/lib/
H A Dares_event_wake_pipe.c75 if (pipe(p->filedes) != 0) { in ares_pipeevent_init()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_glsl_to_ir.cpp148 struct pipe_context *pctx = st_context(ctx)->pipe; in st_link_shader()
/third_party/libfuse/test/
H A Dconftest.py33 (fd_r, fd_w) = os.pipe()
/third_party/ltp/testcases/kernel/syscalls/pipe/
H A Dpipe09.c25 * Check that two processes can use the same pipe at the same time.
28 * 1. Open a pipe
29 * 2. Fork a child which writes to the pipe
30 * 3. Fork another child which writes a different character to the pipe
31 * 4. Have the parent read from the pipe
80 int pipefd[2]; /* fds for pipe read/write */ in main()
94 TEST(pipe(pipefd)); in main()
97 tst_resm(TFAIL, "pipe() call failed"); in main()
114 tst_resm(TWARN, "write to pipe failed"); in main()
140 perror("write to pipe faile in main()
[all...]
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/
H A D2-2.c131 if (pipe(the_pipe)) { in main()
132 perror("pipe"); in main()
H A D2-1.c128 if (pipe(the_pipe)) { in main()
129 perror("pipe"); in main()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_rasterizer.c28 #include "pipe/p_state.h"
41 struct fd_ringbuffer *ring = fd_ringbuffer_new_object(ctx->pipe, 26 * 4); in __fd6_setup_rasterizer_stateobj()
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_screen.h35 #include "pipe/p_screen.h"
117 /* NOTE: we still need a pipe associated with the screen in a few
119 * related, use ctx->pipe instead.
121 struct fd_pipe *pipe; member

Completed in 19 milliseconds

1...<<81828384858687888990>>...118