Home
last modified time | relevance | path

Searched defs:write_pipe (Results 1 – 25 of 26) sorted by relevance

12

/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/powerpc/pmu/
H A Dlib.c33 int sync_with_child(union pipe read_pipe, union pipe write_pipe) in sync_with_child()
55 int notify_parent(union pipe write_pipe) in notify_parent()
64 int notify_parent_of_error(union pipe write_pipe) in notify_parent_of_error()
97 static int eat_cpu_child(union pipe read_pipe, union pipe write_pipe) in eat_cpu_child()
118 union pipe read_pipe, write_pipe; in eat_cpu() local
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/powerpc/mm/
H A Dstack_expansion_signal.c32 static int consume_stack(unsigned int stack_size, union pipe write_pipe) in consume_stack()
50 static int child(unsigned int stack_size, union pipe write_pipe) in child()
74 union pipe read_pipe, write_pipe; in test_one_size() local
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_unlink/
H A D2-2.c91 static int parent_process(char *mqname, int read_pipe, int write_pipe, in parent_process()
141 static int child_process(char *mqname, int read_pipe, int write_pipe) in child_process()
179 static int send_receive(int read_pipe, int write_pipe, char send, char *reply) in send_receive()
H A D2-1.c96 static int parent_process(char *mqname, int read_pipe, int write_pipe, in parent_process()
139 static int child_process(char *mqname, int read_pipe, int write_pipe) in child_process()
163 static int send_receive(int read_pipe, int write_pipe, char send, char *reply) in send_receive()
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_close/
H A D2-1.c95 static int parent_process(char *qname, int read_pipe, int write_pipe, in parent_process()
156 static int child_process(char *qname, int read_pipe, int write_pipe) in child_process()
217 static int send_receive(int read_pipe, int write_pipe, char send, char *reply) in send_receive()
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/powerpc/pmu/ebb/
H A Debb_on_willing_child_test.c23 static int victim_child(union pipe read_pipe, union pipe write_pipe) in victim_child()
51 union pipe read_pipe, write_pipe; in ebb_on_willing_child() local
H A Debb_on_child_test.c23 static int victim_child(union pipe read_pipe, union pipe write_pipe) in victim_child()
46 union pipe read_pipe, write_pipe; in ebb_on_child() local
H A Dtask_event_pinned_vs_ebb_test.c40 union pipe read_pipe, write_pipe; in task_event_pinned_vs_ebb() local
H A Dtask_event_vs_ebb_test.c38 union pipe read_pipe, write_pipe; in task_event_vs_ebb() local
H A Dcpu_event_vs_ebb_test.c39 union pipe read_pipe, write_pipe; in cpu_event_vs_ebb() local
H A Dcpu_event_pinned_vs_ebb_test.c41 union pipe read_pipe, write_pipe; in cpu_event_pinned_vs_ebb() local
H A Debb_vs_cpu_event_test.c39 union pipe read_pipe, write_pipe; in ebb_vs_cpu_event() local
H A Debb.c349 int ebb_child(union pipe read_pipe, union pipe write_pipe) in ebb_child()
/aosp_15_r20/external/pytorch/torch/_inductor/compile_worker/
H A Dsubproc_pool.py34 def _send_msg(write_pipe, job_id, job_data=b""): argument
154 def __init__(self, nprocs, read_pipe, write_pipe): argument
/aosp_15_r20/external/crosvm/src/crosvm/plugin/
H A Dvcpu.rs368 write_pipe: File, field
487 let mut write_pipe = &self.write_pipe; in process() localVariable
774 let mut write_pipe = &self.write_pipe; in handle_request() localVariable
/aosp_15_r20/external/cronet/base/process/
H A Dprocess_util_unittest.cc1028 int write_pipe = kChildPipe; in MULTIPROCESS_TEST_MAIN() local
1324 File write_pipe(write_handle); in TestLaunchProcess() local
1333 File write_pipe(fds[1]); in TestLaunchProcess() local
/aosp_15_r20/external/crosvm/rutabaga_gfx/kumquat/server/src/
H A Dmain.rs45 let write_pipe = RutabagaWritePipe::new(args.pipe_descriptor.into_raw_descriptor()); in main() localVariable
/aosp_15_r20/external/liburing/test/
H A Dmulticqes_drain.c49 int write_pipe(int pipe, char *str) in write_pipe() function
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/sigrelse/
H A Dsigrelse01.c620 static int write_pipe(int fd, char *msg) in write_pipe() function
/aosp_15_r20/external/python/cpython2/PC/
D_subprocess.c268 HANDLE write_pipe; in sp_CreatePipe() local
/aosp_15_r20/external/wpa_supplicant_8/src/drivers/
H A Dndis_events.c31 HANDLE read_pipe, write_pipe, event_avail; member
/aosp_15_r20/external/libcups/scheduler/
H A Dclient.c3761 write_pipe(cupsd_client_t *con) /* I - Client connection */ in write_pipe() function
/aosp_15_r20/external/libchrome/base/process/
H A Dprocess_util_unittest.cc943 int write_pipe = kChildPipe; in MULTIPROCESS_TEST_MAIN() local
/aosp_15_r20/external/crosvm/crosvm_plugin/src/
H A Dlib.rs380 let write_pipe = files.remove(0); in load_all_vcpus() localVariable
1011 write_pipe: File, field
/aosp_15_r20/external/python/cpython3/Modules/
D_winapi.c729 HANDLE write_pipe; in _winapi_CreatePipe_impl() local

12