Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/powerpc/pmu/
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
/external/linux-kselftest/tools/testing/selftests/powerpc/pmu/ebb/
Debb_on_willing_child_test.c23 static int victim_child(union pipe read_pipe, union pipe write_pipe) in victim_child()
53 union pipe read_pipe, write_pipe; in ebb_on_willing_child() local
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
Dtask_event_vs_ebb_test.c38 union pipe read_pipe, write_pipe; in task_event_vs_ebb() local
Dtask_event_pinned_vs_ebb_test.c40 union pipe read_pipe, write_pipe; in task_event_pinned_vs_ebb() local
Debb_vs_cpu_event_test.c39 union pipe read_pipe, write_pipe; in ebb_vs_cpu_event() local
Dcpu_event_vs_ebb_test.c39 union pipe read_pipe, write_pipe; in cpu_event_vs_ebb() local
Dcpu_event_pinned_vs_ebb_test.c41 union pipe read_pipe, write_pipe; in cpu_event_pinned_vs_ebb() local
Debb.c349 int ebb_child(union pipe read_pipe, union pipe write_pipe) in ebb_child()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_unlink/
D2-2.c91 int parent_process(char *mqname, int read_pipe, int write_pipe, in parent_process()
141 int child_process(char *mqname, int read_pipe, int write_pipe) in child_process()
179 int send_receive(int read_pipe, int write_pipe, char send, char *reply) in send_receive()
D2-1.c96 int parent_process(char *mqname, int read_pipe, int write_pipe, in parent_process()
139 int child_process(char *mqname, int read_pipe, int write_pipe) in child_process()
163 int send_receive(int read_pipe, int write_pipe, char send, char *reply) in send_receive()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_close/
D2-1.c95 int parent_process(char *qname, int read_pipe, int write_pipe, in parent_process()
156 int child_process(char *qname, int read_pipe, int write_pipe) in child_process()
217 int send_receive(int read_pipe, int write_pipe, char send, char *reply) in send_receive()
/external/crosvm/src/plugin/
Dvcpu.rs353 write_pipe: File, field
470 let mut write_pipe = &self.write_pipe; in process() localVariable
756 let mut write_pipe = &self.write_pipe; in handle_request() localVariable
/external/ltp/testcases/kernel/syscalls/sigrelse/
Dsigrelse01.c634 static int write_pipe(int fd, char *msg) in write_pipe() function
/external/python/cpython2/PC/
D_subprocess.c268 HANDLE write_pipe; in sp_CreatePipe() local
/external/wpa_supplicant_8/src/drivers/
Dndis_events.c31 HANDLE read_pipe, write_pipe, event_avail; member
/external/libcups/scheduler/
Dclient.c3767 write_pipe(cupsd_client_t *con) /* I - Client connection */ in write_pipe() function
/external/libchrome/base/process/
Dprocess_util_unittest.cc943 int write_pipe = kChildPipe; in MULTIPROCESS_TEST_MAIN() local
/external/python/cpython3/Modules/
D_winapi.c720 HANDLE write_pipe; in _winapi_CreatePipe_impl() local
/external/minijail/
Dlibminijail_unittest.cc722 int write_pipe[2]; in TEST() local
/external/crosvm/crosvm_plugin/src/
Dlib.rs353 let write_pipe = files.remove(0); in load_all_vcpus() localVariable
983 write_pipe: File, field